shellcheck: update to 0.6.0.
This commit is contained in:
parent
a04f6899df
commit
a5926668fc
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'shellcheck'
|
||||
pkgname=shellcheck
|
||||
version=0.5.0
|
||||
revision=2
|
||||
version=0.6.0
|
||||
revision=1
|
||||
build_style=haskell-stack
|
||||
stackage="lts-12.0"
|
||||
short_desc="A static analysis tool for shell scripts"
|
||||
stackage="lts-13.2"
|
||||
short_desc="Static analysis tool for shell scripts"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://www.shellcheck.net/"
|
||||
distfiles="https://github.com/koalaman/shellcheck/archive/v${version}.tar.gz"
|
||||
checksum=348a3f7892c1f28a44f188c00ac82f1b3bf899d9f81d14ddb0e306db26c937bb
|
||||
checksum=78f90aa8e618dc468bc1c36b6929216dc7a0c2679cd157e50919f7d8cc1899bc
|
||||
nocross=yes
|
||||
nopie_files="/usr/bin/shellcheck"
|
||||
|
||||
|
|
Loading…
Reference in New Issue