summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-10-17 12:05:41 +0100
committerJonathon Fernyhough2021-10-17 12:05:41 +0100
commitbfdc7be11c94dfed135a37e2c3192a7115232fbb (patch)
treefbaa2e5b73390c766e930b80fe295356025cdf9b
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
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog11
-rw-r--r--PKGBUILD4
3 files changed, 16 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bf27c58bcba..02318164d563 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hopper
pkgdesc = Reverse engineering tool that lets you disassemble, decompile and debug your applications
- pkgver = 4.9.1
+ pkgver = 4.9.3
pkgrel = 1
url = https://www.hopperapp.com/
changelog = ChangeLog
@@ -12,9 +12,9 @@ pkgbase = hopper
depends = qt5-base
provides = hopperv4
conflicts = hopperv4
- source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.9.1-Linux.pkg.tar.xz
+ source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.9.3-Linux.pkg.tar.xz
source = LICENSE
- sha1sums = f7beb0fe9fdc2c0006403572e86d7c0b5712e0c8
+ sha1sums = 1cacfd413cfb9be59049ed5246f20fd0740a4f2d
sha1sums = c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6
pkgname = hopper
diff --git a/ChangeLog b/ChangeLog
index 21da8fb6a62b..2450d2e37544 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+4.9.3 (2021-10-13 17:24:38)
+
+ 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 classe.
+
+4.9.2 (2021-09-21 17:26:40)
+
+ 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.
+
4.9.0 (2021-09-14 15:47:43)
Fixes loading of the new dyld shared cache,
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