summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2019-09-22 17:28:10 +0100
committerJonathon Fernyhough2019-09-22 17:28:10 +0100
commit8f4aac9e74e01438861b3cbfefec9ce7a9f3837a (patch)
tree23c498ba47ccced83eb592ca746921cea6d35637
parent7c09637cd30e23f147ffe1800da37d4001013ba5 (diff)
downloadaur-8f4aac9e74e01438861b3cbfefec9ce7a9f3837a.tar.gz
hopper-4.5.16-1
[upstream] * 4.5.16 - Adds IPA file loader (note: ciphered IPA taken from the AppStore will still be ciphered, obviously...) - Fixes an issue with contextual right mouse menu not targeting the right document - Fixes memory leaks * 4.5.15 - Fixes an UI issue with right click menu where the target document was not properly selected - Improves the C preprocessor, adding directives like #elif - Adds parsing of extended Objective-C category fields * 4.5.14 - Adds support for Intel HEX file format - Fixes a graphical issue on files with a segment beginning at address 0
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog17
-rw-r--r--PKGBUILD4
3 files changed, 22 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dab0af987885..3be171a6fef4 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.13
+ pkgver = 4.5.16
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.13-Linux.pkg.tar.xz
+ source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.5.16-Linux.pkg.tar.xz
source = LICENSE
- sha1sums = f685b905994dac4f829bf5b286feba9aca5bb858
+ sha1sums = cdabd1a287b4c8193f3ec5c5d0a670a3584d5938
sha1sums = c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6
pkgname = hopper
diff --git a/ChangeLog b/ChangeLog
index 2ca29adf0662..fc2fde3aa2d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+4.5.16 (2019-09-18 13:45:00)
+
+ Adds IPA file loader (note: ciphered IPA taken from the AppStore will still be ciphered, obviously...),
+ Fixes an issue with contextual right mouse menu not targeting the right document,
+ Fixes memory leaks.
+
+4.5.15 (2019-09-05 12:03:03)
+
+ Fixes an UI issue with right click menu where the target document was not properly selected,
+ Improves the C preprocessor, adding directives like #elif,
+ Adds parsing of extended Objective-C category fields.
+
+4.5.14 (2019-08-13 17:22:09)
+
+ Adds support for Intel HEX file format,
+ Fixes a graphical issue on files with a segment beginning at address 0.
+
4.5.13 (2019-07-08 15:04:21)
Fixes a crash when using "po" and "expr" LLDB commands in the debugger panel,
diff --git a/PKGBUILD b/PKGBUILD
index a0570b6fde92..18c218de42f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hopper
_pkgname=hopperv4
-pkgver=4.5.13
+pkgver=4.5.16
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=('f685b905994dac4f829bf5b286feba9aca5bb858'
+sha1sums=('cdabd1a287b4c8193f3ec5c5d0a670a3584d5938'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
changelog=ChangeLog