summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsomebody12342022-08-29 01:03:09 +1000
committersomebody12342022-08-29 01:03:09 +1000
commit0b3961ceb0851e66a55a5776061eb440301e0a25 (patch)
tree0fc1cd9cf9a889b2c155cdbbf48bd0e8f8d63a00
parent4e131303bbf437c7c38526a4dfbe950291045d88 (diff)
downloadaur-0b3961ceb0851e66a55a5776061eb440301e0a25.tar.gz
bump: 10.1.5-20220828
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec1abff996fd..6cbab798e8e4 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 = 20220821
+ pkgrel = 20220828
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_20220821_kaiju.zip
- sha512sums = 6de806befbf2aff6c1693769095eb83efa71cc853cbde495b144e4e8c8d0b370f292a451b2ba6d9aa07e6a444f7167b432557cac80a1f043d5b1a7b0ec3045ac
+ source = https://github.com/CERTCC/kaiju/releases/download/ghidra-10.1.5/ghidra_10.1.5_PUBLIC_20220828_kaiju.zip
+ sha512sums = d1e87800e1fc91132dae02e429636cd384b4b0beb9f8a1559bc8e71538d1d719ea9f7aef078801fb3c8e6a7eb1ce03a206009ee75a4e5ea92923e9036db574af
pkgname = ghidra-extension-kaiju-bin
diff --git a/PKGBUILD b/PKGBUILD
index 798f696113da..7d391dc63160 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=20220821
+pkgrel=20220828
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=('6de806befbf2aff6c1693769095eb83efa71cc853cbde495b144e4e8c8d0b370f292a451b2ba6d9aa07e6a444f7167b432557cac80a1f043d5b1a7b0ec3045ac')
+sha512sums=('d1e87800e1fc91132dae02e429636cd384b4b0beb9f8a1559bc8e71538d1d719ea9f7aef078801fb3c8e6a7eb1ce03a206009ee75a4e5ea92923e9036db574af')
package() {
cd $srcdir