Update package version to 1.11.2
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Git repository
|
||||||
|
REPO="git://git.gnupg.org/libgcrypt.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 '^libgcrypt-[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}' | tail -n1)
|
||||||
|
|
||||||
|
# Trim prefix
|
||||||
|
VERSION=${TAG_NAME//libgcrypt-/}
|
||||||
|
|
||||||
|
echo "$VERSION"
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
name: libgcrypt
|
name: libgcrypt
|
||||||
description: A general purpose cryptographic library originally based on code from GnuPG
|
description: A general purpose cryptographic library originally based on code from GnuPG
|
||||||
version: 1.10.3
|
version: 1.11.2
|
||||||
url: https://gnupg.org/software/libgcrypt/index.html
|
url: https://gnupg.org/software/libgcrypt/index.html
|
||||||
license: BSD-3-Clause,BSD-3-Clause or GPL2.0-only,GPL2.0-or-later,LGPL2.0-or-later,LGPL2.1-or-later,LicenseRef-OCB1,LicenseRef-scancode-public-domain,X11
|
license: BSD-3-Clause,BSD-3-Clause or GPL2.0-only,GPL2.0-or-later,LGPL2.0-or-later,LGPL2.1-or-later,LicenseRef-OCB1,LicenseRef-scancode-public-domain,X11
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
Reference in New Issue
Block a user