Update package version to 5.42.0

This commit is contained in:
2025-09-07 19:31:02 +03:00
parent 75719e0308
commit 6f24053007
3 changed files with 27 additions and 16 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
URL="https://www.cpan.org/src/README.html"
# Get version number from website
VERSION=$(curl -s -L "$URL" | grep -A2 'class="latest"' | tail -n1 | grep -o -E '[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}')
echo "$VERSION"