summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjahway6032022-03-10 16:27:15 -0500
committerjahway6032022-03-10 16:27:15 -0500
commitc768df28358412cb8bf1a487f00eacab0de1682a (patch)
tree30bf41300d1558471f1829c0a2aae53a82ab1526
parent2976354ed6f8fc8be1492e2cb74fdf770ddccd89 (diff)
downloadaur-c768df28358412cb8bf1a487f00eacab0de1682a.tar.gz
Updated to v 3.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7675c85480d6..846207f7dfa0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = capa-bin
pkgdesc = The FLARE team's open-source tool to identify capabilities in executable files
- pkgver = 3.1.0
+ pkgver = 3.2.0
pkgrel = 1
url = https://github.com/mandiant/capa
arch = x86_64
license = apache
optdepends = python2
conflicts = capa
- source = https://github.com/mandiant/capa/releases/download/v3.1.0/capa-v3.1.0-linux.zip
+ source = https://github.com/mandiant/capa/releases/download/v3.2.0/capa-v3.2.0-linux.zip
source = https://raw.githubusercontent.com/mandiant/capa/master/LICENSE.txt
- sha256sums = 123268b0d93ce45d4cfc672dbcfcc28ff4bff779269b1a15a63e134ac0a92d3a
+ sha256sums = 8d180d0abd75033bdce1071747a54bb6d16f558e15e0d39d443e421c81163e9f
sha256sums = 275dbf7cc15d9c826b03638277eae17bb827fbdd5891a96a44708cf3abec458d
pkgname = capa-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8413ab152c56..c4b143d467e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=capa-bin
_pkg=capa
-pkgver=3.1.0
+pkgver=3.2.0
pkgrel=1
pkgdesc="The FLARE team's open-source tool to identify capabilities in executable files"
url="https://github.com/mandiant/capa"
@@ -12,7 +12,7 @@ optdepends=('python2')
conflicts=('capa')
source=("$url/releases/download/v$pkgver/${_pkg}-v$pkgver-linux.zip"
"https://raw.githubusercontent.com/mandiant/capa/master/LICENSE.txt")
-sha256sums=('123268b0d93ce45d4cfc672dbcfcc28ff4bff779269b1a15a63e134ac0a92d3a'
+sha256sums=('8d180d0abd75033bdce1071747a54bb6d16f558e15e0d39d443e421c81163e9f'
'275dbf7cc15d9c826b03638277eae17bb827fbdd5891a96a44708cf3abec458d')
package() {