summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-05-06 21:38:54 +0100
committerJonathon Fernyhough2020-05-06 21:38:54 +0100
commitbfdbcbf7c5919a69581c85bef8e13564762fe52e (patch)
treebfa32d1e0ebbc7e756bad5948ea562c6b3855277
parent85189e6c4de26e0f29932d62f04ce2e7f9938afe (diff)
downloadaur-bfdbcbf7c5919a69581c85bef8e13564762fe52e.tar.gz
hopper-4.5.27-1
[upstream] * Fixes a decompilation issue on ivar * Improves HiDPI support on Linux
-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 a75262b5632f..e83f9e11d494 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.25
+ pkgver = 4.5.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.5.25-Linux.pkg.tar.xz
+ source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.5.27-Linux.pkg.tar.xz
source = LICENSE
- sha1sums = 1773e26720508dc78a72ccf3976a4064478ec11f
+ sha1sums = ecb0a8db6eec630b80190e987b034697fdb64eb6
sha1sums = c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6
pkgname = hopper
diff --git a/ChangeLog b/ChangeLog
index d8d9bf02f9b2..9b14613d4711 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+4.5.26 (2020-05-04 11:12:54)
+
+ Fixes a decompilation issue on ivar,
+ Improves HiDPI support on Linux.
+
4.5.25 (2020-04-30 10:52:31)
Fixes a drawing issue on some systems,
diff --git a/PKGBUILD b/PKGBUILD
index a5a6eb9b79d3..769d56920ba3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hopper
_pkgname=hopperv4
-pkgver=4.5.25
+pkgver=4.5.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=('1773e26720508dc78a72ccf3976a4064478ec11f'
+sha1sums=('ecb0a8db6eec630b80190e987b034697fdb64eb6'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
changelog=ChangeLog