diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-07 17:28:51 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-07 17:56:53 +0100 |
commit | 67ff9e3259ab797c3b333c89bb1d2e5d91a61009 (patch) | |
tree | 1172ddc3a48c06ba3430a5cc0224d1cc448cd629 /testing/s3fs-fuse | |
parent | 84ecc5bc996ea7ab73192c783567c53d9a91c957 (diff) | |
download | aports-67ff9e3259ab797c3b333c89bb1d2e5d91a61009.tar.bz2 aports-67ff9e3259ab797c3b333c89bb1d2e5d91a61009.tar.xz |
testing/s3fs-fuse: upgrade to 1.86
Diffstat (limited to 'testing/s3fs-fuse')
-rw-r--r-- | testing/s3fs-fuse/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/s3fs-fuse/APKBUILD b/testing/s3fs-fuse/APKBUILD index 68326b4ca9..03138c781f 100644 --- a/testing/s3fs-fuse/APKBUILD +++ b/testing/s3fs-fuse/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Steeve Chailloux <steeve.chailloux@orus.io> # Maintainer: Steeve Chailloux <steeve.chailloux@orus.io> pkgname=s3fs-fuse -pkgver=1.85 +pkgver=1.86 pkgrel=0 pkgdesc="FUSE-based file system backed by Amazon S3" options="!check" # Fails to connect to localhost @@ -12,7 +12,7 @@ depends="fuse" makedepends="automake autoconf libxml2-dev fuse-dev curl-dev git bash" checkdepends="coreutils sed" subpackages="$pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/s3fs-fuse/s3fs-fuse/archive/v$pkgver.tar.gz" prepare() { default_prepare @@ -38,4 +38,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="c99920bf1f1dc04a0ff89a71ad027a5b65d22d75a77f5c6dd4559eaa299af36c71d29b4bcf9fe7e473478e7da1d328c7cfcb1fb77d414b65a289f38456ce5d7a s3fs-fuse-1.85.tar.gz" +sha512sums="a4f79d9ae526427d5d41b5cd1519e4aac605e8bbd97079aec2a67562f0322fa5664d770d565aed4fca83ae254ab3c0454d25f4b86ec4d148a57c7745e07f5e14 s3fs-fuse-1.86.tar.gz" |