summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathon Fernyhough2018-08-14 19:21:18 +0100
committerJonathon Fernyhough2018-08-14 19:21:18 +0100
commit02ce33c198982d0ffd0adb2bc433561dc03ac0a7 (patch)
tree3ce494badcfc107a228f0e7c58c6f84ef94877d0 /PKGBUILD
parent6dcf62bb3d59807d33dd9e6b2d97d07a3afab0af (diff)
downloadaur-02ce33c198982d0ffd0adb2bc433561dc03ac0a7.tar.gz
hopper-4.3.28-1
[upstream] * Fixes an issue with x86 segment registers not displayed in some cases * Fixes a formatting issue on ARM LDRB/STRB instructions where offsets were truncated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5950e8e2f39d..fdd8d4c17a5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='hopper'
_pkgname='hopperv4'
-pkgver='4.3.27'
+pkgver='4.3.28'
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=('a0842c581ff3a34955e21874b39c65d9acc703b1'
+sha1sums=('d089f6c76d28f9f5c9d3364f8a32d8372fe053b6'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
changelog='ChangeLog'