aboutsummaryrefslogtreecommitdiff
path: root/system/dracut/dracut.SlackBuild
diff options
context:
space:
mode:
authorMatt Egger <matt.egger@gmail.com>2024-10-09 15:48:34 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-10-11 11:48:47 +0700
commit9696b5f6c20d56d268bb05640b3470c7130a102b (patch)
tree802b855a4b0176694f0e10955ea791ddc133e041 /system/dracut/dracut.SlackBuild
parent23e5ab77bfb4d8e2d8576243fdb163491db6eb3b (diff)
system/dracut: updated for version 104
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/dracut/dracut.SlackBuild')
-rw-r--r--system/dracut/dracut.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/dracut/dracut.SlackBuild b/system/dracut/dracut.SlackBuild
index 8de326f02f..7831934116 100644
--- a/system/dracut/dracut.SlackBuild
+++ b/system/dracut/dracut.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for dracut
-# Copyright 2023 Matt Egger USA
+# Copyright 2023-2024 Matt Egger USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=dracut
-VERSION=${VERSION:-103}
+VERSION=${VERSION:-104}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}