mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/libvirt-python: Updated for version 7.9.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
18393c5981
commit
05710aaf27
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=libvirt-python
|
PRGNAM=libvirt-python
|
||||||
VERSION=${VERSION:-7.6.0}
|
VERSION=${VERSION:-7.9.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="libvirt-python"
|
PRGNAM="libvirt-python"
|
||||||
VERSION="7.6.0"
|
VERSION="7.9.0"
|
||||||
HOMEPAGE="https://libvirt.org"
|
HOMEPAGE="https://libvirt.org"
|
||||||
DOWNLOAD="https://libvirt.org/sources/python/libvirt-python-7.6.0.tar.gz"
|
DOWNLOAD="https://libvirt.org/sources/python/libvirt-python-7.9.0.tar.gz"
|
||||||
MD5SUM="24242ff33f4b97bad62ea061559b442f"
|
MD5SUM="112e61c1be4e8fb11ed57d4bafe0b2dc"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="libvirt"
|
REQUIRES="libvirt"
|
||||||
|
|
Loading…
Reference in a new issue