Date: Saturday, August 25, 2018 @ 18:22:59 Author: anthraxx Revision: 374006
upgpkg: yara 3.8.1-1 Modified: yara/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-25 18:21:53 UTC (rev 374005) +++ PKGBUILD 2018-08-25 18:22:59 UTC (rev 374006) @@ -3,7 +3,7 @@ # Contributor: fnord0 <fnord0 AT riseup DOT net> pkgname=yara -pkgver=3.7.1 +pkgver=3.8.1 pkgrel=1 pkgdesc='Tool aimed at helping malware researchers to identify and classify malware samples' url='https://github.com/VirusTotal/yara' @@ -11,7 +11,7 @@ license=('BSD') depends=('openssl' 'file') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}.tar.gz) -sha512sums=('cfb03a36a490e87544b1d315979991a6b6f4d2dbfe5c712ae321a1835a5378a86ed3ae2a65059741cf02cad2495761d90b26c56d67628a334f50f3bf4041b784') +sha512sums=('32acb7b7336eebe2fe2c10ba6e8b23fea4e91148c289d15b53119bbed3dfe27508fbd90aef5c036a5b6a7e31e0f73ec8885e30093c598f9bc04bd9d64ac0ac7e') prepare() { cd ${pkgname}-${pkgver}
