Update package version to 3.6.0

This commit is contained in:
2025-09-10 18:07:50 +03:00
parent 74fed54b9c
commit 71720d2227
3 changed files with 22 additions and 12 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# Sourceforge project
REPO="freeglut"
# 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"