diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-09-09 18:41:42 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-09-09 18:41:42 +0000 |
commit | 5278b54cb8a1b5acb94d2886acf500eae41ea817 (patch) | |
tree | 9f9f326ecaf108a516a8a70792594cb151c363f0 /user/password-store | |
parent | 7609b2fb3fb75f64ce77fbbe58138ab88b12019c (diff) | |
download | packages-5278b54cb8a1b5acb94d2886acf500eae41ea817.tar.gz packages-5278b54cb8a1b5acb94d2886acf500eae41ea817.tar.bz2 packages-5278b54cb8a1b5acb94d2886acf500eae41ea817.tar.xz packages-5278b54cb8a1b5acb94d2886acf500eae41ea817.zip |
user/password-store: bump to 1.7.3
Diffstat (limited to 'user/password-store')
-rw-r--r-- | user/password-store/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/password-store/APKBUILD b/user/password-store/APKBUILD index 29880d54d..f8830a2ef 100644 --- a/user/password-store/APKBUILD +++ b/user/password-store/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Johannes Matheis <jomat+alpinebuild@jmt.gr> # Maintainer: Dan Theisen <djt@hxx.in> pkgname=password-store -pkgver=1.7.2 +pkgver=1.7.3 pkgrel=0 pkgdesc="Stores, retrieves, generates, and synchronizes passwords securely" url="https://www.passwordstore.org" @@ -61,4 +61,4 @@ zshcomp() { "$subpkgdir"/usr/share/zsh/site-functions } -sha512sums="e6719a7125af6ecd80fdbeb38b4e2e89e7358ff16e18739d68a04b72dfdf860294b54f7ec0ec9676a62d2e270db8f54784a357c82217a478694472f8136e3657 password-store-1.7.2.tar.xz" +sha512sums="89755a7b02f05d75055a9fc14fd3f456c0a49ec31bdffd097a027f91228c64a98b18c1e80017aeda811773ae3287ff1b9737532da8ded06799d8fe3979ca06f7 password-store-1.7.3.tar.xz" |