diff options
Diffstat (limited to 'system/xen/xen.SlackBuild')
-rw-r--r-- | system/xen/xen.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/xen/xen.SlackBuild b/system/xen/xen.SlackBuild index 3f90291c4a..93fb1675c7 100644 --- a/system/xen/xen.SlackBuild +++ b/system/xen/xen.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xen -# Copyright 2010, 2024 Mario Preksavec, Zagreb, Croatia +# Copyright 2010, 2025 Mario Preksavec, Zagreb, Croatia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,12 +25,12 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xen -VERSION=${VERSION:-4.18.2} +VERSION=${VERSION:-4.19.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -SEABIOS=${SEABIOS:-1.16.2} +SEABIOS=${SEABIOS:-1.16.3} OVMF=${OVMF:-20230524_ba91d0292e} IPXE=${IPXE:-1d1cf74a5e58811822bee4b3da3cff7282fcdfca} |