Update package version to 2.48.6

This commit is contained in:
2025-09-15 21:15:14 +03:00
parent af78bfc3db
commit 9021b94e44
3 changed files with 56 additions and 29 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
URL="http://webkitgtk.org"
# Get version number from tag name
VERSION=$(curl -s -L "$URL" | grep -A1 'Stable tarball' | grep -o -E '[0-9]{1,}\.[0-9]{1,}(\.[0-9]{1,})?' | head -n1)
echo "$VERSION"