diff options
author | Martchus | 2019-08-24 23:34:47 +0200 |
---|---|---|
committer | Martchus | 2019-08-24 23:34:47 +0200 |
commit | 0bef4e622079472bb18a856a4fdf8c080efae20c (patch) | |
tree | 083857277343745db1351ed4a4b01b360f02b51a | |
parent | 27ea0fad880d7bfd83420dbe8ccdee5e777dcfee (diff) | |
download | aur-0bef4e622079472bb18a856a4fdf8c080efae20c.tar.gz |
Update checksums
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ pkgbase = passwordfile depends = openssl optdepends = passwordfile-doc: API documentation source = passwordfile-5.0.0.tar.gz::https://github.com/Martchus/passwordfile/archive/v5.0.0.tar.gz - sha256sums = 8bad5a214ce46670e48f1ba916a54319072c6b4bdf75e45f0ad64bdf57f61278 + sha256sums = 8f3a30dcc1f5401a9facef33f0ed35fed3d97d8fe4d8571ae0415d418d33ffb4 pkgname = passwordfile @@ -18,7 +18,7 @@ optdepends=("$pkgname-doc: API documentation") install= url="https://github.com/Martchus/${_reponame}" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('8bad5a214ce46670e48f1ba916a54319072c6b4bdf75e45f0ad64bdf57f61278') +sha256sums=('8f3a30dcc1f5401a9facef33f0ed35fed3d97d8fe4d8571ae0415d418d33ffb4') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" |