development/ghidra: Updated for version 10.2.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2022-11-15 10:06:24 +00:00 committed by Willy Sudiarto Raharjo
parent 82b1703b20
commit 9d4d6c7613
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 7 additions and 7 deletions

View File

@ -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.

View File

@ -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}

View File

@ -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"