diff options
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 |