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