mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
python/nbxmpp: Updated for version 2.0.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7e9842016e
commit
b729384d47
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for python-nbxmpp
|
# Slackware build script for python-nbxmpp
|
||||||
|
|
||||||
# Copyright 2014-2019 Ruben Schuller
|
# Copyright 2014-2022 Ruben Schuller
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=python-nbxmpp
|
PRGNAM=python-nbxmpp
|
||||||
VERSION=${VERSION:-2.0.4}
|
VERSION=${VERSION:-2.0.6}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
TARNAM=${PRGNAM}-nbxmpp
|
TARNAM=${PRGNAM}-nbxmpp
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="python-nbxmpp"
|
PRGNAM="python-nbxmpp"
|
||||||
VERSION="2.0.4"
|
VERSION="2.0.6"
|
||||||
HOMEPAGE="https://dev.gajim.org/gajim/python-nbxmpp/"
|
HOMEPAGE="https://dev.gajim.org/gajim/python-nbxmpp/"
|
||||||
DOWNLOAD="https://dev.gajim.org/gajim/python-nbxmpp/-/archive/nbxmpp-2.0.4/python-nbxmpp-nbxmpp-2.0.4.tar.gz"
|
DOWNLOAD="https://dev.gajim.org/gajim/python-nbxmpp/-/archive/nbxmpp-2.0.6/python-nbxmpp-nbxmpp-2.0.6.tar.gz"
|
||||||
MD5SUM="a67d681dd678733fc25809d714c106a4"
|
MD5SUM="afada41084f1ed6253e404e60e5c5dc4"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="python-precis-i18n"
|
REQUIRES="python-precis-i18n"
|
||||||
|
|
Loading…
Reference in a new issue