mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/libvirt: 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
28e1205025
commit
18393c5981
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=libvirt
|
||||
VERSION=${VERSION:-7.6.0}
|
||||
VERSION=${VERSION:-7.9.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libvirt"
|
||||
VERSION="7.6.0"
|
||||
VERSION="7.9.0"
|
||||
HOMEPAGE="http://libvirt.org"
|
||||
DOWNLOAD="https://libvirt.org/sources/libvirt-7.6.0.tar.xz"
|
||||
MD5SUM="0f03d277ed2782e2a06164af2712585b"
|
||||
DOWNLOAD="https://libvirt.org/sources/libvirt-7.9.0.tar.xz"
|
||||
MD5SUM="3dd260582ff402e0856480a16d46ba71"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="yajl"
|
||||
|
|
Loading…
Reference in a new issue