diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-06-22 19:21:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-06-22 19:21:25 +0700 |
commit | 6b28e832217706084b95b183dc86e401b6ce8d1e (patch) | |
tree | bf9aecd51192d21a8661a4aeea44d15a0fd65d8d /system/password-store/password-store.SlackBuild | |
parent | c64ef119fc6fa9f76080ede254647ba66e6e11a4 (diff) | |
download | slackbuilds-6b28e832217706084b95b183dc86e401b6ce8d1e.tar.gz |
system/password-store: Updated for version 1.7.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/password-store/password-store.SlackBuild')
-rw-r--r-- | system/password-store/password-store.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/password-store/password-store.SlackBuild b/system/password-store/password-store.SlackBuild index 76323d1a01..7d03cc6539 100644 --- a/system/password-store/password-store.SlackBuild +++ b/system/password-store/password-store.SlackBuild @@ -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} |