diff options
author | Matt Egger <matt.egger@gmail.com> | 2024-07-15 10:25:39 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-15 21:40:55 +0700 |
commit | 696b40eadfc4f8ea9462fdcd6f27c3c4cd259b63 (patch) | |
tree | 250f122b45f105ed66de2fbf7810404395ac9810 /system/dracut | |
parent | ea320ba3ac818de0d023535dfd52dcc00557bfe9 (diff) |
system/dracut: Updated for version 103
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/dracut')
-rw-r--r-- | system/dracut/dracut.SlackBuild | 2 | ||||
-rw-r--r-- | system/dracut/dracut.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/dracut/dracut.SlackBuild b/system/dracut/dracut.SlackBuild index 61d9001223..8de326f02f 100644 --- a/system/dracut/dracut.SlackBuild +++ b/system/dracut/dracut.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dracut -VERSION=${VERSION:-102} +VERSION=${VERSION:-103} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/dracut/dracut.info b/system/dracut/dracut.info index acdd71b2b6..f554eddef1 100644 --- a/system/dracut/dracut.info +++ b/system/dracut/dracut.info @@ -1,8 +1,8 @@ PRGNAM="dracut" -VERSION="102" +VERSION="103" HOMEPAGE="https://github.com/dracut-ng/dracut-ng" -DOWNLOAD="https://github.com/dracut-ng/dracut-ng/archive/102/dracut-ng-102.tar.gz" -MD5SUM="2676af23f588fef592afb621a3f82da2" +DOWNLOAD="https://github.com/dracut-ng/dracut-ng/archive/103/dracut-ng-103.tar.gz" +MD5SUM="0fad536babb3cb764eaa8f3fc7eadba4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |