summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-03-24 20:28:52 +0000
committerJonathon Fernyhough2021-03-24 20:28:52 +0000
commit608c0ea5256df891f28abb9061844750a1db85fd (patch)
tree3c3c40a7e9df9d0e19068e3730613ee7e0d7a072
parent96411a4bbfbc619fbf5a8c423634b54dd7086c8b (diff)
downloadaur-608c0ea5256df891f28abb9061844750a1db85fd.tar.gz
hopper-4.7.2-1
[upstream] * Improves the detection of some no-return functions * Speeds-up the reconstruction of procedures when a signature changes in one of the callees * Fixes a few decompilation issues * Fixes a crash when the Hopper windows was moved accros multiple screens on some systems * Adds methods to create alignment directive from Python scripts * Fixes a crash for some Python scripts which were changing some labels names in the document
-rw-r--r--.SRCINFO8
-rw-r--r--ChangeLog9
-rw-r--r--PKGBUILD6
3 files changed, 16 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ade3fbde2cd..14b24b4d912c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hopper
pkgdesc = Reverse engineering tool that lets you disassemble, decompile and debug your applications
- pkgver = 4.7.1
- pkgrel = 2
+ pkgver = 4.7.2
+ pkgrel = 1
url = https://www.hopperapp.com/
changelog = ChangeLog
arch = x86_64
@@ -13,9 +13,9 @@ pkgbase = hopper
depends = ncurses
provides = hopperv4
conflicts = hopperv4
- source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.7.1-Linux.pkg.tar.xz
+ source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.7.2-Linux.pkg.tar.xz
source = LICENSE
- sha1sums = 9036a6b7de40bc5f02b637a7d046c2dcac83e58b
+ sha1sums = b82516ba7337f890c43e2fa914ae67fd5f185b6f
sha1sums = c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6
pkgname = hopper
diff --git a/ChangeLog b/ChangeLog
index d6507704bfc2..b138e714f169 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+4.7.2 (2021-03-23 18:23:04)
+
+ Improves the detection of some no-return functions,
+ Speeds-up the reconstruction of procedures when a signature changes in one of the callees,
+ Fixes a few decompilation issues,
+ Fixes a crash when the Hopper windows was moved accros multiple screens on some systems,
+ Adds methods to create alignment directive from Python scripts,
+ Fixes a crash for some Python scripts which were changing some labels names in the document.
+
4.7.1 (2021-01-23 15:51:43)
Fixes an issue in the C++ demangler for some symbols,
diff --git a/PKGBUILD b/PKGBUILD
index a148aec9d5d9..2190aab0a8d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=hopper
_pkgname=hopperv4
-pkgver=4.7.1
-pkgrel=2
+pkgver=4.7.2
+pkgrel=1
pkgdesc="Reverse engineering tool that lets you disassemble, decompile and debug your applications"
arch=(x86_64)
url="https://www.hopperapp.com/"
@@ -13,7 +13,7 @@ provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-$pkgver-Linux.pkg.tar.xz"
'LICENSE')
-sha1sums=('9036a6b7de40bc5f02b637a7d046c2dcac83e58b'
+sha1sums=('b82516ba7337f890c43e2fa914ae67fd5f185b6f'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
changelog=ChangeLog