We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e4e60 commit 42cd47dCopy full SHA for 42cd47d
mc.yaml
@@ -2,8 +2,9 @@ package:
2
name: mc
3
# minio uses strange versioning, the upstream version is RELEASE.2023-03-23T20-03-04Z
4
# when bumping this, also bump the tag in git-checkout below
5
- version: 0.20230323.200304
6
- epoch: 3
+ version: 0.20230628.215417
+ RELEASE.2023-06-28T21-54-17Z
7
+ epoch: 0
8
description: Multi-Cloud Object Storage
9
copyright:
10
- license: AGPL-3.0
@@ -21,8 +22,8 @@ pipeline:
21
22
- uses: git-checkout
23
with:
24
repository: https://github.com/minio/mc
- tag: RELEASE.2023-03-23T20-03-04Z
25
- expected-commit: 81453d7c8fcc7621f976cfd8e8a72e78f4d243c7
+ tag: RELEASE.2023-06-28T21-54-17Z
26
+ expected-commit: eebdcdf36501cec35c893d7e8ab7a7473ff6860a
27
28
- runs: |
29
make build
0 commit comments