summaryrefslogtreecommitdiffstats
path: root/development/ghidra
diff options
context:
space:
mode:
author Ebben Aries2022-11-15 11:06:24 +0100
committer Willy Sudiarto Raharjo2022-11-18 15:57:12 +0100
commit9d4d6c761329ad30f67dff7d7ea92bfdbb51f5ce (patch)
treecde5c624cfd80454f765e1e9d166b46a9beb44b0 /development/ghidra
parent82b1703b20fba693ca21a41f748dd4e71f68c07b (diff)
downloadslackbuilds-9d4d6c761329ad30f67dff7d7ea92bfdbb51f5ce.tar.gz
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/README2
-rw-r--r--development/ghidra/ghidra.SlackBuild4
-rw-r--r--development/ghidra/ghidra.info8
3 files changed, 7 insertions, 7 deletions
diff --git a/development/ghidra/README b/development/ghidra/README
index ae9f69f631..db029b1400 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 b21d4099ac..638c58e9f1 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 62c4e220e1..af21318673 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"