summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2019-10-26 20:25:15 +0100
committerJonathon Fernyhough2019-10-26 20:25:15 +0100
commit7a9657a178935003f56279fc19f5dd54642e2444 (patch)
treee27f7cbf08ced0e7b7bae56d736345152d04dc05
parent8f4aac9e74e01438861b3cbfefec9ce7a9f3837a (diff)
downloadaur-7a9657a178935003f56279fc19f5dd54642e2444.tar.gz
hopper-4.5.17-1
[upstream] * Handles endbr32 and endbr64 instructions * Adds a few methods to handle arrays in Python API * Improved Mach-O header information * Improves command line tool * Fixes a crash in the C++ name demangler * Fixes a crash on ARM64
-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 3be171a6fef4..cadfc2797168 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.16
+ pkgver = 4.5.17
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.16-Linux.pkg.tar.xz
+ source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.5.17-Linux.pkg.tar.xz
source = LICENSE
- sha1sums = cdabd1a287b4c8193f3ec5c5d0a670a3584d5938
+ sha1sums = 36ca04ff84097bef393539ba5515c6662f430df4
sha1sums = c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6
pkgname = hopper
diff --git a/ChangeLog b/ChangeLog
index fc2fde3aa2d7..c9692b31f025 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+4.5.17 (2019-10-25 23:41:07)
+
+ Handles endbr32 and endbr64 instructions,
+ Adds a few methods to handle arrays in Python API,
+ Improved Mach-O header information,
+ Improves command line tool,
+ Fixes a crash in the C++ name demangler,
+ Fixes a crash on ARM64.
+
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...),
diff --git a/PKGBUILD b/PKGBUILD
index 18c218de42f7..207e4cc1cf35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hopper
_pkgname=hopperv4
-pkgver=4.5.16
+pkgver=4.5.17
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=('cdabd1a287b4c8193f3ec5c5d0a670a3584d5938'
+sha1sums=('36ca04ff84097bef393539ba5515c6662f430df4'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
changelog=ChangeLog