summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2018-12-04 22:48:45 +0000
committerJonathon Fernyhough2018-12-04 22:48:45 +0000
commitfd5ae5ea4312d9bc294893dcc0729e020c977783 (patch)
treeace29eebcaf52b5f07c07a714fd7b7cefa479c96
parent545f5d7568d6471019c8e48aac09df1156efdb2a (diff)
downloadaur-fd5ae5ea4312d9bc294893dcc0729e020c977783.tar.gz
hopper-4.4.9-1
[upstream] * Fixes a compatibility issue with Cylance * Fixes an issue where custom debug servers were not properly saved * Improve C preprocessor parsing
-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 abbf33c32a1c..f63af019c87d 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.4.8
+ pkgver = 4.4.9
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.4.8-Linux.pkg.tar.xz
+ source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.4.9-Linux.pkg.tar.xz
source = LICENSE
- sha1sums = ef4c1e82ecbb80f88cf5507921bc3d86a76002df
+ sha1sums = 0c2240766401c8ba9fe6d0fa95dddbfbdd5bfd64
sha1sums = c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6
pkgname = hopper
diff --git a/ChangeLog b/ChangeLog
index 4598459346d9..0f6e01c99597 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+4.4.9 (2018-12-03 15:25:27)
+
+ Fixes a compatibility issue with Cylance,
+ Fixes an issue where custom debug servers were not properly saved,
+ Improve C preprocessor parsing.
+
4.4.8 (2018-11-21 15:07:41)
Fixes a decompilation issue where a function call may disappear when used in an empty if / else statement,
diff --git a/PKGBUILD b/PKGBUILD
index c320c65b0300..0c12309261f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hopper
_pkgname=hopperv4
-pkgver=4.4.8
+pkgver=4.4.9
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=('ef4c1e82ecbb80f88cf5507921bc3d86a76002df'
+sha1sums=('0c2240766401c8ba9fe6d0fa95dddbfbdd5bfd64'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
changelog=ChangeLog