desktop/py3status: Updated for version 2.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
fa684514c9
commit
bdb166e906
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for py3status
|
||||
|
||||
# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=py3status
|
||||
VERSION=${VERSION:-2.3}
|
||||
VERSION=${VERSION:-2.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="py3status"
|
||||
VERSION="2.3"
|
||||
VERSION="2.4"
|
||||
HOMEPAGE="https://github.com/ultrabug/py3status"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/py3status/py3status-2.3.tar.gz"
|
||||
MD5SUM="89ad395268c7791ff5d36412b1efeeb9"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/py3status/py3status-2.4.tar.gz"
|
||||
MD5SUM="dde68ddbe9bb7d8d049555dd69249fd3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools"
|
||||
|
|
Loading…
Reference in New Issue