Update package version to 2.7.0

This commit is contained in:
2026-09-04 15:57:58 +03:00
parent ca9e7830ca
commit eed1961e8f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
URL="https://www.openldap.org/software/download/"
# Get version number from tag name
VERSION=$(curl -s -L "$URL" | grep -o -E 'OpenLDAP-[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}')
VERSION=$(curl -s -L "$URL" | grep -o -E 'OpenLDAP-[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}' | head -n1)
# Trim prefix
VERSION=${VERSION//OpenLDAP-/}