From 4a111d35d0a95e4aaee6a12686d28ec1863d70b1 Mon Sep 17 00:00:00 2001 From: slotThe Date: Thu, 25 Mar 2021 11:16:14 +0100 Subject: [PATCH] shellcheck: bump for ghc 8.10.4 --- srcpkgs/shellcheck/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/shellcheck/template b/srcpkgs/shellcheck/template index 33381c2dac8..76d479a12fc 100644 --- a/srcpkgs/shellcheck/template +++ b/srcpkgs/shellcheck/template @@ -1,9 +1,9 @@ # Template file for 'shellcheck' pkgname=shellcheck version=0.7.2 -revision=1 +revision=2 build_style=haskell-stack -stackage="lts-16.13" +stackage="lts-17.5" hostmakedepends="pandoc" short_desc="Static analysis tool for shell scripts" maintainer="Diogo Leal "