From 325a9b7f7db0750fdde90eb6256b487f14df0aa5 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Thu, 31 Aug 2023 07:42:44 -0600 Subject: [PATCH] bump current sqlports to 7.43 --- upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade.sh b/upgrade.sh index ff94873..0b89fce 100755 --- a/upgrade.sh +++ b/upgrade.sh @@ -4,7 +4,7 @@ set -xe mkdir -p /tmp/openbsd_app/{stable,current} -CURRENT_VER="7.40" +CURRENT_VER="7.43" STABLE_VER="7.37" CURRENT_FILE=${1:-/tmp/openbsd_app/current/share/sqlports} STABLE_FILE=${2:-/tmp/openbsd_app/stable/share/sqlports}