From db9f212d33f16900fcc7ff8b62aa7163b6deb453 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Thu, 15 Dec 2022 06:40:14 +0900 Subject: haskell/haskell-ShellCheck: Updated for version 0.9.0. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild') diff --git a/haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild b/haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild index 09679e50a0..3e5ed888cc 100644 --- a/haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild +++ b/haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for haskell-ShellCheck # Copyright 2017-2018, 2020-2021 Andrew Clemons, Wellington New Zealand +# Copyright 2022 Andrew Clemons, Tokyo Japan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-ShellCheck -VERSION=${VERSION:-0.8.0} +VERSION=${VERSION:-0.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -42,9 +43,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 -- cgit v1.2.3