Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
minio-client
Commits:
b055e73a by Christian Heusel at 2024-06-29T22:35:13+02:00
upgpkg: 2024.06.29-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = minio-client
pkgdesc = Replacement for ls, cp, mkdir, diff and rsync commands for
filesystems and object storage
- pkgver = 2024.06.24
- pkgrel = 3
+ pkgver = 2024.06.29
+ pkgrel = 1
url = https://minio.io/downloads/#minio-client
install = minio-client.install
arch = x86_64
@@ -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-24T19-40-33Z
- sha512sums =
65b5b1aea8e2666e89e1d87724222dcf933ec609ef59e7c08cd258d687d7a4cfe2111bb93ea6caf0b245cc72fa7e39dd0624b18b23f2aa661aff49a0417e17b9
+ source =
git+https://github.com/minio/mc.git#tag=RELEASE.2024-06-29T19-08-46Z
+ sha512sums =
83764717775c4d64b8d83cbb5862d618e057297b29c80a07a1baebe5fd4bbb2c9c239045c98dcc97782036406652c8727593faf495b3a7774f35d0070f5a73a7
pkgname = minio-client
=====================================
PKGBUILD
=====================================
@@ -4,10 +4,10 @@
# Contributor: Dhananjay Balan <[email protected]>
pkgname=minio-client
-pkgver=2024.06.24
-_timever=T19-40-33Z
+pkgver=2024.06.29
+_timever=T19-08-46Z
_pkgver="${pkgver//./-}${_timever//:/-}"
-pkgrel=3
+pkgrel=1
pkgdesc='Replacement for ls, cp, mkdir, diff and rsync commands for
filesystems and object storage'
arch=('x86_64')
url='https://minio.io/downloads/#minio-client'
@@ -17,7 +17,7 @@ depends=('glibc')
options=(!lto)
install=minio-client.install
source=(git+https://github.com/minio/mc.git#tag=RELEASE.${_pkgver})
-sha512sums=('65b5b1aea8e2666e89e1d87724222dcf933ec609ef59e7c08cd258d687d7a4cfe2111bb93ea6caf0b245cc72fa7e39dd0624b18b23f2aa661aff49a0417e17b9')
+sha512sums=('83764717775c4d64b8d83cbb5862d618e057297b29c80a07a1baebe5fd4bbb2c9c239045c98dcc97782036406652c8727593faf495b3a7774f35d0070f5a73a7')
build() {
cd mc
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/minio-client/-/commit/b055e73a33d8f31279450d3adfe539427afaa7ae
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/minio-client/-/commit/b055e73a33d8f31279450d3adfe539427afaa7ae
You're receiving this email because of your account on gitlab.archlinux.org.