summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2024-01-01 18:13:45 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-06 08:08:34 +0700
commit239af31309370faadb7e178968ea56190fba8761 (patch)
tree5be6ac807e8c86c475030444dbcdac247314fa46 /haskell
parentc642aa3c941590dbe0e3a00d7f20279d694315de (diff)
downloadslackbuilds-239af31309370faadb7e178968ea56190fba8761.tar.gz
slackbuilds-239af31309370faadb7e178968ea56190fba8761.tar.xz
haskell/haskell-text-conversions: Updated for version 0.3.1.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell')
-rw-r--r--haskell/haskell-text-conversions/haskell-text-conversions.SlackBuild6
-rw-r--r--haskell/haskell-text-conversions/haskell-text-conversions.info6
2 files changed, 5 insertions, 7 deletions
diff --git a/haskell/haskell-text-conversions/haskell-text-conversions.SlackBuild b/haskell/haskell-text-conversions/haskell-text-conversions.SlackBuild
index c9eb753e51..3a11f7e48c 100644
--- a/haskell/haskell-text-conversions/haskell-text-conversions.SlackBuild
+++ b/haskell/haskell-text-conversions/haskell-text-conversions.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for haskell-text-conversions
# 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-text-conversions
-VERSION=${VERSION:-0.3.1}
+VERSION=${VERSION:-0.3.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-text-conversions/haskell-text-conversions.info b/haskell/haskell-text-conversions/haskell-text-conversions.info
index c37fe2e779..b4f6758b6b 100644
--- a/haskell/haskell-text-conversions/haskell-text-conversions.info
+++ b/haskell/haskell-text-conversions/haskell-text-conversions.info
@@ -1,8 +1,8 @@
PRGNAM="haskell-text-conversions"
-VERSION="0.3.1"
+VERSION="0.3.1.1"
HOMEPAGE="https://hackage.haskell.org/package/text-conversions"
-DOWNLOAD="https://hackage.haskell.org/package/text-conversions-0.3.1/text-conversions-0.3.1.tar.gz"
-MD5SUM="dd849da3b25cf5d3645949798d3b15de"
+DOWNLOAD="https://hackage.haskell.org/package/text-conversions-0.3.1.1/text-conversions-0.3.1.1.tar.gz"
+MD5SUM="d914d51b2b7852e14db7f8baf511a606"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-base16-bytestring haskell-base64-bytestring haskell-errors"