summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-07-14 12:28:29 +0100
committerJonathon Fernyhough2021-07-14 12:28:29 +0100
commit1dc9537b0b3b36f192c5ccc6398af220bb927ee6 (patch)
treeaca1a24631179b081e6fa2a378dc618976892ad4
parent003e4d7169705a52f0e441111c32015b5fbe32df (diff)
downloadaur-1dc9537b0b3b36f192c5ccc6398af220bb927ee6.tar.gz
hopper-4.7.7-1
[upstream] * Faster drawing which improves scrolling in bug documents * Improves the creation of pointer differences tables * Fixes a crash at launch on macOS 12 beta 1 * Fixes a crash for some Windows binaries
-rw-r--r--.SRCINFO7
-rw-r--r--ChangeLog7
-rw-r--r--PKGBUILD4
3 files changed, 12 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aee8e97ba511..0518411ecdba 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.7.6
+ pkgver = 4.7.7
pkgrel = 1
url = https://www.hopperapp.com/
changelog = ChangeLog
@@ -13,10 +13,9 @@ pkgbase = hopper
depends = ncurses
provides = hopperv4
conflicts = hopperv4
- source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.7.6-Linux.pkg.tar.xz
+ source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.7.7-Linux.pkg.tar.xz
source = LICENSE
- sha1sums = dabb0940f3f335ac0ee76a9ea764f6b417d46b2b
+ sha1sums = ee2ac3bdc895d2d432ebc27caa15d49a50355216
sha1sums = c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6
pkgname = hopper
-
diff --git a/ChangeLog b/ChangeLog
index 9a2b20623b30..723cf149b019 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+4.7.7 (2021-06-09 17:58:39)
+
+ Faster drawing which improves scrolling in bug documents,
+ Improves the creation of pointer differences tables,
+ Fixes a crash at launch on macOS 12 beta 1,
+ Fixes a crash for some Windows binaries.
+
4.7.6 (2021-05-10 16:16:58)
Fixes an infinite loop on some Windows executables,
diff --git a/PKGBUILD b/PKGBUILD
index b0e80491c9c0..83da4b8e3e75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hopper
_pkgname=hopperv4
-pkgver=4.7.6
+pkgver=4.7.7
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=('dabb0940f3f335ac0ee76a9ea764f6b417d46b2b'
+sha1sums=('ee2ac3bdc895d2d432ebc27caa15d49a50355216'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
changelog=ChangeLog