diff --git a/check-version.sh b/check-version.sh index 3065d24..19dbb1a 100644 --- a/check-version.sh +++ b/check-version.sh @@ -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-/} diff --git a/info.yml b/info.yml index 0d8dcb9..773d66f 100644 --- a/info.yml +++ b/info.yml @@ -1,7 +1,7 @@ name: openldap description: Open source implementation of the Lightweight Directory Access Protocol -version: 2.6.13 -revision: 2 +version: 2.7.0 +revision: 1 url: https://www.openldap.org/ license: OLDAP-2.0 maintainers: @@ -18,4 +18,4 @@ downloads: - url: https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-${BPM_PKG_VERSION}.tgz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: d693b49517a42efb85a1a364a310aed16a53d428d1b46c0d31ef3fba78fcb656 + checksum: 9e86f37da375aa948a1b478dd76fe87b02090e47c21facae19223588e3407922