Update package version to 20250912
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
URL="https://invisible-island.net/archives/luit/"
|
||||
|
||||
# Get version number from tag name
|
||||
VERSION=$(curl --silent "$URL" | grep -o -E 'luit-[0-9]{1,}.tgz' | grep -o -E '[0-9]{1,}' | tail -n1)
|
||||
|
||||
echo "$VERSION"
|
||||
Reference in New Issue
Block a user