dracut: updated to version 060

Apparently this is actually a release, even though they did not make
a github release for it:

856e7acdb1
This commit is contained in:
Matt Housh 2024-03-04 16:09:06 -06:00
parent f912da45e7
commit b753aedc70
Signed by: jaeger
GPG Key ID: F9DE89ED1BFADFD7
3 changed files with 514 additions and 516 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/WiqiWeHkucld+iyL56xiz0Ldny8BRGok3joiI4FqCNIWOISVM07ALQMhpe08N/1YOwrj6THRPl9P4xSTxC8KwU=
SHA256 (Pkgfile) = 27f83eb4d5cba600f05ca05745f9dfb051baee5da4a5848e6adfd2d82eac77e2
SHA256 (.footprint) = 01547490401543c2de7d26f05f060e35371cccaeb26bc9d5781f3c5a90ec3afe
SHA256 (dracut-059.tar.gz) = eabf0bb685420c1e1d5475b6855ef787104508f0135ff570312845256e0fcecf
SHA256 (dracut-man-pages-059.tar.xz) = 96dbd1f898a24cd4068ba4492e1da027aa49bdeca49e222cc7748389940fd0ad
RWSE3ohX2g5d/T8CsvzSiNCvSoRFOKyJLP9j19ewjXz+fv89eewZSZ7ptkr7EmujiLXlxcRzyM2OJyOWS/YntMBUHKSDh9xCegM=
SHA256 (Pkgfile) = c7d907c481ed1304ad3e648f395afe5a820b62252db0f9ca792637fc7facd719
SHA256 (.footprint) = 2a1b70316d52b8af5da1a143d6612e669d808e65b42aebd1c2116b265d83d9de
SHA256 (dracut-060.tar.xz) = c420d4fc7cc46c80a1211b1e7205791ea2501d382587633002ec14eee78b5ad6
SHA256 (dracut-man-pages-060.tar.xz) = a6d648e684ab97100c0b8157ce1d75fbafadd7446509214d7a14364d9fbd83a5

View File

@ -3,18 +3,18 @@
# Maintainer: Matt Housh, jaeger at crux dot ninja
name=dracut
version=059
version=060
release=1
source=(https://github.com/dracutdevs/$name/archive/$version/$name-$version.tar.gz \
https://crux.nu/files/$name-man-pages-$version.tar.xz)
source=(https://crux.nu/files/$name-$version.tar.xz \
https://crux.nu/files/$name-man-pages-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-documentation
make
make DESTDIR=$PKG install
rm $PKG/usr/lib/$name/modules.d/*/README*
cp -r $SRC/usr $PKG/
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-documentation
make
make DESTDIR=$PKG install
rm $PKG/usr/lib/$name/modules.d/*/README*
cp -r $SRC/usr $PKG/
}