mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
desktop/xmobar: Updated for version 0.22.1.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
This commit is contained in:
parent
aaca04138c
commit
0071b5bb05
2 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Written by Xavier Maillard <xma@gnu.org>
|
||||
# Updated by Andy Bailey <GooseYArd@gmail.com>
|
||||
# Copyright 2013 Mikko Värri, Finland
|
||||
# Copyright 2015 Mikko Värri, Finland
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=xmobar
|
||||
VERSION=${VERSION:-0.16}
|
||||
VERSION=${VERSION:-0.22.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="xmobar"
|
||||
VERSION="0.16"
|
||||
VERSION="0.22.1"
|
||||
HOMEPAGE="http://hackage.haskell.org/package/xmobar/"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/xmobar/0.16/xmobar-0.16.tar.gz"
|
||||
MD5SUM="4742f1556a8e9b292f18df1176dcd378"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/xmobar/0.22.1/xmobar-0.22.1.tar.gz"
|
||||
MD5SUM="b63a1d5ad739e0f2b70ba0366a9854b7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="haskell-hinotify haskell-stm haskell-X11-xft haskell-parsec xmonad-contrib"
|
||||
REQUIRES="haskell-hinotify haskell-stm haskell-regex-compat haskell-X11-xft haskell-parsec haskell-HTTP xmonad-contrib"
|
||||
MAINTAINER="Mikko Värri"
|
||||
EMAIL="vmj@linuxbox.fi"
|
||||
|
|
Loading…
Reference in a new issue