From d5bf0002d23be340524db0e624d0e0c4c2dc8154 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Wed, 22 Nov 2023 12:00:25 -0700 Subject: [PATCH] update.sh: sqlports 7.51 --- upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade.sh b/upgrade.sh index 1e02ab5..35c7cb7 100755 --- a/upgrade.sh +++ b/upgrade.sh @@ -4,7 +4,7 @@ set -xe mkdir -p /tmp/openbsd_app/{stable,current} -CURRENT_VER="7.50" +CURRENT_VER="7.51" STABLE_VER="7.49" CURRENT_FILE=${1:-/tmp/openbsd_app/current/share/sqlports} STABLE_FILE=${2:-/tmp/openbsd_app/stable/share/sqlports}