summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bcbc031d542..c4b0322a2670 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Sep 19 09:48:42 UTC 2019
+# Wed Oct 23 14:07:19 UTC 2019
pkgbase = elfinfo
pkgdesc = Detect which compiler version was used for compiling an ELF file
- pkgver = 0.7.5
+ pkgver = 0.7.6
pkgrel = 1
url = https://elfinfo.roboticoverlords.org/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = elfinfo
makedepends = go
makedepends = git
makedepends = upx
- source = git+https://github.com/xyproto/elfinfo#tag=0.7.5
+ source = git+https://github.com/xyproto/elfinfo#tag=0.7.6
sha256sums = SKIP
pkgname = elfinfo
diff --git a/PKGBUILD b/PKGBUILD
index e2464c1b829d..e40e974638a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=elfinfo
-pkgver=0.7.5
+pkgver=0.7.6
pkgrel=1
pkgdesc='Detect which compiler version was used for compiling an ELF file'
arch=(x86_64)