Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

main/xfsprogs: upgrade to 5.2.0 #9975

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions main/xfsprogs/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributor: Valery Kartel <[email protected]>
# Maintainer: Natanael Copa <[email protected]>
pkgname=xfsprogs
pkgver=5.1.0
pkgver=5.2.0
pkgrel=0
pkgdesc="XFS filesystem utilities"
url="http://xfs.org/index.php/Main_Page"
Expand All @@ -10,7 +10,7 @@ license="LGPL-2.1-or-later"
makedepends="linux-headers attr-dev util-linux-dev bash gzip python3"
options="!check" # no test suite
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs $pkgname-extra"
source="https://www.kernel.org/pub/linux/utils/fs/xfs/$pkgname/$pkgname-$pkgver.tar.gz
source="https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-$pkgver.tar.gz
fix-mmap.patch
musl-MAP_SYNC-fix.patch
"
Expand Down Expand Up @@ -50,6 +50,6 @@ extra() {
mv "$pkgdir"/usr "$subpkgdir"/
}

sha512sums="193259a6b48540add039355839082e37c7bef289974ce1864f7fb9bf43408856f335bc175a299e84bd5dfb92ce6326c8570b8b37b06ffce5a67377192ea49a48 xfsprogs-5.1.0.tar.gz
sha512sums="ddc01a3aca3d84a2bb848a3954b1704056d0fc3fb302981bf67208e0435cf3887f44eefcdb40460b576fbe6cfb26a48ad6f032092829b3a2bb1ca4fae9fcc5f4 xfsprogs-5.2.0.tar.gz
080161b211e20277e44f714961b36064536bb5cce72a6f93fef4996e296a3953d33c1a066ef371ccd5551622357105f9be9086ef917386f5d43f6a211b0bd7c9 fix-mmap.patch
bc7971207a296d8112f8993f6a266533135aae59a4438bb511f472931c37b8ce3033c597d67abbd3664f4405317aeb049e747c1811c9495c1a24d98935f799cc musl-MAP_SYNC-fix.patch"