Skip to content

Commit a2dce56

Browse files
Alan AlberghiniAlan
authored andcommitted
libraries/libvirt-python: Updated for version 11.10.0
1 parent 9a6b3f8 commit a2dce56

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

libraries/libvirt-python/libvirt-python.SlackBuild

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@
2525
cd $(dirname $0) ; CWD=$(pwd)
2626

2727
PRGNAM=libvirt-python
28-
VERSION=${VERSION:-10.10.0}
28+
VERSION=${VERSION:-11.10.0}
2929
BUILD=${BUILD:-1}
3030
TAG=${TAG:-_SBo}
3131
PKGTYPE=${PKGTYPE:-tgz}
32+
SRCNAM=libvirt_python
3233

3334
if [ -z "$ARCH" ]; then
3435
case "$( uname -m )" in
@@ -63,9 +64,9 @@ set -e
6364
rm -rf $PKG
6465
mkdir -p $TMP $PKG $OUTPUT
6566
cd $TMP
66-
rm -rf $PRGNAM-$VERSION
67-
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
68-
cd $PRGNAM-$VERSION
67+
rm -rf $SRCNAM-$VERSION
68+
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
69+
cd $SRCNAM-$VERSION
6970
chown -R root:root .
7071
find -L . \
7172
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

libraries/libvirt-python/libvirt-python.info

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PRGNAM="libvirt-python"
2-
VERSION="10.10.0"
2+
VERSION="11.10.0"
33
HOMEPAGE="https://libvirt.org"
4-
DOWNLOAD="https://download.libvirt.org/python/libvirt-python-10.10.0.tar.gz"
5-
MD5SUM="004550e6c71f88bd56480590f54ed048"
4+
DOWNLOAD="https://download.libvirt.org/python/libvirt_python-11.10.0.tar.gz"
5+
MD5SUM="e26d71000723da8205c3953219bf10db"
66
DOWNLOAD_x86_64=""
77
MD5SUM_x86_64=""
88
REQUIRES="libvirt"

0 commit comments

Comments
 (0)