mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/pam-gnupg: Updated for version 0.4.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
968c202f9d
commit
8db7db55b5
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=pam-gnupg
|
||||
VERSION=${VERSION:-0.3}
|
||||
VERSION=${VERSION:-0.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pam-gnupg"
|
||||
VERSION="0.3"
|
||||
VERSION="0.4"
|
||||
HOMEPAGE="https://github.com/cruegge/pam-gnupg"
|
||||
DOWNLOAD="https://github.com/cruegge/pam-gnupg/archive/v0.3/pam-gnupg-0.3.tar.gz"
|
||||
MD5SUM="0bc0ce19871f896b42739c7f95a4f473"
|
||||
DOWNLOAD="https://github.com/cruegge/pam-gnupg/archive/v0.4/pam-gnupg-0.4.tar.gz"
|
||||
MD5SUM="da47c80552394523369c6f1d086dd4ab"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue