From 9cdcaaec7f424844e307f4bc93cd90b6b80973cf Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Tue, 13 Aug 2024 09:15:47 -0600 Subject: [PATCH] update unstable to 7.6 --- upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade.sh b/upgrade.sh index 84e1d5a..e705b90 100755 --- a/upgrade.sh +++ b/upgrade.sh @@ -9,7 +9,7 @@ STABLE_VER="7.52" CURRENT_FILE=${1:-/tmp/openbsd_app/current/share/sqlports} STABLE_FILE=${2:-/tmp/openbsd_app/stable/share/sqlports} SIGNIFY="${SIGNIFY:-signify}" -CURRENT_PUB=$(readlink -f /etc/signify/openbsd-75-pkg.pub) +CURRENT_PUB=$(readlink -f /etc/signify/openbsd-76-pkg.pub) STABLE_PUB=$(readlink -f /etc/signify/openbsd-75-pkg.pub) (