summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjahway6032021-04-19 17:07:06 -0400
committerjahway6032021-04-19 17:07:06 -0400
commitefa3a7dd3af67e2e2bd2e982659f519a70f0db35 (patch)
treed0c35b83a3b042e7b461429a45b527edaddaefb9
parent21d9ae25dce608f147c4cac7a20f688152a1e782 (diff)
downloadaur-efa3a7dd3af67e2e2bd2e982659f519a70f0db35.tar.gz
Update to v1.6.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 728b123a2d4f..be580c3ea91f 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 = 1.5.1
- pkgrel = 3
+ pkgver = 1.6.2
+ pkgrel = 1
url = https://github.com/fireeye/capa
arch = x86_64
license = apache
optdepends = python2
conflicts = capa
- source = https://github.com/fireeye/capa/releases/download/v1.5.1/capa-v1.5.1-linux.zip
+ source = https://github.com/fireeye/capa/releases/download/v1.6.2/capa-v1.6.2-linux.zip
source = https://raw.githubusercontent.com/fireeye/capa/master/LICENSE.txt
- sha256sums = 2bb26d702b47c06c75c8a4de4a94575730453c29e421ff2018cc26b7b9f8d869
+ sha256sums = f615597fa2b2810d86be4e6700ebb0de39690b8eb05050d84117a760600c0c21
sha256sums = d102438d6fed7e9df7a4a72fb85df369ed4c4a631d54634642f22af7d3450cf9
pkgname = capa-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8e2e59919ecf..7756669ae2f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=capa-bin
_pkg=capa
-pkgver=1.5.1
-pkgrel=3
+pkgver=1.6.2
+pkgrel=1
pkgdesc="The FLARE team's open-source tool to identify capabilities in executable files"
url="https://github.com/fireeye/capa"
arch=('x86_64')
@@ -12,7 +12,7 @@ optdepends=('python2')
conflicts=('capa')
source=("$url/releases/download/v$pkgver/${_pkg}-v$pkgver-linux.zip"
"https://raw.githubusercontent.com/fireeye/capa/master/LICENSE.txt")
-sha256sums=('2bb26d702b47c06c75c8a4de4a94575730453c29e421ff2018cc26b7b9f8d869'
+sha256sums=('f615597fa2b2810d86be4e6700ebb0de39690b8eb05050d84117a760600c0c21'
'd102438d6fed7e9df7a4a72fb85df369ed4c4a631d54634642f22af7d3450cf9')
package() {