mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
e2fsprogs: update to 1.47.2.
This commit is contained in:
parent
665c94d519
commit
72a9125134
2 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'e2fsprogs'
|
||||
pkgname=e2fsprogs
|
||||
version=1.47.0
|
||||
revision=2
|
||||
version=1.47.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-elf-shlibs --disable-fsck
|
||||
--enable-e2initrd-helper --disable-rpath --with-root-prefix=/usr
|
||||
|
@ -17,7 +17,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
|||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||
homepage="http://e2fsprogs.sourceforge.net/"
|
||||
distfiles="${KERNEL_SITE}/kernel/people/tytso/e2fsprogs/v${version}/e2fsprogs-${version}.tar.xz"
|
||||
checksum=144af53f2bbd921cef6f8bea88bb9faddca865da3fbc657cc9b4d2001097d5db
|
||||
checksum=08242e64ca0e8194d9c1caad49762b19209a06318199b63ce74ae4ef2d74e63c
|
||||
conf_files="/etc/mke2fs.conf /etc/e2scrub.conf"
|
||||
|
||||
do_check() {
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
site='https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/'
|
||||
pattern='v\K[\d.]*(?=/)'
|
||||
ignore='*WIP*'
|
||||
|
|
Loading…
Add table
Reference in a new issue