diff options
author | Ebben Aries <earies@dscp.org> | 2024-03-28 10:56:37 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-29 07:37:29 +0700 |
commit | a682a9b3478a5fcd1581df9b6a4646c11d803d9b (patch) | |
tree | c4b1d8e8a9a7a3d231256716d18217c8a56c70d5 /development/ghidra | |
parent | d51a6f3ca27e7873ae17245d147973d434a47a73 (diff) |
development/ghidra: Updated for version 11.0.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ghidra')
-rw-r--r-- | development/ghidra/ghidra.SlackBuild | 4 | ||||
-rw-r--r-- | development/ghidra/ghidra.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/ghidra/ghidra.SlackBuild b/development/ghidra/ghidra.SlackBuild index b2797434e32c..76f54b2bd21d 100644 --- a/development/ghidra/ghidra.SlackBuild +++ b/development/ghidra/ghidra.SlackBuild @@ -24,8 +24,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ghidra -VERSION=${VERSION:-11.0.1} -VERDATE=${VERDATE:-20240130} +VERSION=${VERSION:-11.0.2} +VERDATE=${VERDATE:-20240326} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/ghidra/ghidra.info b/development/ghidra/ghidra.info index 733cbfed6590..5f3075812b07 100644 --- a/development/ghidra/ghidra.info +++ b/development/ghidra/ghidra.info @@ -1,10 +1,10 @@ PRGNAM="ghidra" -VERSION="11.0.1" +VERSION="11.0.2" HOMEPAGE="https://ghidra-sre.org" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.0.1_build/ghidra_11.0.1_PUBLIC_20240130.zip" -MD5SUM_x86_64="d7ee0dc93ec05002ce9c4cec7e64083b" +DOWNLOAD_x86_64="https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.0.2_build/ghidra_11.0.2_PUBLIC_20240326.zip" +MD5SUM_x86_64="93218c038d77fc4f5cdcceb1d3be1681" REQUIRES="jdk19" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |