We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4441688 commit 0016fdaCopy full SHA for 0016fda
2 files changed
check-latest-versions.sh
@@ -22,7 +22,7 @@ version_latest() {
22
fi
23
if [ "$VERSION_LATEST" != "$2" ]; then
24
ALL_AT_VERSION_LATEST=false
25
- VERSION_VAR=$(echo "VERSION_$1" | tr [:lower:] [:upper:])
+ VERSION_VAR=$(echo "VERSION_$1" | tr [:lower:]- [:upper:]_)
26
sed -i "s/^$VERSION_VAR=.*/$VERSION_VAR=$VERSION_LATEST/" versions.properties
27
UPDATES+=("$1")
28
versions.properties
@@ -25,4 +25,4 @@ VERSION_UHDR=8cbc983
VERSION_VIPS=8.18.0
VERSION_WEBP=1.6.0
VERSION_XML2=2.15.1
-VERSION_ZLIB_NG=2.3.2
+VERSION_ZLIB_NG=2.3.3
0 commit comments