commit cc333cd4bfd848986eba0787aa66c112334bb6ba Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Mon Feb 27 05:32:30 2017 +0100 password-store: updated to 1.7 diff --git a/password-store/.footprint b/password-store/.footprint index eaa2669..b379a86 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 bbc83d2..42d5ced 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 2640c95..dfd6858 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 08fa69d..799898e 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