Update package version to 0.193

This commit is contained in:
2025-05-11 13:40:59 +03:00
parent f3570a8ffd
commit 1e87861501
3 changed files with 31 additions and 14 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
URL="https://sourceware.org/elfutils/"
# Get version number from tag name
VERSION=$(curl -s -L "$URL" | grep -A1 'release notes:' | grep -o -E '([0-9]\.[0-9]*)')
echo "$VERSION"