* update minio-client to 2024.07.15-1
This commit is contained in:
parent
9718c2aca5
commit
436d322f2c
16
go/minio-client/.SRCINFO
Normal file
16
go/minio-client/.SRCINFO
Normal 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
|
6
go/minio-client/.nvchecker.toml
Normal file
6
go/minio-client/.nvchecker.toml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[minio-client]
|
||||||
|
source = "git"
|
||||||
|
git = "https://github.com/minio/mc"
|
||||||
|
prefix = "RELEASE."
|
||||||
|
from_pattern = "-"
|
||||||
|
to_pattern = "."
|
@ -5,8 +5,8 @@
|
|||||||
# Contributor: Dhananjay Balan <mail@dbalan.in>
|
# Contributor: Dhananjay Balan <mail@dbalan.in>
|
||||||
|
|
||||||
pkgname=minio-client
|
pkgname=minio-client
|
||||||
pkgver=2024.05.24
|
pkgver=2024.07.15
|
||||||
_timever=T09-08-49Z
|
_timever=T17-46-06Z
|
||||||
_pkgver="${pkgver//./-}${_timever//:/-}"
|
_pkgver="${pkgver//./-}${_timever//:/-}"
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage'
|
pkgdesc='Replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage'
|
||||||
@ -18,7 +18,7 @@ depends=('glibc')
|
|||||||
options=(!lto)
|
options=(!lto)
|
||||||
install=minio-client.install
|
install=minio-client.install
|
||||||
source=(git+https://github.com/minio/mc.git#tag=RELEASE.${_pkgver})
|
source=(git+https://github.com/minio/mc.git#tag=RELEASE.${_pkgver})
|
||||||
sha512sums=('5dc623f5bd43d7bf08ae694ca19478823c612cf44c34a1d521a6f7bea5069628f1a84a6465da138f8582cdabffd6ea26fc660b20f354cf4795f3dfd9380a60da')
|
sha512sums=('aa373b4c3b6aa8f71b464f43166a2ff8fb8f2d01c256267292023d177b2b6c554de7bfee76609261eecedaea1dacde7ba7cbc47b6756075427bab2bf8ac9a701')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd mc
|
cd mc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user