summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-11-06 19:41:45 +0000
committerJonathon Fernyhough2021-11-06 19:41:45 +0000
commit92ab5caa0fdb1bd971212922dfda5e74a3b34849 (patch)
treec06d300b5c2083481944e3772bcef29c835b50bb
parentfe9cf9ab16f1fdb256f6de13499d4f9010e766c3 (diff)
downloadaur-92ab5caa0fdb1bd971212922dfda5e74a3b34849.tar.gz
hopper-4.9.5-1
[upstream] * Fixes a crash when loading an old DYLD shared caches (iOS 13 and before) * Fixes a weird behaviour of the registration window which was disabling keyboard shortcuts in some situations
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog5
-rw-r--r--PKGBUILD4
3 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33b7156ea38e..4a5fbc875975 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.4
+ pkgver = 4.9.5
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.4-Linux.pkg.tar.xz
+ source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.9.5-Linux.pkg.tar.xz
source = LICENSE
- sha1sums = ea31663b60a94790d1f7edf36461c2c1b2f8e7d2
+ sha1sums = afffdd2dd86df24ddfd8a3e6bfe91a34b007e28e
sha1sums = c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6
pkgname = hopper
diff --git a/ChangeLog b/ChangeLog
index d189e3ae27d0..280ed9594c90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+4.9.5 (2021-10-26 12:44:47)
+
+ Fixes a crash when loading an old DYLD shared caches (iOS 13 and before),
+ Fixes a weird behaviour of the registration window which was disabling keyboard shortcuts in some situations.
+
4.9.4 (2021-10-22 16:51:37)
Fixes the loading of iOS application bundles downloaded from M1 Macs,
diff --git a/PKGBUILD b/PKGBUILD
index ceea9a83c25f..bccde2d1ee3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hopper
_pkgname=hopperv4
-pkgver=4.9.4
+pkgver=4.9.5
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=('ea31663b60a94790d1f7edf36461c2c1b2f8e7d2'
+sha1sums=('afffdd2dd86df24ddfd8a3e6bfe91a34b007e28e'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
changelog=ChangeLog