mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/ghidra: Updated for version 10.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d23d203687
commit
695deaf7d7
2 changed files with 5 additions and 5 deletions
|
@ -24,8 +24,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=ghidra
|
||||
VERSION=${VERSION:-10.2.3}
|
||||
VERDATE=${VERDATE:-20230208}
|
||||
VERSION=${VERSION:-10.3}
|
||||
VERDATE=${VERDATE:-20230510}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ghidra"
|
||||
VERSION="10.2.3"
|
||||
VERSION="10.3"
|
||||
HOMEPAGE="https://ghidra-sre.org"
|
||||
DOWNLOAD="https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.2.3_build/ghidra_10.2.3_PUBLIC_20230208.zip"
|
||||
MD5SUM="e442edae1662521b362b2a07956faead"
|
||||
DOWNLOAD="https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.3_build/ghidra_10.3_PUBLIC_20230510.zip"
|
||||
MD5SUM="73c5edc9de32a4d1aff68196a9aaf62c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk19"
|
||||
|
|
Loading…
Reference in a new issue