* update minio-client to 2024.07.15-1

This commit is contained in:
Alexander Baldeck 2024-09-10 09:39:20 +02:00
parent 9718c2aca5
commit 436d322f2c
3 changed files with 25 additions and 3 deletions

16
go/minio-client/.SRCINFO Normal file
View File

@ -0,0 +1,16 @@
pkgbase = minio-client
pkgdesc = Replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage
pkgver = 2024.07.15
pkgrel = 1
url = https://minio.io/downloads/#minio-client
install = minio-client.install
arch = x86_64
license = AGPL-3.0-or-later
makedepends = go
makedepends = git
depends = glibc
options = !lto
source = git+https://github.com/minio/mc.git#tag=RELEASE.2024-07-15T17-46-06Z
sha512sums = aa373b4c3b6aa8f71b464f43166a2ff8fb8f2d01c256267292023d177b2b6c554de7bfee76609261eecedaea1dacde7ba7cbc47b6756075427bab2bf8ac9a701
pkgname = minio-client

View File

@ -0,0 +1,6 @@
[minio-client]
source = "git"
git = "https://github.com/minio/mc"
prefix = "RELEASE."
from_pattern = "-"
to_pattern = "."

View File

@ -5,8 +5,8 @@
# Contributor: Dhananjay Balan <mail@dbalan.in>
pkgname=minio-client
pkgver=2024.05.24
_timever=T09-08-49Z
pkgver=2024.07.15
_timever=T17-46-06Z
_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=('5dc623f5bd43d7bf08ae694ca19478823c612cf44c34a1d521a6f7bea5069628f1a84a6465da138f8582cdabffd6ea26fc660b20f354cf4795f3dfd9380a60da')
sha512sums=('aa373b4c3b6aa8f71b464f43166a2ff8fb8f2d01c256267292023d177b2b6c554de7bfee76609261eecedaea1dacde7ba7cbc47b6756075427bab2bf8ac9a701')
build() {
cd mc