mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
system/dracut: Updated for version 103
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ea320ba3ac
commit
696b40eadf
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue