Update package version to 2025b

This commit is contained in:
2025-05-12 17:26:22 +03:00
parent 7c65271740
commit b9f4469bf8
3 changed files with 16 additions and 4 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# Webpage URL
URL="https://data.iana.org/time-zones/releases/?C=M;O=D"
# Get version from URL
VERSION=$(curl -s -L "https://data.iana.org/time-zones/releases/?C=M;O=D" | grep -o -E 'tzdata([0-9]*)[a-z].tar.gz' | head -n1 | grep -o -E '([0-9]{4}[a-z])')
echo "$VERSION"