summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-07-23 11:16:28 +0100
committerJonathon Fernyhough2021-07-23 11:16:28 +0100
commitc35c46d42995ebc4e96919359d9306da8b48d407 (patch)
tree507b71402b26d7354ffac7c49315686f738e5c2b
parente67aadc0ee3e6d6fae392a5aca31c76021bad0b2 (diff)
downloadaur-c35c46d42995ebc4e96919359d9306da8b48d407.tar.gz
hopper-4.8.1-1
[upstream] * Automatic selection of the best Python interpreter
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog4
-rw-r--r--PKGBUILD5
3 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75547f92e472..86bf3ae6a396 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.8.0
+ pkgver = 4.8.1
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.8.0-Linux.pkg.tar.xz
+ source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.8.1-Linux.pkg.tar.xz
source = LICENSE
- sha1sums = ca97e9e5fa661821fa3827f7cf1418758af043da
+ sha1sums = 54a45e00cb723ccce72c787001436cb42977573b
sha1sums = c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6
pkgname = hopper
diff --git a/ChangeLog b/ChangeLog
index bb67350966e2..30a472f5908b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+4.8.1 (2021-07-22 19:05:17)
+
+ Automatic selection of the best Python interpreter.
+
4.8.0 (2021-07-21 17:36:28)
Initial support for the new DYLD shared cache of macOS Monterey,
diff --git a/PKGBUILD b/PKGBUILD
index f0ba3f9f92e8..d971c7a3d07a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hopper
_pkgname=hopperv4
-pkgver=4.8.0
+pkgver=4.8.1
pkgrel=1
pkgdesc="Reverse engineering tool that lets you disassemble, decompile and debug your applications"
arch=(x86_64)
@@ -13,7 +13,8 @@ provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-$pkgver-Linux.pkg.tar.xz"
'LICENSE')
-sha1sums=('ca97e9e5fa661821fa3827f7cf1418758af043da'
+# sha1 on https://www.hopperapp.com/download.html
+sha1sums=('54a45e00cb723ccce72c787001436cb42977573b'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
changelog=ChangeLog