summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-08-24 23:34:47 +0200
committerMartchus2019-08-24 23:34:47 +0200
commit0bef4e622079472bb18a856a4fdf8c080efae20c (patch)
tree083857277343745db1351ed4a4b01b360f02b51a
parent27ea0fad880d7bfd83420dbe8ccdee5e777dcfee (diff)
downloadaur-0bef4e622079472bb18a856a4fdf8c080efae20c.tar.gz
Update checksums
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89bfaa5c034f..bdb3dfc86857 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index fee206306c3d..17b645ccc0ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"