diff options
author | Ebben Aries <earies@dscp.org> | 2023-06-17 08:36:49 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-20 17:29:06 +0700 |
commit | d895d0bfe25a43a1e2c4a9b23dd2209c310d02b9 (patch) | |
tree | 4c39fabda6543baa0d5c5673070ee82690a5e608 /development/ghidra | |
parent | 11201def2ca093a6232c8ec925dae98e26d41c34 (diff) |
development/ghidra: Updated for version 10.3.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ghidra')
-rw-r--r-- | development/ghidra/ghidra.SlackBuild | 4 | ||||
-rw-r--r-- | development/ghidra/ghidra.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/ghidra/ghidra.SlackBuild b/development/ghidra/ghidra.SlackBuild index 98d76d6d5d04..fc430c1092b7 100644 --- a/development/ghidra/ghidra.SlackBuild +++ b/development/ghidra/ghidra.SlackBuild @@ -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} diff --git a/development/ghidra/ghidra.info b/development/ghidra/ghidra.info index 90f5a0f50dce..f5750eca9874 100644 --- a/development/ghidra/ghidra.info +++ b/development/ghidra/ghidra.info @@ -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" |