summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-06-20 14:51:21 +0100
committerJonathon Fernyhough2020-06-20 14:51:21 +0100
commit7453497bd04c4b969cac0124a70fde5f52aeab13 (patch)
tree10df19bda29e88ad232f656d3b5f68651b1c79ce
parent232e06ef5627eddae29a19b8135a79364b5afdfb (diff)
downloadaur-7453497bd04c4b969cac0124a70fde5f52aeab13.tar.gz
hopper-4.5.29-1
[upstream] * Fixes an issue when compiling the SDK examples with the latest Xcode * Fixes an issue with the comment editor * Improves the import / export sheets in order to better see the results
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog6
-rw-r--r--PKGBUILD4
3 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fc7343f889d..98d420127423 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.28
+ pkgver = 4.5.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.5.28-Linux.pkg.tar.xz
+ source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.5.29-Linux.pkg.tar.xz
source = LICENSE
- sha1sums = 6308389b452baec5a30a90805403042308e6eaeb
+ sha1sums = 485007e224c271552594c25f82379497b4589d0f
sha1sums = c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6
pkgname = hopper
diff --git a/ChangeLog b/ChangeLog
index 7a9bef266f67..1521437d1cfa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+4.5.29 (2020-06-19 14:13:13)
+
+ Fixes an issue when compiling the SDK examples with the latest Xcode,
+ Fixes an issue with the comment editor,
+ Improves the import / export sheets in order to better see the results.
+
4.5.28 (2020-05-13 13:05:34)
Fixes a hang in the decompiler on methods from classes containing weak ivars.
diff --git a/PKGBUILD b/PKGBUILD
index d6f8e24ef9b1..105c99210c8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hopper
_pkgname=hopperv4
-pkgver=4.5.28
+pkgver=4.5.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=('6308389b452baec5a30a90805403042308e6eaeb'
+sha1sums=('485007e224c271552594c25f82379497b4589d0f'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
changelog=ChangeLog