From ad728c3b73b89b3d1df34fd7dcba2f0db2f26a76 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 21 Sep 2025 14:17:35 +0300 Subject: [PATCH] Update package version to 0.82.0 --- check-version.sh | 13 ++----------- pkg.info | 3 +-- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/check-version.sh b/check-version.sh index d414255..73dc709 100644 --- a/check-version.sh +++ b/check-version.sh @@ -7,15 +7,6 @@ REPO="GNOME/vte" 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"/repository/tags | jq -r '.[0].name') +TAG_NAME=$(curl -s -L https://gitlab.gnome.org/api/v4/projects/"$REPO"/releases | jq -r '.[].tag_name' | sort -V | tail -n1) -# Trim '-gitlab' suffix -TAG_NAME=$(echo "$TAG_NAME" | sed 's/-gitlab//g') - -# Get version number from tag name -VERSION=$(echo "$TAG_NAME" | rev | cut -d'-' -f1 | rev) - -# Trim 'v' character in VERSION variable -VERSION=$(echo "$VERSION" | tr -d 'v') - -echo "$VERSION" +echo "$TAG_NAME" diff --git a/pkg.info b/pkg.info index d90cf3f..64ebf02 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,6 @@ name: vte description: Virtual terminal emulator widget library -version: 0.81.90 -revision: 2 +version: 0.82.0 url: https://wiki.gnome.org/Apps/Terminal/VTE license: GPL3-or-later,LGPL3-or-later architecture: any