diff options
author | prspkt <prspkt@protonmail.com> | 2018-06-15 18:29:32 +0300 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-06-18 06:35:04 +0000 |
commit | 3b7924ee1cf71a0b8ecf494531681c237a0ee088 (patch) | |
tree | f642b06f038dc46ac75c0c01d05134fab17caf8e /testing/pass | |
parent | 51651cdce558b67da3c27b817aa026eb22acd2cf (diff) | |
download | aports-3b7924ee1cf71a0b8ecf494531681c237a0ee088.tar.bz2 aports-3b7924ee1cf71a0b8ecf494531681c237a0ee088.tar.xz |
testing/pass: upgrade to 1.7.2
Diffstat (limited to 'testing/pass')
-rw-r--r-- | testing/pass/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/pass/APKBUILD b/testing/pass/APKBUILD index f1ce907d5a..4f5b2acad1 100644 --- a/testing/pass/APKBUILD +++ b/testing/pass/APKBUILD @@ -2,8 +2,8 @@ # Contributor: Johannes Matheis <jomat+alpinebuild@jmt.gr> # Maintainer: Johannes Matheis <jomat+alpinebuild@jmt.gr> pkgname=pass -pkgver=1.7.1 -pkgrel=1 +pkgver=1.7.2 +pkgrel=0 pkgdesc="Stores, retrieves, generates, and synchronizes passwords securely" url="https://www.passwordstore.org" arch="noarch" @@ -68,5 +68,5 @@ zshcomp() { "$subpkgdir"/usr/share/zsh/site-functions } -sha512sums="2ba2ebc80c90454bbab1da3c43c2cfc87135f838f381e2616eef7c36b0c1de01e491cf587a666bb052d6dfd475fa429bc8fd82b0269325bd2b70afbb897b923e password-store-1.7.1.tar.xz +sha512sums="e6719a7125af6ecd80fdbeb38b4e2e89e7358ff16e18739d68a04b72dfdf860294b54f7ec0ec9676a62d2e270db8f54784a357c82217a478694472f8136e3657 password-store-1.7.2.tar.xz eca180d02af608b18a2b6d4b0eaa685c9b1bb8d2ccde921fb27cc12d6d4c31551c6b69fc2ddd2baaa840630ba3c8c0c44ee40b612e8dc004c2b90aafd299a4fa README.alpine" |