aboutsummaryrefslogtreecommitdiffstats
path: root/testing/minio-client/APKBUILD
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toast.cafe>2019-10-24 18:46:40 -0400
committerLeo <thinkabit.ukim@gmail.com>2019-10-24 23:14:19 -0300
commitedcfb530d2c5bc7bebf74d02b36eb3b772b064ca (patch)
treeadd9217ad1aa4ac9d55e1fbbdf9cd68180fb9b14 /testing/minio-client/APKBUILD
parentefca592d7f7854bcc306e411481ee5df7b94426e (diff)
downloadaports-edcfb530d2c5bc7bebf74d02b36eb3b772b064ca.tar.bz2
aports-edcfb530d2c5bc7bebf74d02b36eb3b772b064ca.tar.xz
testing/minio-client: upgrade to 0.20191009
Also, remove conflict with midnight commander by applying the recommend resolution[1] and renaming the binary to mcli. [1]: https://github.com/minio/mc/blob/master/CONFLICT.md
Diffstat (limited to 'testing/minio-client/APKBUILD')
-rw-r--r--testing/minio-client/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/minio-client/APKBUILD b/testing/minio-client/APKBUILD
index 4f6fa39a3d..6ce115d4a4 100644
--- a/testing/minio-client/APKBUILD
+++ b/testing/minio-client/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chloe Kudryavtsev <toast@toastin.space>
pkgname=minio-client
_pkgname=mc
-_pkgver='RELEASE.2019-09-20T00-09-55Z'
+_pkgver='RELEASE.2019-10-09T22-54-57Z'
pkgver=${_pkgver#*.}
pkgver=${pkgver%T*}
pkgver=0.${pkgver//-}
@@ -32,11 +32,11 @@ check() {
package() {
install -Dm755 "$builddir"/bin/mc \
- "$pkgdir"/usr/bin/mc
+ "$pkgdir"/usr/bin/mcli
}
cleanup_srcdir() {
go clean -modcache
default_cleanup_srcdir
}
-sha512sums="826f670b276d2a002312f9a4e06dd3dc53703eff7e651790c03e05c88df349b991628639c29ce910f305c1fb991b746e1279b6ceef6dbdbc4a61fc956b3e6c97 mc-RELEASE.2019-09-20T00-09-55Z.tar.gz"
+sha512sums="a26086c548027687b42fd3fd46fea3776ecdc9aa101fd3389fdd3ef1f562cda6f0ac46bb179f764c65c8fd3ff258acf33381f8d94e2b3272a1253a2a929a5c3e mc-RELEASE.2019-10-09T22-54-57Z.tar.gz"