summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorepitron2018-11-08 17:44:36 -0500
committerepitron2018-11-08 17:44:36 -0500
commit1f8f982b89d885ad0f4f9a55a83607a95df5c455 (patch)
tree3f3abfe6c864381429c1f08c988493b54b5f593c
parent6cc8cdd3ef9202ec9e5307a95b14fffbf9cd36e4 (diff)
downloadaur-1f8f982b89d885ad0f4f9a55a83607a95df5c455.tar.gz
v3.7.17 bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 585b04de3df3..d5fbdb7c205f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = afflib
pkgdesc = An extensible open format for the storage of disk images and related forensic information
- pkgver = 3.7.16
+ pkgver = 3.7.17
pkgrel = 1
url = https://github.com/sshock/AFFLIBv3/
arch = i686
@@ -9,8 +9,8 @@ pkgbase = afflib
depends = zlib
depends = openssl
depends = fuse
- source = https://github.com/sshock/AFFLIBv3/archive/v3.7.16.tar.gz
- sha256sums = 9c0522941a24a3aafa027e510c6add5ca9f4defd2d859da3e0b536ad11b6bf72
+ source = https://github.com/sshock/AFFLIBv3/archive/v3.7.17.tar.gz
+ sha256sums = 3c5a718731c90a75a1134796ab9de9a0156f6b3a8d1dec4f532e161b94bdaff4
pkgname = afflib
diff --git a/PKGBUILD b/PKGBUILD
index 4396493b73e2..e9f697f3acab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: watashi <zejun dot wu at gmail dot com>
pkgname=afflib
-pkgver=3.7.16
+pkgver=3.7.17
pkgrel=1
pkgdesc="An extensible open format for the storage of disk images and related forensic information"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ url="https://github.com/sshock/AFFLIBv3/"
license=('custom')
depends=('zlib' 'openssl' 'fuse')
source=("https://github.com/sshock/AFFLIBv3/archive/v${pkgver}.tar.gz")
-sha256sums=('9c0522941a24a3aafa027e510c6add5ca9f4defd2d859da3e0b536ad11b6bf72')
+sha256sums=('3c5a718731c90a75a1134796ab9de9a0156f6b3a8d1dec4f532e161b94bdaff4')
build() {
cd "${srcdir}"/AFFLIBv3-${pkgver}