diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-21 00:21:47 -0300 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-07-21 23:57:31 +0200 |
commit | aae21d1fa858f0113e6430bebf1e7af3d0f63c4b (patch) | |
tree | 2452e999fb9e0229f63e86f30de38ab43309184e /main | |
parent | cca7a58741d43a12a687a0224d5bcecbc53a52ce (diff) | |
download | aports-aae21d1fa858f0113e6430bebf1e7af3d0f63c4b.tar.bz2 aports-aae21d1fa858f0113e6430bebf1e7af3d0f63c4b.tar.xz |
main/xfsprogs: upgrade to 5.1.0
Diffstat (limited to 'main')
-rw-r--r-- | main/xfsprogs/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/main/xfsprogs/APKBUILD b/main/xfsprogs/APKBUILD index 7e5ec5b995..d176ebaab2 100644 --- a/main/xfsprogs/APKBUILD +++ b/main/xfsprogs/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Valery Kartel <valery.kartel@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfsprogs -pkgver=5.0.0 +pkgver=5.1.0 pkgrel=0 pkgdesc="XFS filesystem utilities" url="http://xfs.org/index.php/Main_Page" @@ -15,7 +15,6 @@ source="https://www.kernel.org/pub/linux/utils/fs/xfs/$pkgname/$pkgname-$pkgver. musl-MAP_SYNC-fix.patch " -builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" @@ -51,6 +50,6 @@ extra() { mv "$pkgdir"/usr "$subpkgdir"/ } -sha512sums="9430eeb0231be88fa71040ed38d26a0ae29afdd7ff44a72b758ce45f70eba3bde9b688f1a3bbe91798af0d07d4cd21af7f8f0f2a4f87a874a54465f1b358e764 xfsprogs-5.0.0.tar.gz +sha512sums="193259a6b48540add039355839082e37c7bef289974ce1864f7fb9bf43408856f335bc175a299e84bd5dfb92ce6326c8570b8b37b06ffce5a67377192ea49a48 xfsprogs-5.1.0.tar.gz 080161b211e20277e44f714961b36064536bb5cce72a6f93fef4996e296a3953d33c1a066ef371ccd5551622357105f9be9086ef917386f5d43f6a211b0bd7c9 fix-mmap.patch bc7971207a296d8112f8993f6a266533135aae59a4438bb511f472931c37b8ce3033c597d67abbd3664f4405317aeb049e747c1811c9495c1a24d98935f799cc musl-MAP_SYNC-fix.patch" |