From 912540496c2d031f0a5a423ec834a29c82c05297 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 16 Feb 2026 12:34:26 +0200 Subject: [PATCH] Update package version to 7.4 --- check-version.sh | 10 +++++----- pkg.info | 6 ++++-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/check-version.sh b/check-version.sh index 50f1503..c03d103 100644 --- a/check-version.sh +++ b/check-version.sh @@ -1,9 +1,9 @@ #!/bin/bash -# Gitea repository -REPO="EnumDev/stormfetch" +# Github repository +REPO="EnumeratedDev/stormfetch" -# Get version from tag name using Gitea Rest API -VERSION=$(curl -s -L https://git.enumerated.dev/api/v1/repos/$REPO/tags/ | jq -r '.[0]'.name) +# 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 "$VERSION" +echo "$TAG_NAME" diff --git a/pkg.info b/pkg.info index 23321f9..dcdbd73 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,11 @@ name: stormfetch description: A simple linux fetch program written in go and bash -version: "7.3" +version: "7.4" revision: 1 url: https://github.com/EnumeratedDev/stormfetch license: MIT +maintainers: + - enumdev@enumerated.dev architecture: any type: source keep: @@ -24,4 +26,4 @@ downloads: - url: https://github.com/EnumeratedDev/stormfetch/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: f3a25f2383e5ff488ddc905bf153b6390ee50d9f2842d2de8f50f1bceef1be01 + checksum: 32466846ec7ccad26460eed5823780a25c677a40eddd94e55c72e1c01f77703f