summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-01-11 17:55:33 +0100
committerMartchus2022-01-11 17:55:33 +0100
commit3495bbc858233395c6807be6b8da6082ad52b044 (patch)
treee78e93f3c4ea1789979d368609a688fa8be76f1a
parent78cbb6fec4eeceee7427cffb137abe0661772d97 (diff)
downloadaur-3495bbc858233395c6807be6b8da6082ad52b044.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 5a5af0b4b8c3..824cca4e8ef5 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 = 5.0.6
+ pkgver = 5.0.7
pkgrel = 1
url = https://github.com/Martchus/passwordfile
arch = i686
@@ -15,7 +15,7 @@ pkgbase = passwordfile
depends = c++utilities
depends = openssl
optdepends = passwordfile-doc: API documentation
- source = passwordfile-5.0.6.tar.gz::https://github.com/Martchus/passwordfile/archive/v5.0.6.tar.gz
- sha256sums = 44f53c4171c147e8c0b56e5d52155968a71c4d81a0cc81a27bcf88b7a2f89e67
+ source = passwordfile-5.0.7.tar.gz::https://github.com/Martchus/passwordfile/archive/v5.0.7.tar.gz
+ sha256sums = 03a0ced7ecfce18ec35104dedb73eec457875ff72859290c11616b36b2da0bbb
pkgname = passwordfile
diff --git a/PKGBUILD b/PKGBUILD
index 70a185aebcb0..a1a3a361b951 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=passwordfile
pkgname=passwordfile
-pkgver=5.0.6
+pkgver=5.0.7
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=('44f53c4171c147e8c0b56e5d52155968a71c4d81a0cc81a27bcf88b7a2f89e67')
+sha256sums=('03a0ced7ecfce18ec35104dedb73eec457875ff72859290c11616b36b2da0bbb')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"