Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
minio-client
Commits:
4353eabf by Christian Heusel at 2024-06-11T10:45:42+02:00
upgpkg: 2024.06.10-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.06.05
+ pkgver = 2024.06.10
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-06-05T18-13-30Z
- sha512sums =
d971b32dc4980520dc3d03ea9c5f0763d80e2366896d3c30818440f6c3130be310a6bff18ead1e5ffce4cda5532f7a079b8515358b092b79d895c63c3a5ff177
+ source =
git+https://github.com/minio/mc.git#tag=RELEASE.2024-06-10T16-44-15Z
+ sha512sums =
753d0e801b255dc807f35415ba11fcc4e560769bfa7bd0f8f4941bdff9df1f9e9d687298de0f995af6861536f105e8719f18fbba80f6c650f2d58971225b2299
pkgname = minio-client
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Dhananjay Balan <[email protected]>
pkgname=minio-client
-pkgver=2024.06.05
-_timever=T18-13-30Z
+pkgver=2024.06.10
+_timever=T16-44-15Z
_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=('d971b32dc4980520dc3d03ea9c5f0763d80e2366896d3c30818440f6c3130be310a6bff18ead1e5ffce4cda5532f7a079b8515358b092b79d895c63c3a5ff177')
+sha512sums=('753d0e801b255dc807f35415ba11fcc4e560769bfa7bd0f8f4941bdff9df1f9e9d687298de0f995af6861536f105e8719f18fbba80f6c650f2d58971225b2299')
build() {
cd mc
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/minio-client/-/commit/4353eabfcbdb4dc97b7700786526477884ba088c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/minio-client/-/commit/4353eabfcbdb4dc97b7700786526477884ba088c
You're receiving this email because of your account on gitlab.archlinux.org.