haskell/xmonad-contrib: Updated for version 0.17.0.

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-09 19:01:20 +13:00 committed by Willy Sudiarto Raharjo
parent 77ecf39915
commit cb3b6b856b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xmonad-contrib
VERSION=${VERSION:-0.15}
VERSION=${VERSION:-0.17.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="xmonad-contrib"
VERSION="0.15"
VERSION="0.17.0"
HOMEPAGE="https://www.xmonad.org/"
DOWNLOAD="https://hackage.haskell.org/packages/archive/xmonad-contrib/0.15/xmonad-contrib-0.15.tar.gz"
MD5SUM="be854e4ad4be47a706c297079b25292b"
DOWNLOAD="https://hackage.haskell.org/packages/archive/xmonad-contrib/0.17.0/xmonad-contrib-0.17.0.tar.gz"
MD5SUM="3487e3e4732fc70f3eb70b0df4129db3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-extensible-exceptions haskell-old-time haskell-random haskell-semigroups xmonad"
REQUIRES="haskell-old-time haskell-random haskell-semigroups xmonad"
MAINTAINER="David Spencer"
EMAIL="baildon.research@googlemail.com"