summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2018-08-09 22:03:50 +0100
committerJonathon Fernyhough2018-08-09 22:03:50 +0100
commit6dcf62bb3d59807d33dd9e6b2d97d07a3afab0af (patch)
tree404585a706777500bf25498185b382ad889e2ace
parent80071ef9603fe78bbc9a008552b59a7f99f4bf9f (diff)
downloadaur-6dcf62bb3d59807d33dd9e6b2d97d07a3afab0af.tar.gz
hopper-4.3.27-1
[upstream] * Implements most ARM and AArch64 relocation for ELF files * Fixes a slowness during the analysis of file containing big BSS sections * Fixes function pointer signature editor on Linux
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog6
-rw-r--r--PKGBUILD4
3 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 824b6ba7c39a..383749e635ac 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.3.26
+ pkgver = 4.3.27
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.3.26-Linux.pkg.tar.xz
+ source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.3.27-Linux.pkg.tar.xz
source = LICENSE
- sha1sums = 95bc0757c3cfdc7815e737bfb3cc2074f34fdfaf
+ sha1sums = a0842c581ff3a34955e21874b39c65d9acc703b1
sha1sums = c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6
pkgname = hopper
diff --git a/ChangeLog b/ChangeLog
index 5690bbb10af0..1a74944a4504 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+4.3.27 (2018-08-08 17:15:41)
+
+ Implements most ARM and AArch64 relocation for ELF files,
+ Fixes a slowness during the analysis of file containing big BSS sections,
+ Fixes function pointer signature editor on Linux.
+
4.3.26 (2018-07-13 15:02:01)
Fixes missing symbols in some ELF executables,
diff --git a/PKGBUILD b/PKGBUILD
index 94bc2d42e0a5..5950e8e2f39d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='hopper'
_pkgname='hopperv4'
-pkgver='4.3.26'
+pkgver='4.3.27'
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=('95bc0757c3cfdc7815e737bfb3cc2074f34fdfaf'
+sha1sums=('a0842c581ff3a34955e21874b39c65d9acc703b1'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
changelog='ChangeLog'