Initial commit

This commit is contained in:
2026-03-12 13:00:45 +02:00
commit 65a571a8e0
4 changed files with 55 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# Sourceforge project
REPO="libisl"
# Get version using best_release.json
VERSION=$(curl -s -L https://sourceforge.net/projects/"$REPO"/best_release.json | jq '.platform_releases.linux.filename' | grep -o -E '[0-9]{1,}\.[0-9]{1,}(\.[0-9]{1,})?')
echo "$VERSION"