mirror of
https://github.com/YunoHost-Apps/minio_ynh.git
synced 2024-09-03 19:46:18 +02:00
Update manifest.toml
This commit is contained in:
parent
7294962224
commit
25084506b5
1 changed files with 9 additions and 9 deletions
|
@ -5,7 +5,7 @@ name = "MinIO server"
|
||||||
description.en = "High Performance, Kubernetes Native Object Storage"
|
description.en = "High Performance, Kubernetes Native Object Storage"
|
||||||
description.fr = "Serveur de stockage d'objets hautes performances"
|
description.fr = "Serveur de stockage d'objets hautes performances"
|
||||||
|
|
||||||
version = "2023.09.07~ynh1"
|
version = "2023.11.07~ynh1"
|
||||||
|
|
||||||
maintainers = ["Raoul de Limezy"]
|
maintainers = ["Raoul de Limezy"]
|
||||||
|
|
||||||
|
@ -49,21 +49,21 @@ ram.runtime = "700M"
|
||||||
extract = false
|
extract = false
|
||||||
in_subdir = false
|
in_subdir = false
|
||||||
|
|
||||||
arm64.url = "https://dl.min.io/server/minio/release/linux-arm64/archive/minio.RELEASE.2023-09-07T02-05-02Z"
|
arm64.url = "https://dl.min.io/server/minio/release/darwin-arm64/minio.RELEASE.2023-11-20T22-40-07Z"
|
||||||
arm64.sha256 = "b32d3ab56d2184220b3a0cb7d82fd5f8659f61230f6d8047a8ce09ed1d20e291"
|
arm64.sha256 = "cc19f8f5d8d29f81da35f5e152ce6c753d68d8bec512768119358a1ad0337cc3"
|
||||||
|
|
||||||
amd64.url = "https://dl.min.io/server/minio/release/linux-amd64/archive/minio.RELEASE.2023-09-07T02-05-02Z"
|
amd64.url = "https://dl.min.io/server/minio/release/linux-amd64/minio.RELEASE.2023-11-20T22-40-07Z"
|
||||||
amd64.sha256 = "d6c6a13c25b91893ffcd8fc4a2bdb4f0653352705cbf38fcb3eadbe7dec93e0f"
|
amd64.sha256 = "98d17b86c4f5485c63e8c606b759c2cc39936c6aa8c51beb73e3ddf9c77303ad"
|
||||||
|
|
||||||
[resources.sources.mc]
|
[resources.sources.mc]
|
||||||
extract = false
|
extract = false
|
||||||
in_subdir = false
|
in_subdir = false
|
||||||
|
|
||||||
arm64.url = "https://dl.min.io/client/mc/release/linux-arm64/archive/mc.RELEASE.2023-09-07T22-48-55Z"
|
arm64.url = "https://dl.min.io/client/mc/release/linux-arm64/mc.RELEASE.2023-11-20T16-30-59Z"
|
||||||
arm64.sha256 = "6af5567ae0cc2195a524d62655344dfdcdc677a6457f192cca7752e389898403"
|
arm64.sha256 = "09816180f560875d344dc436ed4ec1348b3ff0c836ae9cf0415fef602489cc11"
|
||||||
|
|
||||||
amd64.url = "https://dl.min.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2023-09-07T22-48-55Z"
|
amd64.url = "https://dl.min.io/client/mc/release/linux-amd64/mc.RELEASE.2023-11-20T16-30-59Z"
|
||||||
amd64.sha256 = "e3beda5f8c7622eb263a0218d07fb0dabc11c121d1d8a086c6f110b905faf351"
|
amd64.sha256 = "fdd901a5169d676f32483f9a2de977b7ff3a4fe83e254dcbc35e7a1545591565"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue