diff options
Diffstat (limited to 'development/ghidra')
-rw-r--r-- | development/ghidra/ghidra.SlackBuild | 6 | ||||
-rw-r--r-- | development/ghidra/ghidra.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/ghidra/ghidra.SlackBuild b/development/ghidra/ghidra.SlackBuild index 9ebd594461..fbef2ae58c 100644 --- a/development/ghidra/ghidra.SlackBuild +++ b/development/ghidra/ghidra.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Ghidra -# Copyright (c) 2021-2024, Ebben Aries <slackbuilds@dscp.org> +# Copyright (c) 2021-2025, Ebben Aries <slackbuilds@dscp.org> # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -24,8 +24,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ghidra -VERSION=${VERSION:-11.3} -VERDATE=${VERDATE:-20250205} +VERSION=${VERSION:-11.4.1} +VERDATE=${VERDATE:-20250731} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/ghidra/ghidra.info b/development/ghidra/ghidra.info index b6cb1ab09a..8cde246712 100644 --- a/development/ghidra/ghidra.info +++ b/development/ghidra/ghidra.info @@ -1,10 +1,10 @@ PRGNAM="ghidra" -VERSION="11.3" +VERSION="11.4.1" HOMEPAGE="https://ghidra-sre.org" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.3_build/ghidra_11.3_PUBLIC_20250205.zip" -MD5SUM_x86_64="a30ebb38e67f629b8ffbcf2910a21944" +DOWNLOAD_x86_64="https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.4.1_build/ghidra_11.4.1_PUBLIC_20250731.zip" +MD5SUM_x86_64="e03a16ff6f044729f98a4527da073314" REQUIRES="zulu-openjdk21" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |