summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsomebody12342022-09-19 02:05:42 +1000
committersomebody12342022-09-19 02:05:42 +1000
commit12fb925cb8e2cce581e8ea0cf7ca64772561ad82 (patch)
tree266b36e83f663c6e56b2b2d3471ac486cbddc7e2
parent3dd8064dc9c42cfbaa57552bfdb51e3fabe04d9c (diff)
downloadaur-12fb925cb8e2cce581e8ea0cf7ca64772561ad82.tar.gz
bump: 10.1.5-20220918
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ad272c9e41b..b8504f12d90b 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 = 20220911
+ pkgrel = 20220918
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_20220911_kaiju.zip
- sha512sums = 636a4a7b5797a9728f4ea2981641deb3864124e87c885ca53b374db607019908ad8ffe797341fd40df5e626b079636c9e6227eb6c4575f89d9acd9cb5b304e62
+ source = https://github.com/CERTCC/kaiju/releases/download/ghidra-10.1.5/ghidra_10.1.5_PUBLIC_20220918_kaiju.zip
+ sha512sums = c9eb6afe20b02ed5dd3c74d853b081993c044c4f90f4f63420f82eb7c93eab577c822c5dae670a68c9e2a153903fa0ffb82c3838cb1f9fde852e3fc73910f183
pkgname = ghidra-extension-kaiju-bin
diff --git a/PKGBUILD b/PKGBUILD
index 29743d7b5e46..d0a47c20f3e0 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=20220911
+pkgrel=20220918
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=('636a4a7b5797a9728f4ea2981641deb3864124e87c885ca53b374db607019908ad8ffe797341fd40df5e626b079636c9e6227eb6c4575f89d9acd9cb5b304e62')
+sha512sums=('c9eb6afe20b02ed5dd3c74d853b081993c044c4f90f4f63420f82eb7c93eab577c822c5dae670a68c9e2a153903fa0ffb82c3838cb1f9fde852e3fc73910f183')
package() {
cd $srcdir