From a5926668fce398e1e76448d1c37cf4a43b10844e Mon Sep 17 00:00:00 2001 From: Christian Buschau Date: Sat, 12 Jan 2019 19:43:28 +0100 Subject: [PATCH] shellcheck: update to 0.6.0. --- srcpkgs/shellcheck/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/shellcheck/template b/srcpkgs/shellcheck/template index dcb32e3c70e..297b720fd62 100644 --- a/srcpkgs/shellcheck/template +++ b/srcpkgs/shellcheck/template @@ -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 " 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"