summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}