mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
shellcheck: update to 0.6.0.
This commit is contained in:
parent
a04f6899df
commit
a5926668fc
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'shellcheck'
|
# Template file for 'shellcheck'
|
||||||
pkgname=shellcheck
|
pkgname=shellcheck
|
||||||
version=0.5.0
|
version=0.6.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=haskell-stack
|
build_style=haskell-stack
|
||||||
stackage="lts-12.0"
|
stackage="lts-13.2"
|
||||||
short_desc="A static analysis tool for shell scripts"
|
short_desc="Static analysis tool for shell scripts"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.shellcheck.net/"
|
homepage="https://www.shellcheck.net/"
|
||||||
distfiles="https://github.com/koalaman/shellcheck/archive/v${version}.tar.gz"
|
distfiles="https://github.com/koalaman/shellcheck/archive/v${version}.tar.gz"
|
||||||
checksum=348a3f7892c1f28a44f188c00ac82f1b3bf899d9f81d14ddb0e306db26c937bb
|
checksum=78f90aa8e618dc468bc1c36b6929216dc7a0c2679cd157e50919f7d8cc1899bc
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nopie_files="/usr/bin/shellcheck"
|
nopie_files="/usr/bin/shellcheck"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue