summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2019-04-07 15:17:29 +0100
committerJonathon Fernyhough2019-04-07 15:17:29 +0100
commitfdf97f3198d1cc4613c85a63201df15f414a42df (patch)
tree19722caed5605d6d41602fd8338a49b593a48117
parent6f356c857e266f485dee25b7961e39043b290d8a (diff)
downloadaur-fdf97f3198d1cc4613c85a63201df15f414a42df.tar.gz
hopper-4.5.9-1
[upstream] * 4.5.9: - Fixes an issue which prevented some cross references to be properly computed on iOS 12 - Fixes a deadlock on some binaries * 4.5.8: - Fixes AArch64 32bits disassembler (the CPU variant used in the Apple Watch)
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog9
-rw-r--r--PKGBUILD4
3 files changed, 14 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94b379c6a306..28036d02023e 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.5.7
+ pkgver = 4.5.9
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.5.7-Linux.pkg.tar.xz
+ source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.5.9-Linux.pkg.tar.xz
source = LICENSE
- sha1sums = 58abd944c0cbbfd527b2bc2f34421913c1b1bc88
+ sha1sums = 689a2a2bc248258c883118f7aaa97167bf39adb2
sha1sums = c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6
pkgname = hopper
diff --git a/ChangeLog b/ChangeLog
index 00badbebd817..bea6527dd6b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+4.5.9 (2019-04-03 17:04:45)
+
+ Fixes an issue which prevented some cross references to be properly computed on iOS 12,
+ Fixes a deadlock on some binaries.
+
+4.5.8 (2019-03-29 17:58:05)
+
+ Fixes AArch64 32bits disassembler (the CPU variant used in the Apple Watch).
+
4.5.7 (2019-03-01 17:10:24)
Fixes a huge slowdown on some big binaries,
diff --git a/PKGBUILD b/PKGBUILD
index a5a4f9fe2489..0f4f9accb044 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hopper
_pkgname=hopperv4
-pkgver=4.5.7
+pkgver=4.5.9
pkgrel=1
pkgdesc="Reverse engineering tool that lets you disassemble, decompile and debug your applications"
arch=(x86_64)
@@ -13,7 +13,7 @@ provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-${pkgver}-Linux.pkg.tar.xz"
'LICENSE')
-sha1sums=('58abd944c0cbbfd527b2bc2f34421913c1b1bc88'
+sha1sums=('689a2a2bc248258c883118f7aaa97167bf39adb2'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
changelog=ChangeLog