development/ghidra: Updated for version 10.2.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2022-11-22 16:19:45 -07:00 committed by Willy Sudiarto Raharjo
parent 266dc0d9c1
commit 9b8e8c0d4d
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -24,8 +24,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ghidra
VERSION=${VERSION:-10.2.1}
VERDATE=${VERDATE:-20221110}
VERSION=${VERSION:-10.2.2}
VERDATE=${VERDATE:-20221115}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="ghidra"
VERSION="10.2.1"
VERSION="10.2.2"
HOMEPAGE="https://ghidra-sre.org"
DOWNLOAD="https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.2.1_build/ghidra_10.2.1_PUBLIC_20221110.zip"
MD5SUM="60c594997eeb73c543ea4ea99cb5264d"
DOWNLOAD="https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.2.2_build/ghidra_10.2.2_PUBLIC_20221115.zip"
MD5SUM="9c4c8e4dca5053974c66c4c5cda1c4af"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk19"