We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0016fda commit f26dafcCopy full SHA for f26dafc
2 files changed
check-latest-versions.sh
@@ -20,7 +20,7 @@ version_latest() {
20
else
21
VERSION_LATEST=$($CURL "https://release-monitoring.org/api/v2/versions/?project_id=$3" | jq -j ".$VERSION_SELECTOR[0]" | tr '_' '.')
22
fi
23
- if [ "$VERSION_LATEST" != "$2" ]; then
+ if [ "$VERSION_LATEST" != "" ] && [ "$VERSION_LATEST" != "$2" ]; then
24
ALL_AT_VERSION_LATEST=false
25
VERSION_VAR=$(echo "VERSION_$1" | tr [:lower:]- [:upper:]_)
26
sed -i "s/^$VERSION_VAR=.*/$VERSION_VAR=$VERSION_LATEST/" versions.properties
versions.properties
@@ -19,7 +19,7 @@ VERSION_PANGO=1.57.0
19
VERSION_PIXMAN=0.46.4
VERSION_PNG=1.6.54
VERSION_PROXY_LIBINTL=0.5
-VERSION_RSVG=2.61.90
+VERSION_RSVG=2.61.91
VERSION_TIFF=4.7.1
VERSION_UHDR=8cbc983
VERSION_VIPS=8.18.0
0 commit comments