From 77268d0ad066d7c9b20c4ff7f339bb10aed74b30 Mon Sep 17 00:00:00 2001 From: slotThe Date: Wed, 1 Apr 2020 17:11:56 +0200 Subject: [PATCH] shellcheck: bump stackage to lts-15.4 --- srcpkgs/shellcheck/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/shellcheck/template b/srcpkgs/shellcheck/template index 9d8f91d234a..40669e13364 100644 --- a/srcpkgs/shellcheck/template +++ b/srcpkgs/shellcheck/template @@ -1,9 +1,9 @@ # Template file for 'shellcheck' pkgname=shellcheck version=0.7.1 -revision=1 +revision=2 build_style=haskell-stack -stackage="lts-13.26" +stackage="lts-15.4" hostmakedepends="pandoc" short_desc="Static analysis tool for shell scripts" maintainer="Diogo Leal "