From 351d50d086b75b9c807d98d72910d9b46b377518 Mon Sep 17 00:00:00 2001 From: slotThe Date: Sun, 13 Sep 2020 13:34:12 +0200 Subject: [PATCH] shellcheck: bump stack resolver to lts-16.13 --- srcpkgs/shellcheck/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/shellcheck/template b/srcpkgs/shellcheck/template index 40669e13364..83bcd922ab7 100644 --- a/srcpkgs/shellcheck/template +++ b/srcpkgs/shellcheck/template @@ -1,9 +1,9 @@ # Template file for 'shellcheck' pkgname=shellcheck version=0.7.1 -revision=2 +revision=3 build_style=haskell-stack -stackage="lts-15.4" +stackage="lts-16.13" hostmakedepends="pandoc" short_desc="Static analysis tool for shell scripts" maintainer="Diogo Leal "