upgrade.sh: bump current to 7.52

This commit is contained in:
Aaron Bieber 2023-12-04 12:05:05 -07:00
parent d5bf0002d2
commit 40431d43e5
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.51"
CURRENT_VER="7.52"
STABLE_VER="7.49"
CURRENT_FILE=${1:-/tmp/openbsd_app/current/share/sqlports}
STABLE_FILE=${2:-/tmp/openbsd_app/stable/share/sqlports}