bump current sqlports to 7.43

This commit is contained in:
Aaron Bieber 2023-08-31 07:42:44 -06:00
parent f6da1a798f
commit 325a9b7f7d
No known key found for this signature in database

View File

@ -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}