summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-10-17 12:05:41 +0100
committerJonathon Fernyhough2021-10-17 12:05:41 +0100
commitbfdc7be11c94dfed135a37e2c3192a7115232fbb (patch)
treefbaa2e5b73390c766e930b80fe295356025cdf9b /PKGBUILD
parent3ccafa4a394cc90a4a882a1ed23c0cdf8c55d30c (diff)
downloadaur-bfdc7be11c94dfed135a37e2c3192a7115232fbb.tar.gz
hopper-4.9.3-1
[upstream] * 4.9.3 - Fixes an issue in the ARM debugger where SP value was displayed instead of PC value - Fixes the drawing of ARM instructions when PC value is outside of the application memory space - Removes all usages of the deprecated WebKit classes * 4.9.2 - Fixes an issue where selectors were not properly displayed in pseudo-code of methods extracted from a DYLD cache - Fixes an issue where the wrong symbol name would be displayed on executables extracted from an Apple Silicon DYLD cache
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4b9c708200a..88eb5894aa1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hopper
_pkgname=hopperv4
-pkgver=4.9.1
+pkgver=4.9.3
pkgrel=1
pkgdesc="Reverse engineering tool that lets you disassemble, decompile and debug your applications"
arch=(x86_64)
@@ -14,7 +14,7 @@ conflicts=("${_pkgname}")
source=("https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-$pkgver-Linux.pkg.tar.xz"
'LICENSE')
# sha1 on https://www.hopperapp.com/download.html
-sha1sums=('f7beb0fe9fdc2c0006403572e86d7c0b5712e0c8'
+sha1sums=('1cacfd413cfb9be59049ed5246f20fd0740a4f2d'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
changelog=ChangeLog