mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
shellcheck: update to 0.8.0.
This commit is contained in:
parent
9e73663d32
commit
da533784ff
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'shellcheck'
|
# Template file for 'shellcheck'
|
||||||
pkgname=shellcheck
|
pkgname=shellcheck
|
||||||
version=0.7.2
|
version=0.8.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=haskell-stack
|
build_style=haskell-stack
|
||||||
stackage="lts-17.5"
|
stackage="lts-17.5"
|
||||||
hostmakedepends="pandoc"
|
hostmakedepends="pandoc"
|
||||||
|
@ -10,7 +10,7 @@ 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=5911f6133951d0ba6d643025bc50f2afb6c6f66d7225dc3d42e8845bfdf74c3c
|
checksum=dad3a2140389f5032996e6d381a47074ddbad6e5d9155f72ef732952c8861a3b
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nopie_files="/usr/bin/shellcheck"
|
nopie_files="/usr/bin/shellcheck"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue