Update package version to 1.55
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Git repository
|
||||||
|
REPO="git://git.gnupg.org/libgpg-error.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 '^libgpg-error-[0-9]{1,}\.[0-9]{1,}' | tail -n1)
|
||||||
|
|
||||||
|
# Trim prefix
|
||||||
|
VERSION=${TAG_NAME//libgpg-error-/}
|
||||||
|
|
||||||
|
echo "$VERSION"
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
name: libgpg-error
|
name: libgpg-error
|
||||||
description: Support library for libgcrypt
|
description: Support library for libgcrypt
|
||||||
version: 1.47
|
version: 1.55
|
||||||
url: https://www.gnupg.org/
|
url: https://www.gnupg.org/
|
||||||
license: BSD-3-Clause or LGPL2.1-or-later,FSFULLR,GPL2.0-or-later,LGPL2.1-or-later
|
license: BSD-3-Clause or LGPL2.1-or-later,FSFULLR,GPL2.0-or-later,LGPL2.1-or-later
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
Reference in New Issue
Block a user