summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Mogas da Silva2019-03-26 19:00:17 +0000
committerCarlos Mogas da Silva2019-03-26 19:00:17 +0000
commit2b02db39f2283c5476860e4c7ca41024dc494a28 (patch)
tree63409c5c29997ebfbe2fce1862ef1b4510612dc9 /PKGBUILD
parent31121418180168944369dc98ad52b44c108f8223 (diff)
downloadaur-2b02db39f2283c5476860e4c7ca41024dc494a28.tar.gz
Version bump to 9.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29e78feb8f83..37c082697c4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Robin Broda <robin at broda dot me>
pkgname='ghidra'
-pkgver=9.0
-pkgrel=3
+pkgver=9.0.1
+pkgrel=1
pkgdesc='A software reverse engineering (SRE) framework created and maintained by the National Security Agency Research Directorate'
arch=('x86_64')
url='https://ghidra-sre.org/'
@@ -10,15 +10,12 @@ license=('Apache')
depends=('java-environment>=11' 'bash')
optdepends=('python2: for the Python feature'
'pam: for GhidraServer support')
-source=('https://www.ghidra-sre.org/ghidra_9.0_PUBLIC_20190228.zip' 'ghidra')
-sha256sums=('3b65d29024b9decdbb1148b12fe87bcb7f3a6a56ff38475f5dc9dd1cfc7fd6b2'
+source=('https://ghidra-sre.org/ghidra_9.0.1_PUBLIC_20190325.zip' 'ghidra')
+sha256sums=('58ffa488e6dc57e2c023670c1dfac0469bdb6f4e7da98f70610d9f561b65c774'
'd1eac99a2d868c35aecb0ce66eba5f3d244cfd715510cd324821a05148b664a2')
prepare() {
cd "${pkgname}_${pkgver}"
-
- # Fix JDWP RCE issue in debug mode
- sed -i 's/address=\*/address=127.0.0.1/' support/launch.sh
}
package() {