[arch-commits] Commit in yara/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Fri Jan 29 22:49:49 UTC 2021


    Date: Friday, January 29, 2021 @ 22:49:49
  Author: anthraxx
Revision: 835795

upgpkg: yara 4.0.4-1

Modified:
  yara/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-29 22:47:42 UTC (rev 835794)
+++ PKGBUILD	2021-01-29 22:49:49 UTC (rev 835795)
@@ -3,17 +3,17 @@
 # Contributor: fnord0 <fnord0 AT riseup DOT net>
 
 pkgname=yara
-pkgver=4.0.2
+pkgver=4.0.4
 pkgrel=1
 pkgdesc='Tool aimed at helping malware researchers to identify and classify malware samples'
 url='https://github.com/VirusTotal/yara'
 arch=('x86_64')
 license=('BSD')
-depends=('openssl' 'file')
+depends=('openssl' 'file' libmagic.so)
 provides=('libyara.so')
 source=(https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('22575cb7b48eead3b5051ce13beb3deef88a1b605de20ec8e5fc2651c0dd0009eb6c0ecddb8600a43a757ceb6ea298e94f71a26d2f9acb31a73830e18c81d10c')
-b2sums=('37f29c75c832f2d2c17aaf51ef443266e354018a07212b1df696cc083a2abebdf091c4fbdd53e32e5a9f7e53fa3be378c79794923f3100068de86d56077d7be3')
+sha512sums=('ed3a3d20ca0ac6de8e79471377981fe171752d22c4bbee698dae500453a9b2b20cfb2bbb2695e647e97b230c5a05c3c0ede2c4e1604beff3c0d02dbffca4f889')
+b2sums=('35008d2666388c6f2ff598ad731cf7e7b0164cdd8f2beb6216d5a35a5c143a72d1b637a295ef4b67431a2355705c77b2fee39509186e173b79d4f0c9da73c05f')
 
 prepare() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list