Update package version to 25.1.7

This commit is contained in:
2025-08-03 20:51:59 +03:00
parent 5efb53c2cd
commit 2eaf35660b
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
URL="https://mesa3d.org/"
# Get version number from URL
VERSION=$(curl -s -L "$URL" | grep -A1 -e "Current release:" | grep -o -E '([0-9]*\.[0-9]*\.[0-9]*)')
echo "$VERSION"