Update package version to 6.1.2

This commit is contained in:
2026-03-15 08:41:10 +02:00
parent f70b230297
commit 0893eca50c
3 changed files with 22 additions and 18 deletions
+2 -2
View File
@@ -4,10 +4,10 @@
REPO="giflib"
# Get version using best_release.json
VERSION=$(curl -s -L https://sourceforge.net/projects/"$REPO"/best_release.json | jq -r '.platform_releases.linux.filename')
VERSION=$(curl -s -L https://sourceforge.net/projects/"$REPO"/best_release.json | jq -r '.platform_releases.linux.filename' | cut -d'/' -f3)
# Remove prefix
VERSION=${VERSION//\/giflib-/}
VERSION=${VERSION//giflib-/}
# Remove suffix
VERSION=${VERSION//.tar.gz/}