summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2019-01-31 14:39:57 +0000
committerJonathon Fernyhough2019-01-31 14:39:57 +0000
commit7864a52eaac92fd8a7a87b59d3b562d0afdbc974 (patch)
tree614531ce5e8a130f65c9b80ce794065d0add9629
parent78df06c4826b77da2272b7160e948d589d8db77d (diff)
downloadaur-7864a52eaac92fd8a7a87b59d3b562d0afdbc974.tar.gz
hopper-4.5.4-1
[upstream] * Fixes an issue with arrows in the left column not pointing to the correct address while scrolling * Allows one to navigate through the search result with arrow keys in the label list
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog17
-rw-r--r--PKGBUILD4
3 files changed, 22 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d41f5490dd64..f9c33302fc8c 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.2
+ pkgver = 4.5.4
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.2-Linux.pkg.tar.xz
+ source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.5.4-Linux.pkg.tar.xz
source = LICENSE
- sha1sums = 2923ef6c23abb30cf0c35f231034e3da0f2682ea
+ sha1sums = f1520cc72e481767b9585c65d9536fb4a12842b8
sha1sums = c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6
pkgname = hopper
diff --git a/ChangeLog b/ChangeLog
index 645a119950c7..f5b691cbe14b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+4.5.4 (2019-01-23 19:12:16)
+
+ Fixes an issue with arrows in the left column not pointing to the correct address while scrolling,
+ Allows one to navigate through the search result with arrow keys in the label list.
+
+4.5.3 (2019-01-12 13:52:40)
+
+ Fixes various issues with dark mode on Mojave.
+
+4.5.2 (2018-12-27 13:19:52)
+
+ Fixes a crash in the Windows PE loader.
+
+4.5.1 (2018-12-13 13:15:12)
+
+ Fixes an issue which prevents newly registered customers to upgrade to the full version.
+
4.5.0 (2018-12-12 13:58:00)
First version of the application notarized at Apple,
diff --git a/PKGBUILD b/PKGBUILD
index 96dc5cfdc965..3fa48790811f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hopper
_pkgname=hopperv4
-pkgver=4.5.2
+pkgver=4.5.4
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=('2923ef6c23abb30cf0c35f231034e3da0f2682ea'
+sha1sums=('f1520cc72e481767b9585c65d9536fb4a12842b8'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
changelog=ChangeLog