From 7a7c9487e63883ebcf9bde9ca3eb449eeaaae4ed Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 7 Sep 2025 12:36:29 +0300 Subject: [PATCH] Update package version to 7.6.0 --- check-version.sh | 9 +++++++++ pkg.info | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 check-version.sh diff --git a/check-version.sh b/check-version.sh new file mode 100644 index 0000000..d751327 --- /dev/null +++ b/check-version.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +# Github repository +REPO="elementary/granite" + +# Get tag name using Github Rest API +TAG_NAME=$(curl -s -L -H "X-GitHub-Api-Version: 2022-11-28" -H "Authorization: token ${GITHUB_API_TOKEN}" https://api.github.com/repos/"$REPO"/releases/latest | jq -r '.tag_name') + +echo "$TAG_NAME" diff --git a/pkg.info b/pkg.info index 0a87241..5417166 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,6 @@ name: granite description: Library that extends GTK with common widgets and utilities -version: 6.2.0 +version: 7.6.0 url: https://github.com/elementary/granite license: LGPL3 architecture: any