summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2019-02-02 15:13:23 +0000
committerJonathon Fernyhough2019-02-02 15:13:23 +0000
commitc904e4802dd8e71226286f7f3c12ce8393a1fad7 (patch)
tree3ea958cba0f49181bc7ec82ef03f25a530a972a0
parent7864a52eaac92fd8a7a87b59d3b562d0afdbc974 (diff)
downloadaur-c904e4802dd8e71226286f7f3c12ce8393a1fad7.tar.gz
hopper-4.5.5-1
[upstream] * Fixes loading of some PDB files * Fixes a performance issue when drawing text containing a breakpoint
-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 f9c33302fc8c..e212de41211e 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.4
+ pkgver = 4.5.5
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.4-Linux.pkg.tar.xz
+ source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.5.5-Linux.pkg.tar.xz
source = LICENSE
- sha1sums = f1520cc72e481767b9585c65d9536fb4a12842b8
+ sha1sums = 8bfb961105db72127ae442fc9997293afbd5c212
sha1sums = c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6
pkgname = hopper
diff --git a/ChangeLog b/ChangeLog
index f5b691cbe14b..f93c671ab204 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+4.5.5 (2019-02-01 18:10:43)
+
+ Fixes loading of some PDB files,
+ Fixes a performance issue when drawing text containing a breakpoint.
+
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,
diff --git a/PKGBUILD b/PKGBUILD
index 3fa48790811f..576f44bb3c82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hopper
_pkgname=hopperv4
-pkgver=4.5.4
+pkgver=4.5.5
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=('f1520cc72e481767b9585c65d9536fb4a12842b8'
+sha1sums=('8bfb961105db72127ae442fc9997293afbd5c212'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
changelog=ChangeLog