summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-12-24 14:44:05 +0100
committerMartchus2018-12-24 14:44:05 +0100
commit759f0399eb1390a5e180863c9e2307b0b49b9403 (patch)
tree1667b95204ec78de5556dd2e44e0c9ce4d574e5b
parentd6f407dee7ca0295c68bfd00a096675dfbe9d0e6 (diff)
downloadaur-759f0399eb1390a5e180863c9e2307b0b49b9403.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68ee3593631f..eb8e01118603 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = passwordfile
pkgdesc = C++ library to read/write passwords from/to encrypted files using AES-256-CBC via OpenSSL
- pkgver = 3.2.0
+ pkgver = 4.0.0
pkgrel = 1
url = https://github.com/Martchus/passwordfile
arch = i686
@@ -14,8 +14,8 @@ pkgbase = passwordfile
depends = c++utilities
depends = openssl
optdepends = passwordfile-doc: API documentation
- source = passwordfile-3.2.0.tar.gz::https://github.com/Martchus/passwordfile/archive/v3.2.0.tar.gz
- sha256sums = 48e95ad852dc83b598c428f9fd0e9717aa12e81aae8254c2946f380afee1b768
+ source = passwordfile-4.0.0.tar.gz::https://github.com/Martchus/passwordfile/archive/v4.0.0.tar.gz
+ sha256sums = 4918322b65eb4d70114ff427016decb9dc799c76a97b699b88db4790ae7609e1
pkgname = passwordfile
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}"