summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorepitron2019-05-25 23:06:49 -0400
committerepitron2019-05-25 23:06:49 -0400
commitae0a1b22e5758c107b657617e31ce11b20e08fea (patch)
tree626cd62bcaebf8429699edb5731956d1419a8493
parent1f8f982b89d885ad0f4f9a55a83607a95df5c455 (diff)
downloadaur-ae0a1b22e5758c107b657617e31ce11b20e08fea.tar.gz
Updated to v3.7.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5fbdb7c205f..8125c8ac7660 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.17
+ pkgver = 3.7.18
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.17.tar.gz
- sha256sums = 3c5a718731c90a75a1134796ab9de9a0156f6b3a8d1dec4f532e161b94bdaff4
+ source = https://github.com/sshock/AFFLIBv3/archive/v3.7.18.tar.gz
+ sha256sums = 5481cd5d8dbacd39d0c531a68ae8afcca3160c808770d66dcbf5e9b5be3e8199
pkgname = afflib
diff --git a/PKGBUILD b/PKGBUILD
index e9f697f3acab..3e1f953416bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: watashi <zejun dot wu at gmail dot com>
pkgname=afflib
-pkgver=3.7.17
+pkgver=3.7.18
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=('3c5a718731c90a75a1134796ab9de9a0156f6b3a8d1dec4f532e161b94bdaff4')
+sha256sums=('5481cd5d8dbacd39d0c531a68ae8afcca3160c808770d66dcbf5e9b5be3e8199')
build() {
cd "${srcdir}"/AFFLIBv3-${pkgver}