summaryrefslogtreecommitdiffstats
path: root/development/ghidra
diff options
context:
space:
mode:
author Ebben Aries <earies@dscp.org>2023-12-27 11:08:14 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-29 18:49:42 +0700
commitc48b6acbd462a2b82adbc5fa254948c9d01b8eef (patch)
tree0b6900da1f0cd50ad9a4d2de0bf7c25b997962d2 /development/ghidra
parent9d229cc4da8a1732f296f9c10a8d22fedd5b4f1a (diff)
downloadslackbuilds-c48b6acbd462a2b82adbc5fa254948c9d01b8eef.tar.gz
slackbuilds-c48b6acbd462a2b82adbc5fa254948c9d01b8eef.tar.xz
development/ghidra: Updated for version 11.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ghidra')
-rw-r--r--development/ghidra/ghidra.SlackBuild6
-rw-r--r--development/ghidra/ghidra.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/development/ghidra/ghidra.SlackBuild b/development/ghidra/ghidra.SlackBuild
index cc050bcdec..d8160c90eb 100644
--- a/development/ghidra/ghidra.SlackBuild
+++ b/development/ghidra/ghidra.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Ghidra
-# Copyright (c) 2021, Ebben Aries <slackbuilds@dscp.org>
+# Copyright (c) 2021-2023, Ebben Aries <slackbuilds@dscp.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -24,8 +24,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ghidra
-VERSION=${VERSION:-10.4}
-VERDATE=${VERDATE:-20230928}
+VERSION=${VERSION:-11.0}
+VERDATE=${VERDATE:-20231222}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/development/ghidra/ghidra.info b/development/ghidra/ghidra.info
index e8f74688e5..7c89d2dfc8 100644
--- a/development/ghidra/ghidra.info
+++ b/development/ghidra/ghidra.info
@@ -1,10 +1,10 @@
PRGNAM="ghidra"
-VERSION="10.4"
+VERSION="11.0"
HOMEPAGE="https://ghidra-sre.org"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.4_build/ghidra_10.4_PUBLIC_20230928.zip"
-MD5SUM_x86_64="7547377af9b793dcc39ef1d35c30eba9"
+DOWNLOAD_x86_64="https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.0_build/ghidra_11.0_PUBLIC_20231222.zip"
+MD5SUM_x86_64="055e6c99cacb988a855abd3b22613cf1"
REQUIRES="jdk19"
MAINTAINER="Ebben Aries"
EMAIL="slackbuilds@dscp.org"