From 6ef3cc414145387b34e03e7653610f279a7037d6 Mon Sep 17 00:00:00 2001 From: David Young Date: Fri, 10 Apr 2026 14:35:24 -0600 Subject: [PATCH] couple more fixes... --- compile.conf | 2 +- packages.conf | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/compile.conf b/compile.conf index 064d34c..6b8c7eb 100644 --- a/compile.conf +++ b/compile.conf @@ -6,7 +6,7 @@ gui=true steps=cd src && make && make hamclock-web-1600x960 && mkdir -p $HOME/.local/bin && mv hamclock-web-1600x960 $HOME/.local/bin/hamclock [openhamclock] -version=26.1.3 +version=26.2.1 type=npm git=https://github.com/accius/openhamclock.git install=$HOME/.local/bin/openhamclock diff --git a/packages.conf b/packages.conf index 69105ea..f5132c9 100644 --- a/packages.conf +++ b/packages.conf @@ -11,9 +11,11 @@ UTILITIES=( gpsd hamlib libx11 + nano nodejs npm php + vi wget unzip )