diff options
author | Mario Preksavec <mario@slackware.hr> | 2019-04-10 23:20:31 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-13 06:56:56 +0700 |
commit | b8b9db116aaf5d00748f0afeef861aaaa9e2d63d (patch) | |
tree | 891dd49240e6cc1602b31af19008937d4b22ac75 /system/xen/xen.SlackBuild | |
parent | 718770eca955a2eeb69b7d06b8b39d14e06de016 (diff) |
system/xen: Updated for version 4.12.0.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'system/xen/xen.SlackBuild')
-rw-r--r-- | system/xen/xen.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/system/xen/xen.SlackBuild b/system/xen/xen.SlackBuild index 14d683d841b6a..506d100a4c1fb 100644 --- a/system/xen/xen.SlackBuild +++ b/system/xen/xen.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xen -# Copyright 2010, 2011, 2013, 2014, 2015, 2016, 2017, 2018 Mario Preksavec, Zagreb, Croatia +# Copyright 2010, 2011, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Mario Preksavec, Zagreb, Croatia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xen -VERSION=${VERSION:-4.11.1} +VERSION=${VERSION:-4.12.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -SEABIOS=${SEABIOS:-1.11.1} -OVMF=${OVMF:-20170920_947f3737a} -IPXE=${IPXE:-356f6c1b64d7a97746d1816cef8ca22bdd8d0b5d} +SEABIOS=${SEABIOS:-1.12.0} +OVMF=${OVMF:-20180725_ef529e6ab7} +IPXE=${IPXE:-d2063b7693e0e35db97b2264aa987eb6341ae779} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -142,7 +142,7 @@ cp $CWD/ipxe-git-$IPXE.tar.gz tools/firmware/etherboot/_ipxe.tar.gz ( # Seabios cd tools/firmware - tar -xf $CWD/seabios-$SEABIOS.tar.xz + tar -xf $CWD/seabios-$SEABIOS.tar.?z mv seabios-$SEABIOS seabios-dir-remote ln -s seabios-dir-remote seabios-dir make -C seabios-dir defconfig |