Update package version to 1.3.2
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Git repository
|
||||||
|
REPO="git://git.gnupg.org/pinentry.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 '^pinentry-[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}' | tail -n1)
|
||||||
|
|
||||||
|
# Trim prefix
|
||||||
|
VERSION=${TAG_NAME//pinentry-/}
|
||||||
|
|
||||||
|
echo "$VERSION"
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
name: pinentry
|
name: pinentry
|
||||||
description: Collection of dialog programs that allow GnuPG to read passphrases and PIN numbers in a secure manner
|
description: Collection of dialog programs that allow GnuPG to read passphrases and PIN numbers in a secure manner
|
||||||
version: 1.3.1
|
version: 1.3.2
|
||||||
url: https://gnupg.org/related_software/pinentry/
|
url: https://gnupg.org/related_software/pinentry/
|
||||||
license: GPL
|
license: GPL
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
Reference in New Issue
Block a user