summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfatalis2018-02-05 13:02:05 -0600
committerfatalis2018-02-05 13:02:05 -0600
commitf0c0a83b11d1a8542ab2a92cde5bc1da7fe1e01a (patch)
treeb4af69cf65a47cc1ceedf8073b7a0991edeca83f
parentcc0dcdc370e0fc320af39e49e6f789ea290f6640 (diff)
downloadaur-f0c0a83b11d1a8542ab2a92cde5bc1da7fe1e01a.tar.gz
Update sha256
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d67b57da515f..9dadc73cd34f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ida-free
pkgdesc = Freeware version of the world's smartest and most feature-full disassembler
pkgver = 7.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.hex-rays.com/products/ida/
arch = x86_64
license = custom
options = !strip
source = https://out7.hex-rays.com/files/idafree70_linux.run
- sha256sums = 6e589aa5dfe20ab3028aeb3ba4c1c4f1d987522a6f1d7ad4861240be7851178f
+ sha256sums = e38333d6cf844706ec48d154e64740b9b125c388f7b3a541104ba0a9a61321ab
pkgname = ida-free
diff --git a/PKGBUILD b/PKGBUILD
index 8cd719b5aff1..a463da898474 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: fatalis <fatalis@fatalis.pw>
pkgname=ida-free
pkgver=7.0
-pkgrel=1
+pkgrel=2
pkgdesc="Freeware version of the world's smartest and most feature-full disassembler"
arch=('x86_64')
url='https://www.hex-rays.com/products/ida/'
@@ -9,7 +9,7 @@ license=('custom')
options=('!strip')
_installer='idafree70_linux.run'
source=("https://out7.hex-rays.com/files/${_installer}")
-sha256sums=('6e589aa5dfe20ab3028aeb3ba4c1c4f1d987522a6f1d7ad4861240be7851178f')
+sha256sums=('e38333d6cf844706ec48d154e64740b9b125c388f7b3a541104ba0a9a61321ab')
package() {
install -d "${pkgdir}/opt/${pkgname}"