Merge pull request #3363 from diogoleal/update_shellsheck-0.4.2

shellcheck: update to 0.4.2
This commit is contained in:
Enno Boland 2016-01-13 11:15:11 +01:00
commit 632ffc99b4

View file

@ -1,6 +1,6 @@
# Template file for 'shellcheck' # Template file for 'shellcheck'
pkgname=shellcheck pkgname=shellcheck
version=0.4.1 version=0.4.2
revision=1 revision=1
hostmakedepends="cabal-install" hostmakedepends="cabal-install"
short_desc="A static analysis tool for shell scripts" short_desc="A static analysis tool for shell scripts"
@ -8,7 +8,7 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
license="GPL-3" license="GPL-3"
homepage="http://www.shellcheck.net/" homepage="http://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=47518d9024cbd0a15796bc2da3894047b648c9d30605a4e16f3514784e72ec24 checksum=ea3eca5f2cce13ab6b4332b3cb5fb419c7ebf3f2e3d4d01c52b6cf5938aa96cf
nocross=yes nocross=yes
do_build() { do_build() {