mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
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
This commit is contained in:
parent
efca592d7f
commit
edcfb530d2
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user