summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-10-24 12:17:53 +0100
committerJonathon Fernyhough2021-10-24 12:17:53 +0100
commitfe9cf9ab16f1fdb256f6de13499d4f9010e766c3 (patch)
treedd275bf59c4cdbbcbb3c7840244cd85ed5eca0ed
parentbfdc7be11c94dfed135a37e2c3192a7115232fbb (diff)
downloadaur-fe9cf9ab16f1fdb256f6de13499d4f9010e766c3.tar.gz
hopper-4.9.4-1
[upstream] * Fixes the loading of iOS application bundles downloaded from M1 Macs * Improves method signature detection for some Swift internal methods * Fixes a few issues with some dialogs when types contained some very long names
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog6
-rw-r--r--PKGBUILD4
3 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02318164d563..33b7156ea38e 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.3
+ pkgver = 4.9.4
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.3-Linux.pkg.tar.xz
+ source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.9.4-Linux.pkg.tar.xz
source = LICENSE
- sha1sums = 1cacfd413cfb9be59049ed5246f20fd0740a4f2d
+ sha1sums = ea31663b60a94790d1f7edf36461c2c1b2f8e7d2
sha1sums = c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6
pkgname = hopper
diff --git a/ChangeLog b/ChangeLog
index 2450d2e37544..d189e3ae27d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+4.9.4 (2021-10-22 16:51:37)
+
+ Fixes the loading of iOS application bundles downloaded from M1 Macs,
+ Improves method signature detection for some Swift internal methods,
+ Fixes a few issues with some dialogs when types contained some very long names.
+
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,
diff --git a/PKGBUILD b/PKGBUILD
index 88eb5894aa1e..ceea9a83c25f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hopper
_pkgname=hopperv4
-pkgver=4.9.3
+pkgver=4.9.4
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=('1cacfd413cfb9be59049ed5246f20fd0740a4f2d'
+sha1sums=('ea31663b60a94790d1f7edf36461c2c1b2f8e7d2'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
changelog=ChangeLog