summaryrefslogtreecommitdiff
path: root/password-store
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2017-02-27 05:32:30 +0100
committerFredrik Rinnestam <fredrik@crux.nu>2017-02-27 05:49:13 +0100
commitcc333cd4bfd848986eba0787aa66c112334bb6ba (patch)
treefda46e151ba187ba0255981c237ca2da8643a03b /password-store
parentb61e3c9a7c6de69e0abe319ad8aea4eb32610a7a (diff)
downloadcontrib-cc333cd4bfd848986eba0787aa66c112334bb6ba.tar.gz
contrib-cc333cd4bfd848986eba0787aa66c112334bb6ba.tar.xz
password-store: updated to 1.7
Diffstat (limited to 'password-store')
-rw-r--r--password-store/.footprint9
-rw-r--r--password-store/.md5sum2
-rw-r--r--password-store/.signature8
-rw-r--r--password-store/Pkgfile8
4 files changed, 15 insertions, 12 deletions
diff --git a/password-store/.footprint b/password-store/.footprint
index eaa26696f..b379a862d 100644
--- a/password-store/.footprint
+++ b/password-store/.footprint
@@ -1,10 +1,13 @@
-drwxr-xr-x root/root etc/
-drwxr-xr-x root/root etc/bash_completion.d/
--rw-r--r-- root/root etc/bash_completion.d/pass
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/pass
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/password-store/
+drwxr-xr-x root/root usr/lib/password-store/extensions/
drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/bash-completion/
+drwxr-xr-x root/root usr/share/bash-completion/completions/
+-rw-r--r-- root/root usr/share/bash-completion/completions/pass
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/pass.1.gz
diff --git a/password-store/.md5sum b/password-store/.md5sum
index bbc83d2dc..42d5cedec 100644
--- a/password-store/.md5sum
+++ b/password-store/.md5sum
@@ -1 +1 @@
-2c4468360c678184051e76f03c2f6b04 password-store-1.6.5.tar.xz
+d50730755d9da64db2250aa0ab30bf89 password-store-1.7.tar.xz
diff --git a/password-store/.signature b/password-store/.signature
index 2640c95d9..dfd6858c2 100644
--- a/password-store/.signature
+++ b/password-store/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF38Y7O6+1mxK0iFWlVLIUmYm/9joA/t5AusUMUOFJ7DDheuwGu/G2OFAqZM15oTIbx3FDi1WXQ71pY7B/8h2e5gA=
-SHA256 (Pkgfile) = 6b97e068f891c9809f7cb0ef55117383d98575e5783fd6770a0f0b8b21003b6d
-SHA256 (.footprint) = dd1430a84fa1ae5c4afaf83f175c172e1e66dee9526957525d5d778e56c3e6da
-SHA256 (password-store-1.6.5.tar.xz) = 337a39767e6a8e69b2bcc549f27ff3915efacea57e5334c6068fcb72331d7315
+RWSagIOpLGJF30BmKxuQjHnTgM9q1LK8Ww6Iufa75jcfBLmcrohNEBWSpJnVOlAyN/7kTmUU8T2zWfsN+N/3Kq4sAsgGdzF+OA4=
+SHA256 (Pkgfile) = 9005cdf2f003dd7b003fa0e215b6db11e197df547561829768fc9aaf379accbe
+SHA256 (.footprint) = 36c556857a5439b234552b25b178a828a35a668c38ca308bc0f2022e3ba57a98
+SHA256 (password-store-1.7.tar.xz) = 161ac3bd3c452a97f134aa7aa4668fe3f2401c839fd23c10e16b8c0ae4e15500
diff --git a/password-store/Pkgfile b/password-store/Pkgfile
index 08fa69dab..799898e41 100644
--- a/password-store/Pkgfile
+++ b/password-store/Pkgfile
@@ -1,13 +1,13 @@
# Description: Simple password manager using gpg and ordinary unix directories.
-# URL: http://zx2c4.com/projects/password-store/
+# URL: https://www.passwordstore.org/
# Maintainer: Fredrik Rinnestam, fredrik at rinnestam dot se
# Depends on: gnupg, git, pwgen, tree
# Nice to have: xclip, xsel
name=password-store
-version=1.6.5
-release=2
-source=(http://git.zx2c4.com/password-store/snapshot/password-store-$version.tar.xz)
+version=1.7
+release=1
+source=(https://git.zx2c4.com/password-store/snapshot/password-store-$version.tar.xz)
build() {
cd $name-$version

Generated by cgit