summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoan Blanc2020-04-18 10:57:47 +0200
committerYoan Blanc2020-04-18 10:57:47 +0200
commit9c223af03b8c4587a44c378937b4e6377fc6956c (patch)
tree4b5e2c1d3955dc503bc682627697ab5d8bca91f8
parentc6784822f8e2cc990144f2300941bb8a2c422dff (diff)
downloadaur-9c223af03b8c4587a44c378937b4e6377fc6956c.tar.gz
eclint: v0.1.9
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5177b08dc93..721b84d815a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = eclint
pkgdesc = EditorConfig linter
- pkgver = v0.1.8
+ pkgver = v0.1.9
pkgrel = 1
url = https://gitlab.com/greut/eclint
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = eclint
makedepends = go
makedepends = gzip
depends = glibc
- source = eclint-v0.1.8.tar.gz::https://gitlab.com/greut/eclint/-/archive/v0.1.8/eclint-v0.1.8.tar.gz
- sha256sums = 4c9fc6f3294f7ac4f69999ed1f97e66513fa92fcceaf3a3bc3510a172852ac6f
+ source = eclint-v0.1.9.tar.gz::https://gitlab.com/greut/eclint/-/archive/v0.1.9/eclint-v0.1.9.tar.gz
+ sha256sums = 5e1c580cbf109c770f9726476a9ad060b46644a1a9c946ae754786971d8d77ad
pkgname = eclint
diff --git a/PKGBUILD b/PKGBUILD
index bd28665c278f..4f46cb53cea1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yoan Blanc <yoan@dosimple.ch>
pkgname='eclint'
-pkgver=v0.1.8
+pkgver=v0.1.9
pkgrel=1
pkgdesc='EditorConfig linter'
url='https://gitlab.com/greut/eclint'
@@ -11,7 +11,7 @@ license=('MIT')
depends=('glibc')
makedepends=('git' 'go' 'gzip')
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/greut/eclint/-/archive/${pkgver}/eclint-${pkgver}.tar.gz")
-sha256sums=('4c9fc6f3294f7ac4f69999ed1f97e66513fa92fcceaf3a3bc3510a172852ac6f')
+sha256sums=('5e1c580cbf109c770f9726476a9ad060b46644a1a9c946ae754786971d8d77ad')
build() {
export CGO_LDFLAGS="$LDFLAGS"