summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-05-08 13:32:48 +0100
committerJonathon Fernyhough2021-05-08 13:32:48 +0100
commitce75a67b4a86b31d04011411d21b3e4c6facde57 (patch)
tree871f21ac40d2f94151e00f82e177b42468bad8e3
parente8ee6e15bbb1b75ccbd36409af00335593ed2aa1 (diff)
downloadaur-ce75a67b4a86b31d04011411d21b3e4c6facde57.tar.gz
hopper-4.7.5-1
[upstream] * 4.7.5 - Fixes an issue with dSYM loader * 4.7.4 - Fixes a crash when loading some files from the DYLD cache - Fixes an issue when loading additional binaries - Adds some more information on cross references in the inspector panel - Adds a way to restrict searching text only in user comments
-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 293746bacb3d..96413d077871 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.7.3
+ pkgver = 4.7.5
pkgrel = 1
url = https://www.hopperapp.com/
changelog = ChangeLog
@@ -13,9 +13,9 @@ pkgbase = hopper
depends = ncurses
provides = hopperv4
conflicts = hopperv4
- source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.7.3-Linux.pkg.tar.xz
+ source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.7.5-Linux.pkg.tar.xz
source = LICENSE
- sha1sums = ef3620f0ae3d5ecbf823ec92440ca6452c4f8613
+ sha1sums = 9b815847ed58109f4ce233465970a79b43f4057e
sha1sums = c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6
pkgname = hopper
diff --git a/ChangeLog b/ChangeLog
index e4ddff191353..aca6996a6881 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+4.7.5 (2021-04-29 15:58:48)
+
+ Fixes an issue with dSYM loader.
+
+4.7.4 (2021-04-14 23:02:30)
+
+ Fixes a crash when loading some files from the DYLD cache,
+ Fixes an issue when loading additional binaries,
+ Adds some more information on cross references in the inspector panel,
+ Adds a way to restrict searching text only in user comments.
+
4.7.3 (2021-03-31 18:50:27)
Improves loading time of big files.
diff --git a/PKGBUILD b/PKGBUILD
index 9d2fa435784e..5cacd33bfa8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hopper
_pkgname=hopperv4
-pkgver=4.7.3
+pkgver=4.7.5
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=('ef3620f0ae3d5ecbf823ec92440ca6452c4f8613'
+sha1sums=('9b815847ed58109f4ce233465970a79b43f4057e'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
changelog=ChangeLog