summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2018-08-26 22:47:27 +0100
committerJonathon Fernyhough2018-08-26 22:47:27 +0100
commitd3a38bb9b05dc1bcf994dc4304619945ef017765 (patch)
treead3ffd4759c3fc0bdda74175d3c21a2e05ffe0b3
parent02ce33c198982d0ffd0adb2bc433561dc03ac0a7 (diff)
downloadaur-d3a38bb9b05dc1bcf994dc4304619945ef017765.tar.gz
hopper-4.3.29-1
[upstream] * Fixes an issue where main screen would be impossible to read in some circumstances.
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33c8398e9c21..b4a1c3a18137 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.28
+ pkgver = 4.3.29
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.28-Linux.pkg.tar.xz
+ source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.3.29-Linux.pkg.tar.xz
source = LICENSE
- sha1sums = d089f6c76d28f9f5c9d3364f8a32d8372fe053b6
+ sha1sums = 03ae06cf1e69dcd5e3389d703cc5983493bfcc54
sha1sums = c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6
pkgname = hopper
diff --git a/ChangeLog b/ChangeLog
index 9b8ce02b7363..9cd8fcaf6dcc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+4.3.29 (2018-08-25 11:28:09)
+
+ Fixes an issue where main screen would be impossible to read in some circumstances.
+
4.3.28 (2018-08-13 17:42:43)
Fixes an issue with x86 segment registers not displayed in some cases,
diff --git a/PKGBUILD b/PKGBUILD
index fdd8d4c17a5c..42fd56ef4256 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='hopper'
_pkgname='hopperv4'
-pkgver='4.3.28'
+pkgver='4.3.29'
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=('d089f6c76d28f9f5c9d3364f8a32d8372fe053b6'
+sha1sums=('03ae06cf1e69dcd5e3389d703cc5983493bfcc54'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
changelog='ChangeLog'