Update package version to 5.2.2

This commit is contained in:
2025-09-16 15:11:23 +03:00
parent ae2aeab8ad
commit e93dc32132
2 changed files with 16 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
#!/bin/bash
# Sourceforge project
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')
# Remove prefix
VERSION=${VERSION//\/giflib-/}
# Remove suffix
VERSION=${VERSION//.tar.gz/}
echo "$VERSION"
+1 -1
View File
@@ -1,6 +1,6 @@
name: giflib
description: GIF image manipulation library
version: 5.2.1
version: 5.2.2
url: http://giflib.sourceforge.net/
license: MIT
architecture: any