summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Kerrick2021-07-10 15:25:01 -0400
committerEthan Kerrick2021-07-10 15:25:01 -0400
commit952963599e267c63000626d9bda380caf9e53c15 (patch)
treeaa380989a5b8765f75b117e284a263f0e3174908
parentae0a1b22e5758c107b657617e31ce11b20e08fea (diff)
downloadaur-952963599e267c63000626d9bda380caf9e53c15.tar.gz
updated to v3.7.19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8125c8ac7660..de308d65401d 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.18
+ pkgver = 3.7.19
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.18.tar.gz
- sha256sums = 5481cd5d8dbacd39d0c531a68ae8afcca3160c808770d66dcbf5e9b5be3e8199
+ source = https://github.com/sshock/AFFLIBv3/archive/v3.7.19.tar.gz
+ sha256sums = d358b07153dd08df3f35376bab0202c6103808686bab5e8486c78a18b24e2665
pkgname = afflib
diff --git a/PKGBUILD b/PKGBUILD
index 3e1f953416bf..3f055812b852 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: epitron <chris at ill-logic dot com>
+# Maintainer : silverhikari
+# Contributor: epitron <chris at ill-logic dot com>
# Contributor: kfgz <kfgz at interia dot pl>
# Contributor: Abakus <java5 at arcor dot de>
# Contributor: watashi <zejun dot wu at gmail dot com>
pkgname=afflib
-pkgver=3.7.18
+pkgver=3.7.19
pkgrel=1
pkgdesc="An extensible open format for the storage of disk images and related forensic information"
arch=('i686' 'x86_64')
@@ -12,7 +13,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=('5481cd5d8dbacd39d0c531a68ae8afcca3160c808770d66dcbf5e9b5be3e8199')
+sha256sums=('d358b07153dd08df3f35376bab0202c6103808686bab5e8486c78a18b24e2665')
build() {
cd "${srcdir}"/AFFLIBv3-${pkgver}