diff options
author | Alexander Schnaidt | 2023-01-07 00:37:46 +0100 |
---|---|---|
committer | Alexander Schnaidt | 2023-01-07 00:37:46 +0100 |
commit | 4790088d719e34d9c211c284ea7f8cc55a1420d3 (patch) | |
tree | 8123941f8bdfeac9e206da6e764edccd2627f0d4 /PKGBUILD | |
parent | d3a43aabbf86d7f888ca6d6f0d91378730d754ff (diff) | |
download | aur-4790088d719e34d9c211c284ea7f8cc55a1420d3.tar.gz |
passwordsafe: update for 1.16.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ _pkgname=pwsafe pkgname=passwordsafe -pkgver=1.15.0 +pkgver=1.16.0 pkgrel=1 pkgdesc="Simple & Secure Password Management" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ conflicts=('passwordsafe-debian' 'pwsafe' 'pwsafe-gui') source=(passwordsafe-$pkgver.tar.gz::https://github.com/pwsafe/pwsafe/archive/$pkgver.tar.gz passwordsafe-$pkgver.tar.gz.sig::https://github.com/pwsafe/pwsafe/releases/download/$pkgver/$pkgver.tar.gz.sig) validpgpkeys=('C8876BE69A8EC6414C8C8729B131423D7F2F1BB9') # http://pgp.mit.edu/pks/lookup?op=vindex&search=0xB131423D7F2F1BB9 -sha1sums=('08087c40409033cfecca31b1f7dac9f0091bcf15' +sha1sums=('6722146e701d5e14b2311c4b0d90eb4aae51d306' 'SKIP') build() { |