summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2018-12-12 19:58:47 +0000
committerJonathon Fernyhough2018-12-12 19:58:47 +0000
commitb616ea24359bf3e2a2d3404f1ad194fac98ccadb (patch)
treeb766d7ea821e12a6759fd33a742af890306b009c
parentfd5ae5ea4312d9bc294893dcc0729e020c977783 (diff)
downloadaur-b616ea24359bf3e2a2d3404f1ad194fac98ccadb.tar.gz
hopper-4.5.0-1
[upstream] * First version of the application notarized at Apple * Better support for environments using Cylance * Initial support for the S4 processor of the latest Apple Watch Series 4 * Fixes a rare crash in the debugger
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog7
-rw-r--r--PKGBUILD4
3 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f63af019c87d..844cfb0b8737 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.9
+ pkgver = 4.5.0
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.9-Linux.pkg.tar.xz
+ source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.5.0-Linux.pkg.tar.xz
source = LICENSE
- sha1sums = 0c2240766401c8ba9fe6d0fa95dddbfbdd5bfd64
+ sha1sums = f87548a75b5f75c66c95f74d1da6642c56455aef
sha1sums = c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6
pkgname = hopper
diff --git a/ChangeLog b/ChangeLog
index 0f6e01c99597..645a119950c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+4.5.0 (2018-12-12 13:58:00)
+
+ First version of the application notarized at Apple,
+ Better support for environments using Cylance,
+ Initial support for the S4 processor of the latest Apple Watch Series 4,
+ Fixes a rare crash in the debugger.
+
4.4.9 (2018-12-03 15:25:27)
Fixes a compatibility issue with Cylance,
diff --git a/PKGBUILD b/PKGBUILD
index 0c12309261f4..ed063804eebe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hopper
_pkgname=hopperv4
-pkgver=4.4.9
+pkgver=4.5.0
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=('0c2240766401c8ba9fe6d0fa95dddbfbdd5bfd64'
+sha1sums=('f87548a75b5f75c66c95f74d1da6642c56455aef'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
changelog=ChangeLog