diff options
author | Mario Preksavec <mario@slackware.hr> | 2023-05-12 00:25:48 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-13 19:27:29 +0700 |
commit | 40616f3bb87def594c4489d282f7941e4c07512a (patch) | |
tree | cb471b3c37f95ea65f6edd91524082d7b5ac9138 /system/xen/xen.SlackBuild | |
parent | acd2b48600dc5eb89cac46a9d47ee85d4cc84d08 (diff) |
system/xen: Updated for version 4.17.1.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/xen/xen.SlackBuild')
-rw-r--r-- | system/xen/xen.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/xen/xen.SlackBuild b/system/xen/xen.SlackBuild index 255f490935..c02761dccc 100644 --- a/system/xen/xen.SlackBuild +++ b/system/xen/xen.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xen -# Copyright 2010, 2022 Mario Preksavec, Zagreb, Croatia +# Copyright 2010, 2023 Mario Preksavec, Zagreb, Croatia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xen -VERSION=${VERSION:-4.17.0} +VERSION=${VERSION:-4.17.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |