summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2018-10-25 11:53:31 +0200
committerAlexander F. Rødseth2018-10-25 11:53:31 +0200
commit7d407ab8518bd9be7c2dd497edf675e178bc4d01 (patch)
tree9c6667b547be065ee3f7790b8aeba09a18811182
parentf9bc0b4e548e4fd2e217118e69541dad3769a314 (diff)
downloadaur-7d407ab8518bd9be7c2dd497edf675e178bc4d01.tar.gz
Update elfinfo to 0.7.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f792c14f5749..53aff0c937c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Oct 23 08:27:25 UTC 2018
+# Thu Oct 25 09:53:27 UTC 2018
pkgbase = elfinfo
pkgdesc = Detect which compiler version was used for compiling an ELF file
- pkgver = 0.7
+ pkgver = 0.7.2
pkgrel = 1
url = https://elfinfo.roboticoverlords.org/
arch = any
license = MIT
makedepends = go
makedepends = git
- source = git+https://github.com/xyproto/elfinfo#tag=0.7
+ source = git+https://github.com/xyproto/elfinfo#tag=0.7.2
sha256sums = SKIP
pkgname = elfinfo
diff --git a/PKGBUILD b/PKGBUILD
index 2d0e595f468b..91440a5ea4df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=elfinfo
-pkgver=0.7
+pkgver=0.7.2
pkgrel=1
pkgdesc='Detect which compiler version was used for compiling an ELF file'
arch=('any')