summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2018-09-03 14:49:54 +0100
committerJonathon Fernyhough2018-09-03 14:49:54 +0100
commitc3ad859fce64eb3f1ee83352aed9c8ec5d851dfa (patch)
tree7ef961f96a9243fd1c6142a8a6565a46838b919b
parentd3a38bb9b05dc1bcf994dc4304619945ef017765 (diff)
downloadaur-c3ad859fce64eb3f1ee83352aed9c8ec5d851dfa.tar.gz
hopper-4.3.30-1
[upstream] * Fixes a bug in the ELF loader regarding ARM relocations * Fixes a crash while loading some files from the watchOS 5.0 beta shared DYLD cache
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog5
-rw-r--r--PKGBUILD4
3 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4a1c3a18137..865ea0fb86c8 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.29
+ pkgver = 4.3.30
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.29-Linux.pkg.tar.xz
+ source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.3.30-Linux.pkg.tar.xz
source = LICENSE
- sha1sums = 03ae06cf1e69dcd5e3389d703cc5983493bfcc54
+ sha1sums = 65d0ca1578556a6adcfa01134dd7eb570b7fbdf8
sha1sums = c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6
pkgname = hopper
diff --git a/ChangeLog b/ChangeLog
index 9cd8fcaf6dcc..927dd0cb4c88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+4.3.30 (2018-09-01 16:57:29)
+
+ Fixes a bug in the ELF loader regarding ARM relocations,
+ Fixes a crash while loading some files from the watchOS 5.0 beta shared DYLD cache.
+
4.3.29 (2018-08-25 11:28:09)
Fixes an issue where main screen would be impossible to read in some circumstances.
diff --git a/PKGBUILD b/PKGBUILD
index 42fd56ef4256..142dbc6bca11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='hopper'
_pkgname='hopperv4'
-pkgver='4.3.29'
+pkgver='4.3.30'
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=('03ae06cf1e69dcd5e3389d703cc5983493bfcc54'
+sha1sums=('65d0ca1578556a6adcfa01134dd7eb570b7fbdf8'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
changelog='ChangeLog'