diff options
author | Ebben Aries <earies@dscp.org> | 2022-11-15 10:06:24 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-18 21:57:12 +0700 |
commit | 9d4d6c761329ad30f67dff7d7ea92bfdbb51f5ce (patch) | |
tree | cde5c624cfd80454f765e1e9d166b46a9beb44b0 /development/ghidra | |
parent | 82b1703b20fba693ca21a41f748dd4e71f68c07b (diff) |
development/ghidra: Updated for version 10.2.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ghidra')
-rw-r--r-- | development/ghidra/README | 2 | ||||
-rw-r--r-- | development/ghidra/ghidra.SlackBuild | 4 | ||||
-rw-r--r-- | development/ghidra/ghidra.info | 8 |
3 files changed, 7 insertions, 7 deletions
diff --git a/development/ghidra/README b/development/ghidra/README index ae9f69f631aff..db029b14001df 100644 --- a/development/ghidra/README +++ b/development/ghidra/README @@ -8,5 +8,5 @@ a wide variety of processor instruction sets and executable formats and can be run in both user-interactive and automated modes. NOTE: On first run, ghidra will prompt you for your path to the JDK 11+ -home directory. This is usually /usr/lib64/jdk11-<version> if +home directory. This is usually /usr/lib64/jdk19-<version> if installed from slackbuilds. diff --git a/development/ghidra/ghidra.SlackBuild b/development/ghidra/ghidra.SlackBuild index b21d4099ac05c..638c58e9f10ea 100644 --- a/development/ghidra/ghidra.SlackBuild +++ b/development/ghidra/ghidra.SlackBuild @@ -24,8 +24,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ghidra -VERSION=${VERSION:-10.2} -VERDATE=${VERDATE:-20221101} +VERSION=${VERSION:-10.2.1} +VERDATE=${VERDATE:-20221110} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/ghidra/ghidra.info b/development/ghidra/ghidra.info index 62c4e220e197e..af21318673292 100644 --- a/development/ghidra/ghidra.info +++ b/development/ghidra/ghidra.info @@ -1,10 +1,10 @@ PRGNAM="ghidra" -VERSION="10.2" +VERSION="10.2.1" HOMEPAGE="https://ghidra-sre.org" -DOWNLOAD="https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.2_build/ghidra_10.2_PUBLIC_20221101.zip" -MD5SUM="51b6b5584628159969b49165e8312700" +DOWNLOAD="https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.2.1_build/ghidra_10.2.1_PUBLIC_20221110.zip" +MD5SUM="60c594997eeb73c543ea4ea99cb5264d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="jdk11" +REQUIRES="jdk19" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |