Update package version to 2.58.0

This commit is contained in:
2025-09-16 12:10:27 +03:00
parent 821c041ce8
commit ecee23376f
3 changed files with 5 additions and 10 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ REPO="GNOME/at-spi2-core"
REPO=$(echo "$REPO" | sed 's|/|%2F|g')
# Get tag name using Gitlab Rest API
TAG_NAME=$(curl -s -L https://gitlab.gnome.org/api/v4/projects/"$REPO"/releases/permalink/latest | jq -r '.tag_name')
TAG_NAME=$(curl -s -L https://gitlab.gnome.org/api/v4/projects/"$REPO"/releases/ | jq -r '.[].tag_name' | sort -V | tail -n1)
# Trim 'v' character in TAG_NAME variable
VERSION=$(echo "$TAG_NAME" | tr -d 'v')