haskell/haskell-emojis: Updated for version 0.1.3.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2024-01-01 16:03:55 +09:00 committed by Willy Sudiarto Raharjo
parent 995fb3b3b7
commit 177ee67487
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 4 deletions

View file

@ -3,6 +3,7 @@
# Slackware build script for haskell-emojis
# 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-emojis
VERSION=${VERSION:-0.1.2}
VERSION=${VERSION:-0.1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="haskell-emojis"
VERSION="0.1.2"
VERSION="0.1.3"
HOMEPAGE="https://hackage.haskell.org/package/emojis"
DOWNLOAD="https://hackage.haskell.org/package/emojis-0.1.2/emojis-0.1.2.tar.gz"
MD5SUM="f9534006d0ef632a098ede0d0a18bd72"
DOWNLOAD="https://hackage.haskell.org/package/emojis-0.1.3/emojis-0.1.3.tar.gz"
MD5SUM="e79be45dcb05d5b4ba4c4bacad882214"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ghc"