From 6ea26d3091ed8cad8202b0594131e267f0d550e6 Mon Sep 17 00:00:00 2001 From: slotThe Date: Sun, 20 Mar 2022 12:15:01 +0100 Subject: [PATCH] shellcheck: bump for stackage lts-19.0 --- srcpkgs/shellcheck/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/shellcheck/template b/srcpkgs/shellcheck/template index 70eee6c285..903d703488 100644 --- a/srcpkgs/shellcheck/template +++ b/srcpkgs/shellcheck/template @@ -1,9 +1,9 @@ # Template file for 'shellcheck' pkgname=shellcheck version=0.8.0 -revision=2 +revision=3 build_style=haskell-stack -stackage="lts-18.14" +stackage="lts-19.0" hostmakedepends="pandoc" short_desc="Static analysis tool for shell scripts" maintainer="Diogo Leal "