We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f59a775 commit 443d704Copy full SHA for 443d704
1 file changed
repos/spack_repo/builtin/packages/miniocli/package.py
@@ -16,6 +16,11 @@ class Miniocli(MakefilePackage):
16
17
license("AGPL-3.0-only")
18
19
+ version(
20
+ "2025-08-13",
21
+ sha256="29db22500374169a43951c7cef09daf19e7291ea5ba00ac10f321371b0a35b32",
22
+ url="https://github.com/minio/mc/archive/refs/tags/RELEASE.2025-08-13T08-35-41Z.tar.gz",
23
+ )
24
version(
25
"2023-06-28",
26
sha256="033a80439474595665bdbc3ec72b059dc9e69e99db85fe6820877ad8973a080b",
@@ -44,6 +49,7 @@ class Miniocli(MakefilePackage):
44
49
url="https://github.com/minio/mc/archive/RELEASE.2022-01-05T23-52-51Z.tar.gz",
45
50
)
46
51
52
+ depends_on("go@1.23:", type="build")
47
53
depends_on("go", type="build")
48
54
55
def install(self, spec, prefix):
0 commit comments