mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
main/xfsprogs: upgrade to 6.15.0
https://web.git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/plain/doc/CHANGES?h=v6.15.0
This commit is contained in:
parent
9c9fbb0434
commit
8ff6aa1e45
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Contributor: Valery Kartel <valery.kartel@gmail.com>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=xfsprogs
|
||||
pkgver=6.14.0
|
||||
pkgver=6.15.0
|
||||
pkgrel=0
|
||||
pkgdesc="XFS filesystem utilities"
|
||||
url="https://xfs.org/index.php/Main_Page"
|
||||
|
@ -24,7 +24,7 @@ source="https://mirrors.edge.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs
|
|||
build() {
|
||||
export DEBUG=-DNDEBUG
|
||||
export OPTIMIZER="-flto=auto"
|
||||
export CFLAGS="$CFLAGS -DOVERRIDE_SYSTEM_STATX"
|
||||
export CFLAGS="$CFLAGS -DOVERRIDE_SYSTEM_STATX -DSTATX__RESERVED=0x80000000U"
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
|
@ -60,5 +60,5 @@ extra() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
249a64fb5a92ceb9e58b75a270a90773cfe2c90e863d3f9853c14b3eb0f414bf55b8b67c220a1d7386894ef9295622e224977bd3c6600c9dcba826cb4a634f49 xfsprogs-6.14.0.tar.xz
|
||||
975c9c7fe476b02da50da74eb599f804f2b27a638a74b807e1f69d93d0d150d19bf6d5036601b96febe557a6c51065d8cf22eef5fda92a6d7f084ac1d7647496 xfsprogs-6.15.0.tar.xz
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue