1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Point to 1.9 depencies release

This commit is contained in:
George King
2025-07-19 13:08:05 +02:00
committed by GitHub
parent 0fcc50dc3a
commit e00a0b79f7

View File

@@ -5,7 +5,7 @@ REPO="vcmi"
# Fetch latest release tag from GitHub API
# RELEASE_TAG=$(curl -s "https://api.github.com/repos/$REPO/vcmi-deps-windows/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
RELEASE_TAG="v1.8"
RELEASE_TAG="v1.9"
DEP_FILENAME="dependencies-$1"
DEP_URL="https://github.com/$REPO/vcmi-deps-windows/releases/download/$RELEASE_TAG/$DEP_FILENAME.txz"