summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Street2020-12-22 00:35:32 -0500
committerLuke Street2020-12-22 00:35:32 -0500
commit1c3fa290117b70077cf2e310d9a74839a141f75f (patch)
tree54270b4fcc5687a268c67ffd678d981aec4fd216
parent80567bc32d19c75ff6a07f72fa05eba5b742adde (diff)
downloadaur-1c3fa290117b70077cf2e310d9a74839a141f75f.tar.gz
Update to 9.2.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f552b3c44a3..019fc0ce33f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ghidra-bin
pkgdesc = Software reverse engineering framework (bin)
- pkgver = 9.2
+ pkgver = 9.2.1
pkgrel = 1
url = https://www.nsa.gov/ghidra
arch = x86_64
@@ -9,11 +9,11 @@ pkgbase = ghidra-bin
depends = bash
provides = ghidra
conflicts = ghidra
- source = https://ghidra-sre.org/ghidra_9.2_PUBLIC_20201113.zip
+ source = https://ghidra-sre.org/ghidra_9.2.1_PUBLIC_20201215.zip
source = ghidra.desktop
- source = ghidra.png::https://raw.githubusercontent.com/NationalSecurityAgency/ghidra/Ghidra_9.2_build/Ghidra/Framework/Generic/src/main/resources/images/GhidraIcon256.png
- source = https://raw.githubusercontent.com/NationalSecurityAgency/ghidra/Ghidra_9.2_build/LICENSE
- sha256sums = ffebd3d87bc7c6d9ae1766dd3293d1fdab3232a99b170f8ea8b57497a1704ff6
+ source = ghidra.png::https://raw.githubusercontent.com/NationalSecurityAgency/ghidra/Ghidra_9.2.1_build/Ghidra/Framework/Generic/src/main/resources/images/GhidraIcon256.png
+ source = https://raw.githubusercontent.com/NationalSecurityAgency/ghidra/Ghidra_9.2.1_build/LICENSE
+ sha256sums = cfaeb2b5938dec90388e936f63600ad345d41b509ffed4727142ba9ed44cb5e8
sha256sums = e4855b100fbe6b60f868cd74828d0b4ff4eda1ea0a097d3b45fcc034f77cc07f
sha256sums = 0e53f1b091046809c0f393326cadc69c27b1d574254e1094beedb312d09aa9c9
sha256sums = c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4
diff --git a/PKGBUILD b/PKGBUILD
index 8a37e496f423..269d42169773 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: Luke Street <luke@street.dev>
pkgname=ghidra-bin
-pkgver=9.2
-_date=20201113
+pkgver=9.2.1
+_date=20201215
pkgrel=1
pkgdesc='Software reverse engineering framework (bin)'
arch=(x86_64)
@@ -19,7 +19,7 @@ source=(
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=('ffebd3d87bc7c6d9ae1766dd3293d1fdab3232a99b170f8ea8b57497a1704ff6'
+sha256sums=('cfaeb2b5938dec90388e936f63600ad345d41b509ffed4727142ba9ed44cb5e8'
'e4855b100fbe6b60f868cd74828d0b4ff4eda1ea0a097d3b45fcc034f77cc07f'
'0e53f1b091046809c0f393326cadc69c27b1d574254e1094beedb312d09aa9c9'
'c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4')