diff options
author | Mario Preksavec <mario@slackware.hr> | 2022-03-29 12:37:17 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:18:39 +0700 |
commit | e6b85d587cf0c039fd5a6c1e5d5616907f9da182 (patch) | |
tree | 447725c387725b2c7576c904db0de7694a7d8788 /system/xen/xen.SlackBuild | |
parent | 3495c90a33c45aa88f7aaa8c63f37d26fd2c03fa (diff) |
system/xen: Updated for version 4.15.2.
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 4e1fac1f065bf..cfc3ad8f0044d 100644 --- a/system/xen/xen.SlackBuild +++ b/system/xen/xen.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xen -# Copyright 2010, 2021 Mario Preksavec, Zagreb, Croatia +# Copyright 2010, 2022 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.15.1} +VERSION=${VERSION:-4.15.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |