summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathon Fernyhough2018-04-27 00:18:03 +0100
committerJonathon Fernyhough2018-04-27 00:18:03 +0100
commit5c80fafb5d4a1d7e590b70260abc25be5f4f5e6f (patch)
treeacf52c06a8e02a7464f54eb27f103912cbbc0378 /PKGBUILD
parentb2db7e79fb839050d2eaae9391113e57912840f7 (diff)
downloadaur-5c80fafb5d4a1d7e590b70260abc25be5f4f5e6f.tar.gz
hopper-4.3.20-1
[upstream] * Fixes an optimization issue in the decompiler * Fixes missing labels in pseudo-code * Faster pseudo-code export (exporting all procedures is now multithreaded) * Lowers memory usage during pseudo-code export * Decompiled Objective-C methods now have a more easily readable signature [Jonathon Fernyhough] * Update sha1sum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa8bc1db01f2..184efdf76ac3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='hopper'
_pkgname='hopperv4'
-pkgver='4.3.19'
+pkgver='4.3.20'
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=('f582716e468d2946d9a241821d8a95c4d0d383ba'
+sha1sums=('b7941185c09396ce493ad2a8820649ab6971714b'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
package() {