desktop/py3status: Updated for version 3.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
a5e71d8143
commit
bfe66335ba
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for py3status
|
||||
|
||||
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2017 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:-3.3}
|
||||
VERSION=${VERSION:-3.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="py3status"
|
||||
VERSION="3.3"
|
||||
VERSION="3.4"
|
||||
HOMEPAGE="https://github.com/ultrabug/py3status"
|
||||
DOWNLOAD="https://pypi.python.org/packages/68/0d/a6a0ee999d1d9a6a904022a33dc2fd33a3010720318b5d6180134907cde0/py3status-3.3.tar.gz"
|
||||
MD5SUM="d70e546c8acd704bb1e4ec1afe0547bc"
|
||||
DOWNLOAD="https://pypi.python.org/packages/5c/48/45798fa963bc00cc72514f631664ed38aa46aa8c59a6bc4c4553561be887/py3status-3.4.tar.gz"
|
||||
MD5SUM="35a79504a5e0ee1fab4bf55d72882148"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue