mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/py3status: Updated for version 3.51.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0a2c077fd4
commit
aa6108b058
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for py3status
|
||||
|
||||
# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2023 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=py3status
|
||||
VERSION=${VERSION:-3.45}
|
||||
VERSION=${VERSION:-3.51}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="py3status"
|
||||
VERSION="3.45"
|
||||
VERSION="3.51"
|
||||
HOMEPAGE="https://github.com/ultrabug/py3status"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/06/bd/b5985206f92b3e5b41f60026dcfcff03bd451052f4a4d45c08afe9503334/py3status-3.45.tar.gz"
|
||||
MD5SUM="9441ac79ecf4f6190fc6e88e69c60248"
|
||||
DOWNLOAD="https://github.com/ultrabug/py3status/archive/refs/tags/3.51/py3status-3.51.tar.gz"
|
||||
MD5SUM="09933b04f4708cf58db53b7da6f4002d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue