summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-03-17 20:24:46 +0000
committerJonathon Fernyhough2020-03-17 20:24:46 +0000
commit650295f1e3527b11ee267f0892929338de874944 (patch)
tree3e3cd3616a4303e33d9764d7338c491fd90d79bd
parentaae39d3fecdff0cd33b8cb219d8862d42a14e183 (diff)
downloadaur-650295f1e3527b11ee267f0892929338de874944.tar.gz
hopper-4.5.22-1
[upstream] * Fixes a crash when one modifies a structure referenced in the assembly * Fixes issues when searching hexadecimal values * Various dark mode issues
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog6
-rw-r--r--PKGBUILD4
3 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e7f16ee8c72..ec0251f207a5 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.5.21
+ pkgver = 4.5.22
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.5.21-Linux.pkg.tar.xz
+ source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.5.22-Linux.pkg.tar.xz
source = LICENSE
- sha1sums = dceaa87028291acd103d3fcb7101a96845ddec85
+ sha1sums = 5cf33b21498062fc20bbf86f4ab6f6c978093541
sha1sums = c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6
pkgname = hopper
diff --git a/ChangeLog b/ChangeLog
index 03c08b25c21e..6313ab4d492d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+4.5.22 (2020-03-16 21:07:37)
+
+ Fixes a crash when one modifies a structure referenced in the assembly,
+ Fixes issues when searching hexadecimal values,
+ Various dark mode issues.
+
4.5.21 (2020-02-05 16:46:57)
More ELF relocation fixes.
diff --git a/PKGBUILD b/PKGBUILD
index 448b46022d53..42bc9ded1459 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hopper
_pkgname=hopperv4
-pkgver=4.5.21
+pkgver=4.5.22
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=('dceaa87028291acd103d3fcb7101a96845ddec85'
+sha1sums=('5cf33b21498062fc20bbf86f4ab6f6c978093541'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
changelog=ChangeLog