mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/xen-nox: Updated for version 4.17.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8c35141351
commit
bbbedab4e2
2 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=xen-nox
|
||||
SRCNAM=xen
|
||||
VERSION=${VERSION:-4.16.1}
|
||||
VERSION=${VERSION:-4.17.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="xen-nox"
|
||||
VERSION="4.16.1"
|
||||
VERSION="4.17.0"
|
||||
HOMEPAGE="https://xenproject.org/xen-project-archives/"
|
||||
DOWNLOAD="https://downloads.xenproject.org/release/xen/4.16.1/xen-4.16.1.tar.gz"
|
||||
MD5SUM="1c2cd4f7f966c1d455aab630953e5fad"
|
||||
DOWNLOAD="https://downloads.xenproject.org/release/xen/4.17.0/xen-4.17.0.tar.gz"
|
||||
MD5SUM="b215062ff053378eed41e4a3e05081df"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="acpica yajl"
|
||||
|
|
Loading…
Reference in a new issue