Update package version to 1.8

This commit is contained in:
2025-09-19 11:32:39 +03:00
parent f9d6c5bbcb
commit c4d026dd62
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
# Git repository
REPO="git://git.gnupg.org/npth.git"
# Get tag name using 'git ls-remote'
TAG_NAME=$(git ls-remote --exit-code --refs --tags --sort='v:refname' "$REPO" | cut -d'/' -f3 | grep -E '^npth-[0-9]{1,}\.[0-9]{1,}' | tail -n1)
# Trim prefix
VERSION=${TAG_NAME//npth-/}
echo "$VERSION"
+1 -1
View File
@@ -1,6 +1,6 @@
name: npth
description: The New GNU Portable Threads Library
version: 1.6
version: 1.8
url: https://www.gnupg.org/software/npth/index.html
license: LGPL2.1-or-later
architecture: any