diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2024-01-02 14:18:58 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-06 08:08:34 +0700 |
commit | fe3e353b8993313db1394545853863cfa411143f (patch) | |
tree | 17ebba6a404d8b91a26c53add683f0e02992128b /haskell | |
parent | 239af31309370faadb7e178968ea56190fba8761 (diff) |
haskell/haskell-indexed-traversable-instances: Updated for 0.1.1.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell')
2 files changed, 5 insertions, 7 deletions
diff --git a/haskell/haskell-indexed-traversable-instances/haskell-indexed-traversable-instances.SlackBuild b/haskell/haskell-indexed-traversable-instances/haskell-indexed-traversable-instances.SlackBuild index fd1e976de129..ab5acc01c796 100644 --- a/haskell/haskell-indexed-traversable-instances/haskell-indexed-traversable-instances.SlackBuild +++ b/haskell/haskell-indexed-traversable-instances/haskell-indexed-traversable-instances.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for haskell-indexed-traversable-instances # Copyright 2021 Andrew Clemons, Wellington New Zealand +# Copyright 2024 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-indexed-traversable-instances -VERSION=${VERSION:-0.1.1} +VERSION=${VERSION:-0.1.1.1} 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 diff --git a/haskell/haskell-indexed-traversable-instances/haskell-indexed-traversable-instances.info b/haskell/haskell-indexed-traversable-instances/haskell-indexed-traversable-instances.info index 66aa02aa2b8c..31647b378ea5 100644 --- a/haskell/haskell-indexed-traversable-instances/haskell-indexed-traversable-instances.info +++ b/haskell/haskell-indexed-traversable-instances/haskell-indexed-traversable-instances.info @@ -1,8 +1,8 @@ PRGNAM="haskell-indexed-traversable-instances" -VERSION="0.1.1" +VERSION="0.1.1.1" HOMEPAGE="https://hackage.haskell.org/package/indexed-traversable-instances" -DOWNLOAD="https://hackage.haskell.org/package/indexed-traversable-instances-0.1.1/indexed-traversable-instances-0.1.1.tar.gz" -MD5SUM="1e97068bf7f3568af80c82c7347c84b9" +DOWNLOAD="https://hackage.haskell.org/package/indexed-traversable-instances-0.1.1.1/indexed-traversable-instances-0.1.1.1.tar.gz" +MD5SUM="cb6a9c30e3864e20f3c95b2c21872997" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="haskell-OneTuple haskell-indexed-traversable haskell-vector" |