summaryrefslogtreecommitdiffstats
path: root/development/ghidra
diff options
context:
space:
mode:
author Ebben Aries <earies@dscp.org>2022-11-04 10:19:58 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-05 21:15:22 +0700
commitf9ca2aca9feecae44766e70111a777ccb91ad878 (patch)
tree0c0584edf2f191cf347c2217c7f64873c41f36b0 /development/ghidra
parentb4c35dd6831a802378bea0b482a3adbeb2a865e0 (diff)
downloadslackbuilds-f9ca2aca9feecae44766e70111a777ccb91ad878.tar.gz
slackbuilds-f9ca2aca9feecae44766e70111a777ccb91ad878.tar.xz
development/ghidra: Updated for version 10.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ghidra')
-rw-r--r--development/ghidra/ghidra.SlackBuild4
-rw-r--r--development/ghidra/ghidra.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/development/ghidra/ghidra.SlackBuild b/development/ghidra/ghidra.SlackBuild
index 7827b651ec..b21d4099ac 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.1.5}
-VERDATE=${VERDATE:-20220726}
+VERSION=${VERSION:-10.2}
+VERDATE=${VERDATE:-20221101}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/development/ghidra/ghidra.info b/development/ghidra/ghidra.info
index e685080b41..62c4e220e1 100644
--- a/development/ghidra/ghidra.info
+++ b/development/ghidra/ghidra.info
@@ -1,8 +1,8 @@
PRGNAM="ghidra"
-VERSION="10.1.5"
+VERSION="10.2"
HOMEPAGE="https://ghidra-sre.org"
-DOWNLOAD="https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.1.5_build/ghidra_10.1.5_PUBLIC_20220726.zip"
-MD5SUM="bd542513e7b52f7f06eede128409de37"
+DOWNLOAD="https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.2_build/ghidra_10.2_PUBLIC_20221101.zip"
+MD5SUM="51b6b5584628159969b49165e8312700"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk11"