summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsomebody12342022-10-03 01:07:00 +1000
committersomebody12342022-10-03 01:07:00 +1000
commit811de6db270e24f489a98942ba4e9343ebfd35bb (patch)
tree380a507ea037f07947951d19e4ee861bd2e96c74
parent00a284d1a8b5a8d74e4156fa609c3a72f9c5e1ba (diff)
downloadaur-811de6db270e24f489a98942ba4e9343ebfd35bb.tar.gz
bump: 10.1.5-20221002
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 351e4361b79d..9e02092e194d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ghidra-extension-kaiju-bin
pkgdesc = Binary analysis improvements for Ghidra. Can import C++ symbols from OOAnalyer
pkgver = 10.1.5
- pkgrel = 20220925
+ pkgrel = 20221002
url = https://github.com/CERTCC/kaiju
arch = any
license = BSD
makedepends = unzip
depends = ghidra=10.1.5
optdepends = z3-java: To use the GhiHorn plugin for CFG analysis
- source = https://github.com/CERTCC/kaiju/releases/download/ghidra-10.1.5/ghidra_10.1.5_PUBLIC_20220925_kaiju.zip
- sha512sums = 4a2a806899334d814d1e8c25a9a98238bd0f9e555b6e31fb449eb08708c514e6a3a2ed3a94ec0e06d71697fecfc60df5c8a3cdfdc9aeecf95452bb136572a442
+ source = https://github.com/CERTCC/kaiju/releases/download/ghidra-10.1.5/ghidra_10.1.5_PUBLIC_20221002_kaiju.zip
+ sha512sums = 48200a5f78071b0c7ea7123fad66d26f3e725c25af44f9c2094cd091a1e46138e015a9e23fdf28e3b516e85d7b461a17c260e48eaff28e9216ec47a39a3d2ed6
pkgname = ghidra-extension-kaiju-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0314da0c27c1..d91dc2ee38f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _pkgname=kaiju
pkgname=ghidra-extension-kaiju-bin
pkgdesc="Binary analysis improvements for Ghidra. Can import C++ symbols from OOAnalyer"
pkgver=10.1.5
-pkgrel=20220925
+pkgrel=20221002
arch=('any')
url=https://github.com/CERTCC/kaiju
license=('BSD')
@@ -13,7 +13,7 @@ optdepends=(
)
makedepends=('unzip')
source=("https://github.com/CERTCC/kaiju/releases/download/ghidra-${pkgver}/ghidra_${pkgver}_PUBLIC_${pkgrel%.*}_kaiju.zip")
-sha512sums=('4a2a806899334d814d1e8c25a9a98238bd0f9e555b6e31fb449eb08708c514e6a3a2ed3a94ec0e06d71697fecfc60df5c8a3cdfdc9aeecf95452bb136572a442')
+sha512sums=('48200a5f78071b0c7ea7123fad66d26f3e725c25af44f9c2094cd091a1e46138e015a9e23fdf28e3b516e85d7b461a17c260e48eaff28e9216ec47a39a3d2ed6')
package() {
cd $srcdir