mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/python3-xkbcommon: Update for 1.0.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d340a43287
commit
da03be4c45
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-xkbcommon
|
||||
VERSION=${VERSION:-1.0}
|
||||
VERSION=${VERSION:-1.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-xkbcommon"
|
||||
VERSION="1.0"
|
||||
VERSION="1.0.1"
|
||||
HOMEPAGE="https://github.com/sde1000/python-xkbcommon"
|
||||
DOWNLOAD="https://github.com/sde1000/python-xkbcommon/archive/v1.0/python-xkbcommon-1.0.tar.gz"
|
||||
MD5SUM="dea8956fe77818452f532f1255334633"
|
||||
DOWNLOAD="https://github.com/sde1000/python-xkbcommon/archive/v1.0.1/python-xkbcommon-1.0.1.tar.gz"
|
||||
MD5SUM="d5272f363f60de56ae71cc16111b7f47"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue