mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
system/password-store: Updated for version 1.7.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c64ef119fc
commit
6b28e83221
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue