diff options
author | Matt Egger <matt.egger@gmail.com> | 2024-10-09 15:48:34 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-11 11:48:47 +0700 |
commit | 9696b5f6c20d56d268bb05640b3470c7130a102b (patch) | |
tree | 802b855a4b0176694f0e10955ea791ddc133e041 | |
parent | 23e5ab77bfb4d8e2d8576243fdb163491db6eb3b (diff) |
system/dracut: updated for version 104
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/dracut/dracut.SlackBuild | 4 | ||||
-rw-r--r-- | system/dracut/dracut.info | 6 |
2 files changed, 5 insertions, 5 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} diff --git a/system/dracut/dracut.info b/system/dracut/dracut.info index cfb72037b6..1601542e72 100644 --- a/system/dracut/dracut.info +++ b/system/dracut/dracut.info @@ -1,8 +1,8 @@ PRGNAM="dracut" -VERSION="103" +VERSION="104" HOMEPAGE="https://github.com/dracut-ng/dracut-ng" -DOWNLOAD="https://github.com/dracut-ng/dracut-ng/archive/103/dracut-ng-103.tar.gz" -MD5SUM="0fad536babb3cb764eaa8f3fc7eadba4" +DOWNLOAD="https://github.com/dracut-ng/dracut-ng/archive/104/dracut-ng-104.tar.gz" +MD5SUM="beea693e49b6ab32f7e150c364350473" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |