summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fef71f5a2ff2..f4822dae3f36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sven-Hendrik Haase <svenstaro@archlinux.org>
pkgname=elfx86exts
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.6.2
+pkgrel=1
pkgdesc="Decode ELF and MachO binaries and print out which instruction set extensions they use"
arch=('x86_64')
url="https://github.com/pkgw/elfx86exts"
@@ -10,7 +10,7 @@ options=('!lto')
depends=('gcc-libs' 'glibc')
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz"::https://github.com/pkgw/elfx86exts/archive/elfx86exts@${pkgver}.tar.gz)
-sha512sums=('7caa0518fecba588ec02b053f019123a9f8aaeeed74ece8240e24679e820abb537bd29849e51ca664f7e8effc3d90ed50bae61eda51e83e10be0a988f7eb0626')
+sha512sums=('a8b7e9f7d7ef499fe5acd1cb4b2faa74f8ac6b494f3757c5cb415f83036af6edead477fdc8efade4e7a10ade6a499a0b76d0aeee95a650340fd8998f82f1cace')
build() {
cd "$pkgname-$pkgname-$pkgver"