summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2020-07-27 16:30:00 +0200
committerAlexander F. Rødseth2020-07-27 16:30:00 +0200
commit4f226377101f010d70e983a945cd939bd050c79b (patch)
treeaca748fa40a45af897994472971c32f8a73570c0
parent13819d18b8cada47eb057f8c6df7d40dd90e6250 (diff)
downloadaur-4f226377101f010d70e983a945cd939bd050c79b.tar.gz
New release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99fb8e41e012..82cb16b71818 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = elfinfo
pkgdesc = Detect which compiler version was used for compiling an ELF file
- pkgver = 1.0.1
+ pkgver = 1.1.0
pkgrel = 1
url = https://elfinfo.roboticoverlords.org/
arch = x86_64
license = MIT
makedepends = go
makedepends = git
- source = git+https://github.com/xyproto/elfinfo#tag=1.0.1
+ source = git+https://github.com/xyproto/elfinfo#commit=fa069dd07e2a1629dcc6fa8bfefd59fc28833fa7
sha256sums = SKIP
pkgname = elfinfo
diff --git a/PKGBUILD b/PKGBUILD
index f2476ab16a5e..0b94e335afac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=elfinfo
-pkgver=1.0.1
+pkgver=1.1.0
pkgrel=1
pkgdesc='Detect which compiler version was used for compiling an ELF file'
arch=(x86_64)
url='https://elfinfo.roboticoverlords.org/'
license=(MIT)
makedepends=(go git)
-source=("git+https://github.com/xyproto/elfinfo#tag=$pkgver")
+source=("git+https://github.com/xyproto/elfinfo#commit=fa069dd07e2a1629dcc6fa8bfefd59fc28833fa7")
sha256sums=('SKIP')
build() {