summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-05-03 12:09:48 +0100
committerJonathon Fernyhough2020-05-03 12:09:48 +0100
commit85189e6c4de26e0f29932d62f04ce2e7f9938afe (patch)
tree4fb28f2971b22fcff42bd2a8297e9991750647ba
parentf398a4be48991ac1dbe89c91444ec8e0292f2228 (diff)
downloadaur-85189e6c4de26e0f29932d62f04ce2e7f9938afe.tar.gz
hopper-4.5.25-1
[upstream] * Fixes a drawing issue on some systems * Fixes a mistake in the SDK
-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 34ff926d55d8..a75262b5632f 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.24
+ pkgver = 4.5.25
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.24-Linux.pkg.tar.xz
+ source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.5.25-Linux.pkg.tar.xz
source = LICENSE
- sha1sums = 0a1e41c2e06501ed7e6437c591dae1c91cb8bfce
+ sha1sums = 1773e26720508dc78a72ccf3976a4064478ec11f
sha1sums = c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6
pkgname = hopper
diff --git a/ChangeLog b/ChangeLog
index f90b2d37f4e1..d8d9bf02f9b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+4.5.25 (2020-04-30 10:52:31)
+
+ Fixes a drawing issue on some systems,
+ Fixes a mistake in the SDK.
+
4.5.24 (2020-04-17 18:49:07)
Fixes parsing of Objective-C metadata for binaries targeting the iOS simulator,
diff --git a/PKGBUILD b/PKGBUILD
index 8b4870217042..a5a6eb9b79d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hopper
_pkgname=hopperv4
-pkgver=4.5.24
+pkgver=4.5.25
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=('0a1e41c2e06501ed7e6437c591dae1c91cb8bfce'
+sha1sums=('1773e26720508dc78a72ccf3976a4064478ec11f'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
changelog=ChangeLog