Update package version to 1.6.7

This commit is contained in:
2025-09-17 19:05:39 +03:00
parent 78e0ba81c4
commit cd98791129
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/libksba.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 '^libksba-[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}' | tail -n1)
# Trim prefix
VERSION=${TAG_NAME//libksba-/}
echo "$VERSION"
+1 -1
View File
@@ -1,6 +1,6 @@
name: libksba name: libksba
description: Library to make the tasks of working with X.509 certificates, CMS data and related objects easier description: Library to make the tasks of working with X.509 certificates, CMS data and related objects easier
version: 1.6.5 version: 1.6.7
url: https://www.gnupg.org/related_software/libksba/ url: https://www.gnupg.org/related_software/libksba/
license: GPL2-only,GPL3-only,LGPL3-only license: GPL2-only,GPL3-only,LGPL3-only
architecture: any architecture: any