summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2020-07-05 12:08:52 +0200
committerMartino Pilia2020-07-05 12:08:52 +0200
commit15a79e574917b8c68faa9637b9d4fb48e857e4ba (patch)
treee9d893a3826459b3c3fd84577109421fdb6fe278
parenta8379a86e797a8ff42c5c011f0b6b5342837c295 (diff)
downloadaur-15a79e574917b8c68faa9637b9d4fb48e857e4ba.tar.gz
Version 1.18.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9768351fbe16..a353d9195347 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hadolint
pkgdesc = Dockerfile linter, validate inline bash, written in Haskell
- pkgver = 1.17.3
+ pkgver = 1.18.0
pkgrel = 1
url = https://github.com/hadolint/hadolint/
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = hadolint
makedepends = stack
conflicts = hadolint-bin
conflicts = hadolint-git
- source = git+https://github.com/hadolint/hadolint.git#tag=v1.17.3
+ source = git+https://github.com/hadolint/hadolint.git#tag=v1.18.0
sha256sums = SKIP
pkgname = hadolint
diff --git a/PKGBUILD b/PKGBUILD
index b9279799a18b..b28aa629c04e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer of this PKGBUILD file: Martino Pilia <martino.pilia@gmail.com>
pkgname=hadolint
-pkgver=1.17.3
+pkgver=1.18.0
pkgrel=1
pkgdesc='Dockerfile linter, validate inline bash, written in Haskell'
url='https://github.com/hadolint/hadolint/'