switch to latest version, update to 2.0.76

This commit is contained in:
Christopher Cooper
2025-12-23 14:34:54 -06:00
parent 2a96a571d9
commit 3c67991822
4 changed files with 11 additions and 11 deletions

View File

@@ -7,8 +7,8 @@ PKGBUILD="PKGBUILD"
# Get current version from PKGBUILD
current_version=$(grep -Po '^pkgver=\K.*' "$PKGBUILD")
# Fetch stable version
new_version=$(curl -fsSL "$GCS_BUCKET/stable")
# Fetch latest version
new_version=$(curl -fsSL "$GCS_BUCKET/latest")
echo "Current version: $current_version"
echo "New version: $new_version"