mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
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:
parent
995fb3b3b7
commit
177ee67487
2 changed files with 5 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue