summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-09-15 01:37:30 +0100
committerJonathon Fernyhough2021-09-15 01:37:30 +0100
commit3ccafa4a394cc90a4a882a1ed23c0cdf8c55d30c (patch)
tree9e6c7e9f98d65bc79112c6dadc504d962bee4947
parent4f0ed546efb68ecc23362fd15199325a0a41a51f (diff)
downloadaur-3ccafa4a394cc90a4a882a1ed23c0cdf8c55d30c.tar.gz
hopper-4.9.1-1
[upstream] * Fixes loading of the new dyld shared cache * Fixes issues with the Objective-C metadata of Apple Silicon binaries
-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 b25ad999685e..4bf27c58bcba 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.8.2
+ pkgver = 4.9.1
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.8.2-Linux.pkg.tar.xz
+ source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.9.1-Linux.pkg.tar.xz
source = LICENSE
- sha1sums = 1ab4696a52e3abbaf7a2cd98a649c2fa0d551733
+ sha1sums = f7beb0fe9fdc2c0006403572e86d7c0b5712e0c8
sha1sums = c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6
pkgname = hopper
diff --git a/ChangeLog b/ChangeLog
index cbe7117a076a..21da8fb6a62b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+4.9.0 (2021-09-14 15:47:43)
+
+ Fixes loading of the new dyld shared cache,
+ Fixes issues with the Objective-C metadata of Apple Silicon binaries.
+
4.8.2 (2021-08-06 23:09:32)
Adds an hexadecimal view in the data inspector of the hex editor mode,
diff --git a/PKGBUILD b/PKGBUILD
index 0f88c972196d..a4b9c708200a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hopper
_pkgname=hopperv4
-pkgver=4.8.2
+pkgver=4.9.1
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=('1ab4696a52e3abbaf7a2cd98a649c2fa0d551733'
+sha1sums=('f7beb0fe9fdc2c0006403572e86d7c0b5712e0c8'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
changelog=ChangeLog