Remove broken check-version.sh script

This commit is contained in:
2025-09-17 12:47:27 +03:00
parent 00f65a1e58
commit 60afb73914
-9
View File
@@ -1,9 +0,0 @@
#!/bin/bash
# Sourceforge project
REPO="enlightenment"
# 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"