Update package version to 2.7.0
This commit is contained in:
+1
-1
@@ -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-/}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user