Update package version to 2.0.0

This commit is contained in:
2025-09-16 16:37:23 +03:00
parent bb60b5b0aa
commit 8de9b8915a
2 changed files with 13 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
# Git repository
REPO="git://git.gnupg.org/gpgme.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 '^gpgme-[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}' | tail -n1)
# Trim prefix
VERSION=${TAG_NAME//gpgme-/}
echo "$VERSION"
+1 -2
View File
@@ -1,7 +1,6 @@
name: gpgme name: gpgme
description: A C wrapper library for GnuPG description: A C wrapper library for GnuPG
version: 1.23.2 version: 2.0.0
revision: 2
url: https://www.gnupg.org/related_software/gpgme/ url: https://www.gnupg.org/related_software/gpgme/
license: GPL2-or-later,LGPL2.1-or-later,MIT license: GPL2-or-later,LGPL2.1-or-later,MIT
architecture: any architecture: any