Package Details: hadolint-bin 2.14.0-1

Git Clone URL: https://aur.archlinux.org/hadolint-bin.git (read-only, click to copy)
Package Base: hadolint-bin
Description: Dockerfile linter, validate inline bash, written in Haskell
Upstream URL: https://github.com/hadolint/hadolint
Licenses: GPL-3.0-or-later
Conflicts: hadolint
Provides: hadolint
Submitter: buzztaiki
Maintainer: buzztaiki (carsme)
Last Packager: carsme
Votes: 26
Popularity: 0.048993
First Submitted: 2018-11-27 11:29 (UTC)
Last Updated: 2025-09-22 12:00 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

tbroyer commented on 2025-09-09 12:05 (UTC)

For those who want to patch locally for 2.13.1:

diff --git a/PKGBUILD b/PKGBUILD
index 0964861..43aee42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@

 pkgname=hadolint-bin
 _pkgname=${pkgname%-bin}
-pkgver=2.12.0
-pkgrel=2
+pkgver=2.13.1
+pkgrel=1
 pkgdesc="Dockerfile linter, validate inline bash, written in Haskell"
 arch=('x86_64')
 url="https://github.com/hadolint/hadolint"
@@ -13,7 +13,7 @@ provides=("$_pkgname")
 conflicts=("$_pkgname")
 options=('!strip')
 source=("$pkgname-$pkgver::$url/releases/download/v$pkgver/hadolint-Linux-x86_64")
-sha256sums=('56de6d5e5ec427e17b74fa48d51271c7fc0d61244bf5c90e828aab8362d55010')
+sha256sums=('f8b05e4c724cdeb84c0dca07e40936c3d875c0af5d120a27c94026a0f370b2cf')

 package() {
   install -Dm755 "$srcdir/$pkgname-$pkgver" "$pkgdir/usr/bin/$_pkgname"

buzztaiki commented on 2022-12-11 07:15 (UTC)

Update to 2.12.0

buzztaiki commented on 2022-12-11 07:08 (UTC)

@carsme Sorry for delay. I add you to co-maintainer.

carsme commented on 2022-12-01 16:31 (UTC)

Hey @buzztaiki, this package has been out of date for 2 weeks now. If you'd like help with keeping it up to date, feel free to add me as co-maintainer.

buzztaiki commented on 2022-03-26 02:37 (UTC)

Sorry, I was offline this week.

@fanninpm Thank you. I subscribed :)

fanninpm commented on 2022-03-24 23:59 (UTC)

As of 24 March 2022, you are now two (2) versions behind. Please consider subscribing to the Atom feed for hadolint releases.

buzztaiki commented on 2022-03-21 02:33 (UTC)

updated.

debendraoli commented on 2022-03-20 12:15 (UTC)

Please update it, binaries are available.

buzztaiki commented on 2022-03-15 02:42 (UTC)

2.9.0 was tagged but no binary was released yet.

buzztaiki commented on 2021-08-03 03:26 (UTC)

I unflagged out-of-date flag. hadolint v2.6.1 is tagged but not released yet.

https://github.com/hadolint/hadolint/releases/tag/v2.6.1