summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-08-07 02:21:56 +0100
committerJonathon Fernyhough2021-08-07 02:21:56 +0100
commit4f0ed546efb68ecc23362fd15199325a0a41a51f (patch)
treef4c632c241d7cc5cf7ea00022ddb9addf77d3377
parentc35c46d42995ebc4e96919359d9306da8b48d407 (diff)
downloadaur-4f0ed546efb68ecc23362fd15199325a0a41a51f.tar.gz
hopper-4.8.2-1
[upstream] * Adds an hexadecimal view in the data inspector of the hex editor mode * Adds a Python method to rebase a document from a script * Fixes a bug in the rebase dialog * Fixes the toolbar on macOS 10.13
-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 86bf3ae6a396..b25ad999685e 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.1
+ pkgver = 4.8.2
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.1-Linux.pkg.tar.xz
+ source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.8.2-Linux.pkg.tar.xz
source = LICENSE
- sha1sums = 54a45e00cb723ccce72c787001436cb42977573b
+ sha1sums = 1ab4696a52e3abbaf7a2cd98a649c2fa0d551733
sha1sums = c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6
pkgname = hopper
diff --git a/ChangeLog b/ChangeLog
index 30a472f5908b..cbe7117a076a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+4.8.2 (2021-08-06 23:09:32)
+
+ Adds an hexadecimal view in the data inspector of the hex editor mode,
+ Adds a Python method to rebase a document from a script,
+ Fixes a bug in the rebase dialog,
+ Fixes the toolbar on macOS 10.13.
+
4.8.1 (2021-07-22 19:05:17)
Automatic selection of the best Python interpreter.
diff --git a/PKGBUILD b/PKGBUILD
index d971c7a3d07a..0f88c972196d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hopper
_pkgname=hopperv4
-pkgver=4.8.1
+pkgver=4.8.2
pkgrel=1
pkgdesc="Reverse engineering tool that lets you disassemble, decompile and debug your applications"
arch=(x86_64)
@@ -14,7 +14,7 @@ conflicts=("${_pkgname}")
source=("https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-$pkgver-Linux.pkg.tar.xz"
'LICENSE')
# sha1 on https://www.hopperapp.com/download.html
-sha1sums=('54a45e00cb723ccce72c787001436cb42977573b'
+sha1sums=('1ab4696a52e3abbaf7a2cd98a649c2fa0d551733'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
changelog=ChangeLog