system/password-store: Updated for version 1.6.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
21c35be43e
commit
0b3d38143b
|
@ -7,7 +7,3 @@ By default, bash completion is installed as
|
|||
|
||||
zsh and fish completion is also optionally included.
|
||||
uncomment the lines in the SlackBuild to include it in the package.
|
||||
|
||||
Documentation is located in the manpages at 'man pass' and online at
|
||||
http://zx2c4.com/projects/password-store/
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=password-store
|
||||
VERSION=${VERSION:-1.4.2}
|
||||
VERSION=${VERSION:-1.6.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -49,7 +49,7 @@ find -L . \
|
|||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
make install MANDIR=/usr/man DESTDIR=$PKG
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="password-store"
|
||||
VERSION="1.4.2"
|
||||
HOMEPAGE="http://zx2c4.com/projects/password-store/"
|
||||
DOWNLOAD="http://git.zx2c4.com/password-store/snapshot/password-store-1.4.2.tar.xz"
|
||||
MD5SUM="c6382dbf5be4036021bf1ce61254b04b"
|
||||
VERSION="1.6.5"
|
||||
HOMEPAGE="https://www.passwordstore.org/"
|
||||
DOWNLOAD="https://git.zx2c4.com/password-store/snapshot/password-store-1.6.5.tar.xz"
|
||||
MD5SUM="2c4468360c678184051e76f03c2f6b04"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="xclip pwgen"
|
||||
|
|
|
@ -14,6 +14,6 @@ password-store:
|
|||
password-store: password-store installs bash completion by default.
|
||||
password-store: zsh and fish completion can also be enabled.
|
||||
password-store:
|
||||
password-store: Homepage: http://zx2c4.com/projects/password-store/
|
||||
password-store: Homepage: https://www.passwordstore.org/
|
||||
password-store:
|
||||
password-store:
|
||||
|
|
Loading…
Reference in New Issue