Rebuild with icu 77.1

This commit is contained in:
2025-09-13 21:45:55 +03:00
parent 2de2579a96
commit e8acf1ba18
3 changed files with 7 additions and 13 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
REPO="https://git.sr.ht/~exec64/imv"
# Get tag name using 'git ls-remote'
TAG_NAME=$(git ls-remote --exit-code --refs --tags --sort='v:refname' "$REPO" | tail -1 | cut -d'/' -f3)
TAG_NAME=$(git ls-remote --exit-code --refs --tags --sort='v:refname' "$REPO" | grep -v '-' | tail -1 | cut -d'/' -f3)
# Trim 'v' character in TAG_NAME variable
VERSION=$(echo "$TAG_NAME" | tr -d 'v')