haskell/haskell-lexer: Updated for version 1.1.

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 2022-02-15 18:58:06 +13:00 committed by Willy Sudiarto Raharjo
parent 3170aa2d1e
commit 74f0dc12e3
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-lexer
SRCNAM=$PRGNAM
VERSION=${VERSION:-1.0.2}
VERSION=${VERSION:-1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="haskell-lexer"
VERSION="1.0.2"
VERSION="1.1"
HOMEPAGE="https://hackage.haskell.org/package/haskell-lexer"
DOWNLOAD="https://hackage.haskell.org/packages/archive/haskell-lexer/1.0.2/haskell-lexer-1.0.2.tar.gz"
MD5SUM="7c8df43fb67a9e58459fbbf0b902121c"
DOWNLOAD="https://hackage.haskell.org/packages/archive/haskell-lexer/1.1/haskell-lexer-1.1.tar.gz"
MD5SUM="460334be2c67197f5daac0f9b40daf78"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ghc"