development/ghidra: Updated for version 11.0.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2024-03-28 10:56:37 +10:00 committed by Willy Sudiarto Raharjo
parent d51a6f3ca2
commit a682a9b347
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:-11.0.1}
VERDATE=${VERDATE:-20240130}
VERSION=${VERSION:-11.0.2}
VERDATE=${VERDATE:-20240326}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="ghidra"
VERSION="11.0.1"
VERSION="11.0.2"
HOMEPAGE="https://ghidra-sre.org"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.0.1_build/ghidra_11.0.1_PUBLIC_20240130.zip"
MD5SUM_x86_64="d7ee0dc93ec05002ce9c4cec7e64083b"
DOWNLOAD_x86_64="https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.0.2_build/ghidra_11.0.2_PUBLIC_20240326.zip"
MD5SUM_x86_64="93218c038d77fc4f5cdcceb1d3be1681"
REQUIRES="jdk19"
MAINTAINER="Ebben Aries"
EMAIL="slackbuilds@dscp.org"