system/password-store: Updated for version 1.7.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2018-06-22 19:21:25 +07:00
parent c64ef119fc
commit 6b28e83221
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for password-store
# Copyright 2013 Michael Ren <micron33@gmail.com>
# Copyright 2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2017-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=password-store
VERSION=${VERSION:-1.7.1}
VERSION=${VERSION:-1.7.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="password-store"
VERSION="1.7.1"
VERSION="1.7.2"
HOMEPAGE="https://www.passwordstore.org/"
DOWNLOAD="https://git.zx2c4.com/password-store/snapshot/password-store-1.7.1.tar.xz"
MD5SUM="44f735d7d6c1664d87ee0ec7338af43a"
DOWNLOAD="https://git.zx2c4.com/password-store/snapshot/password-store-1.7.2.tar.xz"
MD5SUM="6e2fd1baae2354fe03fae85e403505be"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="xclip"