hashworks pushed to branch main at Arch Linux / Packaging / Packages /
minio-client
Commits:
c70ace48 by Justin Kromlinger at 2024-08-26T20:10:23+02:00
upgpkg: 2024.08.26-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = minio-client
pkgdesc = Replacement for ls, cp, mkdir, diff and rsync commands for
filesystems and object storage
- pkgver = 2024.08.17
+ pkgver = 2024.08.26
pkgrel = 1
url = https://minio.io/downloads/#minio-client
install = minio-client.install
@@ -10,7 +10,7 @@ pkgbase = minio-client
makedepends = git
depends = glibc
options = !lto
- source =
git+https://github.com/minio/mc.git#tag=RELEASE.2024-08-17T11-33-50Z
- sha512sums =
cb1b4a559a4e3243d322806339bf15c1cee1cf1e4a0ea08149ee21d837bd8b2dd81ae30c63f6c194c5c38840db1bd8bf9b99befb196db8c2de14548349406a34
+ source =
git+https://github.com/minio/mc.git#tag=RELEASE.2024-08-26T10-49-58Z
+ sha512sums =
0fff0ade19f006ba5b24a9314758dd6b8321360a722fa7c812e92e636e0cee757089171db99f7aa6951a323f888b8c2677c95226ee756485335461b9b3070c47
pkgname = minio-client
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Dhananjay Balan <[email protected]>
pkgname=minio-client
-pkgver=2024.08.17
-_timever=T11-33-50Z
+pkgver=2024.08.26
+_timever=T10-49-58Z
_pkgver="${pkgver//./-}${_timever//:/-}"
pkgrel=1
pkgdesc='Replacement for ls, cp, mkdir, diff and rsync commands for
filesystems and object storage'
@@ -17,7 +17,7 @@ depends=('glibc')
options=(!lto)
install=minio-client.install
source=(git+https://github.com/minio/mc.git#tag=RELEASE.${_pkgver})
-sha512sums=('cb1b4a559a4e3243d322806339bf15c1cee1cf1e4a0ea08149ee21d837bd8b2dd81ae30c63f6c194c5c38840db1bd8bf9b99befb196db8c2de14548349406a34')
+sha512sums=('0fff0ade19f006ba5b24a9314758dd6b8321360a722fa7c812e92e636e0cee757089171db99f7aa6951a323f888b8c2677c95226ee756485335461b9b3070c47')
build() {
cd mc
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/minio-client/-/commit/c70ace48962b0113e414d39864571a9d3b900735
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/minio-client/-/commit/c70ace48962b0113e414d39864571a9d3b900735
You're receiving this email because of your account on gitlab.archlinux.org.