Update package version to 2.14.0

This commit is contained in:
2025-09-10 18:08:43 +03:00
parent 00b8ad7ee0
commit 31ebb34b67
2 changed files with 10 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# Sourceforge project
REPO="freetype"
# Get version using best_release.json
VERSION=$(curl -s -L https://sourceforge.net/projects/"$REPO"/best_release.json | jq '.platform_releases.linux.filename' | cut -d'/' -f3)
echo "$VERSION"