summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-05-24 13:17:38 +0100
committerJonathon Fernyhough2021-05-24 13:17:38 +0100
commit003e4d7169705a52f0e441111c32015b5fbe32df (patch)
tree462176534d35488879bbc0fc354a4cd2f7c9655c
parentce75a67b4a86b31d04011411d21b3e4c6facde57 (diff)
downloadaur-003e4d7169705a52f0e441111c32015b5fbe32df.tar.gz
hopper-4.7.6-1
[upstream] * Fixes an infinite loop on some Windows executables * Fixes a rare crash when using Hopper inside a virtual machine
-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 96413d077871..aee8e97ba511 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.5
+ pkgver = 4.7.6
pkgrel = 1
url = https://www.hopperapp.com/
changelog = ChangeLog
@@ -13,9 +13,9 @@ pkgbase = hopper
depends = ncurses
provides = hopperv4
conflicts = hopperv4
- source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.7.5-Linux.pkg.tar.xz
+ source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.7.6-Linux.pkg.tar.xz
source = LICENSE
- sha1sums = 9b815847ed58109f4ce233465970a79b43f4057e
+ sha1sums = dabb0940f3f335ac0ee76a9ea764f6b417d46b2b
sha1sums = c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6
pkgname = hopper
diff --git a/ChangeLog b/ChangeLog
index aca6996a6881..9a2b20623b30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+4.7.6 (2021-05-10 16:16:58)
+
+ Fixes an infinite loop on some Windows executables,
+ Fixes a rare crash when using Hopper inside a virtual machine.
+
4.7.5 (2021-04-29 15:58:48)
Fixes an issue with dSYM loader.
diff --git a/PKGBUILD b/PKGBUILD
index 5cacd33bfa8d..b0e80491c9c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hopper
_pkgname=hopperv4
-pkgver=4.7.5
+pkgver=4.7.6
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=('9b815847ed58109f4ce233465970a79b43f4057e'
+sha1sums=('dabb0940f3f335ac0ee76a9ea764f6b417d46b2b'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
changelog=ChangeLog