summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathon Fernyhough2018-11-14 10:28:53 +0000
committerJonathon Fernyhough2018-11-14 10:28:53 +0000
commita7d7f8db30831cf5e75b7877c010cbbc3e083305 (patch)
tree7788f8d7141a9919d4bdec929aacc97e80e6a43b /PKGBUILD
parent3f4541f4a60362a8004db7efa4a5ea8693295235 (diff)
downloadaur-a7d7f8db30831cf5e75b7877c010cbbc3e083305.tar.gz
hopper-4.4.6-1
[upstream] * Fixes an issue on some systems with empty windows * Fixes a data corruption issue when saving (really) big documents * Fixes graphical glitches at segment boundaries * Improves detection of float parameters in the decompiler for some system functions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e435f975272b..d7d573220794 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='hopper'
_pkgname='hopperv4'
-pkgver='4.4.5'
+pkgver='4.4.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=('553ca357ba789d27ee21f249556fae73c438cea9'
+sha1sums=('11acba0ed439feddbb5cc30091b9c98d1110c7d0'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
changelog='ChangeLog'