summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2019-04-07 14:18:48 +0200
committerMartino Pilia2019-04-07 14:18:48 +0200
commit01d7bf8429ea9eed3f7ce614ae8c57061d4c91c0 (patch)
tree3ccd8cc1486b2e0e81a1a5a8006287bf37971650
parente53ac89799331fc3a218c2298718e0461300764d (diff)
downloadaur-01d7bf8429ea9eed3f7ce614ae8c57061d4c91c0.tar.gz
Version 1.16.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7c9bd1a9674..52fe40cf9eb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = hadolint
pkgdesc = Dockerfile linter, validate inline bash, written in Haskell
- pkgver = 1.16.0
+ pkgver = 1.16.3
pkgrel = 1
url = https://github.com/hadolint/hadolint/
- arch = any
+ arch = x86_64
license = GPL
makedepends = git
makedepends = stack
conflicts = hadolint-bin
conflicts = hadolint-git
- source = git+https://github.com/lukasmartinelli/hadolint.git#tag=v1.16.0
+ source = git+https://github.com/lukasmartinelli/hadolint.git#tag=v1.16.3
sha256sums = SKIP
pkgname = hadolint
diff --git a/PKGBUILD b/PKGBUILD
index 392a4ad7f3d1..b83a92168448 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer of this PKGBUILD file: Martino Pilia <martino.pilia@gmail.com>
pkgname=hadolint
-pkgver=1.16.0
+pkgver=1.16.3
pkgrel=1
pkgdesc='Dockerfile linter, validate inline bash, written in Haskell'
url='https://github.com/hadolint/hadolint/'
-arch=('any')
+arch=('x86_64')
license=('GPL')
makedepends=('git' 'stack')
conflicts=('hadolint-bin' 'hadolint-git')