* update minio-client to 2024.05.24-1
This commit is contained in:
parent
f1d64c0b8b
commit
383380c4a9
@ -5,8 +5,8 @@
|
||||
# Contributor: Dhananjay Balan <mail@dbalan.in>
|
||||
|
||||
pkgname=minio-client
|
||||
pkgver=2024.04.29
|
||||
_timever=T09-56-05Z
|
||||
pkgver=2024.05.24
|
||||
_timever=T09-08-49Z
|
||||
_pkgver="${pkgver//./-}${_timever//:/-}"
|
||||
pkgrel=1
|
||||
pkgdesc='Replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage'
|
||||
@ -18,7 +18,7 @@ depends=('glibc')
|
||||
options=(!lto)
|
||||
install=minio-client.install
|
||||
source=(git+https://github.com/minio/mc.git#tag=RELEASE.${_pkgver})
|
||||
sha512sums=('6ddb7fa40b9c70be2f1c1ba664268f469992c17872d913de6477a9cda4af1c9dbdc0e380aa868e8948e96d7d065c4af8c547afb6ecd1b2dda8b479e859b71df0')
|
||||
sha512sums=('5dc623f5bd43d7bf08ae694ca19478823c612cf44c34a1d521a6f7bea5069628f1a84a6465da138f8582cdabffd6ea26fc660b20f354cf4795f3dfd9380a60da')
|
||||
|
||||
build() {
|
||||
cd mc
|
||||
@ -28,6 +28,7 @@ build() {
|
||||
export CGO_CPPFLAGS="${CPPFLAGS}"
|
||||
export CGO_CXXFLAGS="${CXXFLAGS}"
|
||||
export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
|
||||
export MC_RELEASE="RELEASE"
|
||||
GO_LDFLAGS="\
|
||||
-linkmode=external \
|
||||
-compressdwarf=false \
|
||||
|
Loading…
x
Reference in New Issue
Block a user