summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Street2021-06-25 10:40:27 -0400
committerLuke Street2021-06-25 10:40:27 -0400
commit3475b0a71f363fd57ed20294947184892fa0a4fa (patch)
tree385a22773bfe84e68cd870aef4ff5c4870cb22a0
parentd7a0add8b55b100c5a5212c82a44f6c8938788d5 (diff)
downloadaur-3475b0a71f363fd57ed20294947184892fa0a4fa.tar.gz
Update to 10.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0029ab05fd4d..ede08b14f615 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ghidra-bin
pkgdesc = Software reverse engineering framework (bin)
- pkgver = 9.2.3
+ pkgver = 10.0
pkgrel = 1
url = https://www.nsa.gov/ghidra
arch = x86_64
@@ -9,14 +9,14 @@ pkgbase = ghidra-bin
depends = bash
provides = ghidra
conflicts = ghidra
- source = https://ghidra-sre.org/ghidra_9.2.3_PUBLIC_20210325.zip
+ conflicts = ghidra-desktop
+ source = https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.0_build/ghidra_10.0_PUBLIC_20210621.zip
source = ghidra.desktop
- source = ghidra.png::https://raw.githubusercontent.com/NationalSecurityAgency/ghidra/Ghidra_9.2.3_build/Ghidra/Framework/Generic/src/main/resources/images/GhidraIcon256.png
- source = https://raw.githubusercontent.com/NationalSecurityAgency/ghidra/Ghidra_9.2.3_build/LICENSE
- sha256sums = 9019c78f8b38d68fd40908b040466974a370e26ba51b2aaeafc744171040f714
+ source = ghidra.png::https://raw.githubusercontent.com/NationalSecurityAgency/ghidra/Ghidra_10.0_build/Ghidra/Framework/Generic/src/main/resources/images/GhidraIcon256.png
+ source = https://raw.githubusercontent.com/NationalSecurityAgency/ghidra/Ghidra_10.0_build/LICENSE
+ sha256sums = aaf84d14fb059beda10de9056e013186601962b6f87cd31161aaac57698a0f11
sha256sums = e4855b100fbe6b60f868cd74828d0b4ff4eda1ea0a097d3b45fcc034f77cc07f
sha256sums = 0e53f1b091046809c0f393326cadc69c27b1d574254e1094beedb312d09aa9c9
sha256sums = c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4
pkgname = ghidra-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 2bcc0823820e..62dd2a886c4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,25 @@
-# Maintainer: mehalter <micah at mehalter.com>
-# Maintainer: Jean Lucas <jean@4ray.co>
# Maintainer: Luke Street <luke@street.dev>
+# Contributor: mehalter <micah at mehalter.com>
+# Contributor: Jean Lucas <jean@4ray.co>
pkgname=ghidra-bin
-pkgver=9.2.3
-_date=20210325
+pkgver=10.0
+_date=20210621
pkgrel=1
pkgdesc='Software reverse engineering framework (bin)'
arch=(x86_64)
url=https://www.nsa.gov/ghidra
license=(Apache)
provides=(ghidra)
-conflicts=(ghidra)
+conflicts=(ghidra ghidra-desktop)
depends=('java-environment>=11' bash)
source=(
- https://ghidra-sre.org/ghidra_${pkgver}_PUBLIC_$_date.zip
+ https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_${pkgver}_build/ghidra_${pkgver}_PUBLIC_$_date.zip
ghidra.desktop
ghidra.png::https://raw.githubusercontent.com/NationalSecurityAgency/ghidra/Ghidra_${pkgver}_build/Ghidra/Framework/Generic/src/main/resources/images/GhidraIcon256.png
https://raw.githubusercontent.com/NationalSecurityAgency/ghidra/Ghidra_${pkgver}_build/LICENSE
)
-sha256sums=('9019c78f8b38d68fd40908b040466974a370e26ba51b2aaeafc744171040f714'
+sha256sums=('aaf84d14fb059beda10de9056e013186601962b6f87cd31161aaac57698a0f11'
'e4855b100fbe6b60f868cd74828d0b4ff4eda1ea0a097d3b45fcc034f77cc07f'
'0e53f1b091046809c0f393326cadc69c27b1d574254e1094beedb312d09aa9c9'
'c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4')