summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsomebody12342023-12-05 02:52:55 +1000
committersomebody12342023-12-05 02:52:55 +1000
commitea260bd471dddb7ce85b48f6043da8139febe157 (patch)
tree60baabbd74b24e7c8b464497ee276224e6f2f74c
parent7f0d2684d93c13e8dc5335f4ce430cad6c6039dd (diff)
downloadaur-ea260bd471dddb7ce85b48f6043da8139febe157.tar.gz
bump: 231204
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4511989b37dd..5d55212cb7bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ghidra-extension-kaiju-bin
pkgdesc = Binary analysis improvements for Ghidra. Can import C++ symbols from OOAnalyer
- pkgver = 231003
+ pkgver = 231204
pkgrel = 1
url = https://github.com/CERTCC/kaiju
arch = any
@@ -8,7 +8,7 @@ pkgbase = ghidra-extension-kaiju-bin
makedepends = unzip
depends = ghidra>=10.4
optdepends = z3-java: To use the GhiHorn plugin for CFG analysis
- source = kaiju-231003.zip::https://github.com/CERTCC/kaiju/releases/download/231003/ghidra_10.4_PUBLIC_20231003_kaiju.zip
- sha512sums = 8c80acd6570dfabbf22bb9851f261dcc01dd4c31d4c3868f1b51450f30fbf616d6a5f807ec3242011a4ed2408ed2a5c50f6c36d5da39460190b58f46370c6110
+ source = kaiju-231204.zip::https://github.com/CERTCC/kaiju/releases/download/231204/ghidra_10.4_PUBLIC_20231204_kaiju.zip
+ sha512sums = 5054f3a06626deb2fdf13d3e8391b7d01cb6858dd114a0686172ea52854c67f19285ed9accc21888e8b0c5163c7b43063ade5675602cdd8e6b9f2dd814c84671
pkgname = ghidra-extension-kaiju-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7887c561aab5..b9fbce17eacc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=kaiju
pkgname=ghidra-extension-kaiju-bin
pkgdesc="Binary analysis improvements for Ghidra. Can import C++ symbols from OOAnalyer"
-pkgver=231003
+pkgver=231204
_ghidraver=10.4
pkgrel=1
arch=('any')
@@ -14,7 +14,7 @@ optdepends=(
)
makedepends=('unzip')
source=("kaiju-${pkgver}.zip::https://github.com/CERTCC/kaiju/releases/download/${pkgver}/ghidra_${_ghidraver}_PUBLIC_20${pkgver}_kaiju.zip")
-sha512sums=('8c80acd6570dfabbf22bb9851f261dcc01dd4c31d4c3868f1b51450f30fbf616d6a5f807ec3242011a4ed2408ed2a5c50f6c36d5da39460190b58f46370c6110')
+sha512sums=('5054f3a06626deb2fdf13d3e8391b7d01cb6858dd114a0686172ea52854c67f19285ed9accc21888e8b0c5163c7b43063ade5675602cdd8e6b9f2dd814c84671')
package() {
cd $srcdir