Update package version to 5.3

This commit is contained in:
2025-07-11 17:52:13 +03:00
parent 7bd014093f
commit 7bad4dd7cc
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
URL="https://tiswww.case.edu/php/chet/bash/bashtop.html"
# Get version number from tag name
VERSION=$(curl -s -L "$URL" | grep -A1 'The current version of bash is ' | grep -o -E '([0-9]\.[0-9]*)')
echo "$VERSION"