summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2022-02-14 23:06:39 +1300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-16 08:20:16 +0700
commitb9fee4101609710dd5e93e50a6634ceaf15a1458 (patch)
tree56e23a0ffae3b114bccbe492102f38948d3976c5 /haskell
parent6d21b8073c884610384b04a839caab4a8e0f8504 (diff)
downloadslackbuilds-b9fee4101609710dd5e93e50a6634ceaf15a1458.tar.gz
slackbuilds-b9fee4101609710dd5e93e50a6634ceaf15a1458.tar.xz
haskell/haskell-hslua-module-text: Updated for version 1.0.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-hslua-module-text/haskell-hslua-module-text.SlackBuild4
-rw-r--r--haskell/haskell-hslua-module-text/haskell-hslua-module-text.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/haskell/haskell-hslua-module-text/haskell-hslua-module-text.SlackBuild b/haskell/haskell-hslua-module-text/haskell-hslua-module-text.SlackBuild
index 3e62a8a1c8..346bf7c1a1 100644
--- a/haskell/haskell-hslua-module-text/haskell-hslua-module-text.SlackBuild
+++ b/haskell/haskell-hslua-module-text/haskell-hslua-module-text.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-hslua-module-text
-VERSION=${VERSION:-0.2.0}
+VERSION=${VERSION:-1.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -107,7 +107,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a ChangeLog.md LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a CHANGELOG.md LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/haskell/haskell-hslua-module-text/haskell-hslua-module-text.info b/haskell/haskell-hslua-module-text/haskell-hslua-module-text.info
index 2e489b75c5..6f7c28e607 100644
--- a/haskell/haskell-hslua-module-text/haskell-hslua-module-text.info
+++ b/haskell/haskell-hslua-module-text/haskell-hslua-module-text.info
@@ -1,8 +1,8 @@
PRGNAM="haskell-hslua-module-text"
-VERSION="0.2.0"
+VERSION="1.0.1"
HOMEPAGE="https://hackage.haskell.org/package/hslua-module-text"
-DOWNLOAD="https://hackage.haskell.org/packages/archive/hslua-module-text/0.2.0/hslua-module-text-0.2.0.tar.gz"
-MD5SUM="90b88150df7ef31df7c9a22f20d24fcd"
+DOWNLOAD="https://hackage.haskell.org/packages/archive/hslua-module-text/1.0.1/hslua-module-text-1.0.1.tar.gz"
+MD5SUM="b14b42d686fba2bfa6d0c916eded85cd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-hslua"