1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minio_ynh.git synced 2024-09-03 19:46:18 +02:00

Merge pull request #28 from YunoHost-Apps/testing

Testing to master
This commit is contained in:
Limezy 2022-08-23 14:15:57 +07:00 committed by GitHub
commit 088222a909
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 11 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
MinIO is a High Performance Object Storage released under GNU Affero General Public License v3.0. It is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure for machine learning, analytics and application data workloads.
**Shipped version:** 2022.07.17~ynh2
**Shipped version:** 2022.08.13~ynh1
## Screenshots

View file

@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
MinIO is a High Performance Object Storage released under GNU Affero General Public License v3.0. It is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure for machine learning, analytics and application data workloads.
**Version incluse :** 2022.07.17~ynh2
**Version incluse :** 2022.08.13~ynh1
## Captures d'écran

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://dl.min.io/server/minio/release/linux-amd64/archive/minio.RELEASE.2022-07-17T15-43-14Z
SOURCE_SUM=d178ddfa1196585f69d2e86b568f73955332ece7bac46bbd24ad9d2a6769e514
SOURCE_URL=https://dl.min.io/server/minio/release/linux-amd64/archive/minio.RELEASE.2022-08-13T21-54-44Z
SOURCE_SUM=8f4056138673dea87356f0f82c50e22ca4cc431dfec7f48dd0e52849b387908f
SOURCE_SUM_PRG=sha256sum
SOURCE_IN_SUBDIR=false
SOURCE_FILENAME=minio

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://dl.min.io/server/minio/release/linux-arm64/archive/minio.RELEASE.2022-07-17T15-43-14Z
SOURCE_SUM=1a173f589594db71390d3009d2e8ccd7e868d9da9928e8f24524b41a6151326f
SOURCE_URL=https://dl.min.io/server/minio/release/linux-arm64/archive/minio.RELEASE.2022-08-13T21-54-44Z
SOURCE_SUM=124467363d4a57dbfb9f6cb198d470d19930be19552644d2f565950600b60cde
SOURCE_SUM_PRG=sha256sum
SOURCE_IN_SUBDIR=false
SOURCE_FILENAME=minio

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://dl.min.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2022-07-15T09-20-55Z
SOURCE_SUM=971683c7a81c2cdd3d7016f928988f244a314702ed230d3348243afc21e06734
SOURCE_URL=https://dl.min.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2022-08-11T00-30-48Z
SOURCE_SUM=1e1030c88a92e5ba9457c08ef7a98543f57d701457f5f2870e16e915bce174a7
SOURCE_SUM_PRG=sha256sum
SOURCE_IN_SUBDIR=false
SOURCE_FILENAME=mc

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://dl.min.io/client/mc/release/linux-arm64/archive/mc.RELEASE.2022-07-15T09-20-55Z
SOURCE_SUM=3a4489114d993509a83b61cb4c771c1fe183e3a07f9903e39b7373f0efa73ae0
SOURCE_URL=https://dl.min.io/client/mc/release/linux-arm64/archive/mc.RELEASE.2022-08-11T00-30-48Z
SOURCE_SUM=e2859bc76fbb42edd3775be7c12ad8de42e5030162fe67ceaf7f2292bf5251ae
SOURCE_SUM_PRG=sha256sum
SOURCE_IN_SUBDIR=false
SOURCE_FILENAME=mc

View file

@ -6,7 +6,7 @@
"en": "High Performance, Kubernetes Native Object Storage",
"fr": "Serveur de stockage d'objets hautes performances"
},
"version": "2022.07.17~ynh2",
"version": "2022.08.13~ynh1",
"url": "https://min.io/",
"upstream": {
"license": "AGPL-3.0-only",