summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2019-07-10 21:12:44 +0100
committerJonathon Fernyhough2019-07-10 21:12:44 +0100
commit7c09637cd30e23f147ffe1800da37d4001013ba5 (patch)
tree877b706ee2616634f68c66cacc98dab75574ee33
parentbdf76c3d324723e78d86dfa0d63c729760248314 (diff)
downloadaur-7c09637cd30e23f147ffe1800da37d4001013ba5.tar.gz
hopper-4.5.13-1
[upstream] * Fixes a crash when using "po" and "expr" LLDB commands in the debugger panel * Fixes an issue when searching numbers after another case insensitive search has been performed * Fixes a few issues in the Python API with thumb/ARM identification methods * A few minor bugs have been fixed
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog7
-rw-r--r--PKGBUILD4
3 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e29552fcb7e..dab0af987885 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.12
+ pkgver = 4.5.13
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.12-Linux.pkg.tar.xz
+ source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.5.13-Linux.pkg.tar.xz
source = LICENSE
- sha1sums = 553e22eb004d2c10499d3067cd6ae24a16fd8290
+ sha1sums = f685b905994dac4f829bf5b286feba9aca5bb858
sha1sums = c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6
pkgname = hopper
diff --git a/ChangeLog b/ChangeLog
index 12092e255db6..2ca29adf0662 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+4.5.13 (2019-07-08 15:04:21)
+
+ Fixes a crash when using "po" and "expr" LLDB commands in the debugger panel,
+ Fixes an issue when searching numbers after another case insensitive search has been performed,
+ Fixes a few issues in the Python API with thumb/ARM identification methods.
+ A few minor bugs has been fixed.
+
4.5.12 (2019-06-21 15:20:41)
Improves switch / case statement detection for ARM 32bits,
diff --git a/PKGBUILD b/PKGBUILD
index 514114d647df..a0570b6fde92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hopper
_pkgname=hopperv4
-pkgver=4.5.12
+pkgver=4.5.13
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=('553e22eb004d2c10499d3067cd6ae24a16fd8290'
+sha1sums=('f685b905994dac4f829bf5b286feba9aca5bb858'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
changelog=ChangeLog