summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2018-12-24 14:44:05 +0100
committerMartchus2018-12-24 14:44:05 +0100
commit759f0399eb1390a5e180863c9e2307b0b49b9403 (patch)
tree1667b95204ec78de5556dd2e44e0c9ce4d574e5b /PKGBUILD
parentd6f407dee7ca0295c68bfd00a096675dfbe9d0e6 (diff)
downloadaur-759f0399eb1390a5e180863c9e2307b0b49b9403.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87da614b8593..c0292449305d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=passwordfile
pkgname=passwordfile
-pkgver=3.2.0
+pkgver=4.0.0
pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='C++ library to read/write passwords from/to encrypted files using AES-256-CBC via OpenSSL'
@@ -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=('48e95ad852dc83b598c428f9fd0e9717aa12e81aae8254c2946f380afee1b768')
+sha256sums=('4918322b65eb4d70114ff427016decb9dc799c76a97b699b88db4790ae7609e1')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"