diff --git a/README.md b/README.md index f3afdf2..809f72b 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,13 @@ 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.01.28~ynh2 +**Shipped version:** 2022.04.16~ynh1 ## Screenshots -![](./doc/screenshots/minio-browser.jpg) +![](./doc/screenshots/minio-browser.png) ## Disclaimers / important information diff --git a/README_fr.md b/README_fr.md index 718d487..2257ddc 100644 --- a/README_fr.md +++ b/README_fr.md @@ -14,13 +14,13 @@ 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.01.28~ynh2 +**Version incluse :** 2022.04.16~ynh1 ## Captures d'écran -![](./doc/screenshots/minio-browser.jpg) +![](./doc/screenshots/minio-browser.png) ## Avertissements / informations importantes diff --git a/conf/amd64.src b/conf/amd64.src index 0c0398e..5fd515d 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://dl.min.io/server/minio/release/linux-amd64/archive/minio.RELEASE.2022-02-16T00-35-27Z -SOURCE_SUM=49b15d0d30c9243cfdea8fa681092f4099a20d03f9a145c1486f78dc031cd292 +SOURCE_URL=https://dl.min.io/server/minio/release/linux-amd64/archive/minio.RELEASE.2022-04-16T04-26-02Z +SOURCE_SUM=cd27696aaa3fc8fdc63f15d84a8ada4efee3b345c35ad2c6a5cc3cc1bc411844 SOURCE_SUM_PRG=sha256sum SOURCE_IN_SUBDIR=false SOURCE_FILENAME=minio diff --git a/conf/arm64.src b/conf/arm64.src index f2a7dd7..998b6d3 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://dl.min.io/server/minio/release/linux-arm64/archive/minio.RELEASE.2022-02-16T00-35-27Z -SOURCE_SUM=a453a4f00de13b357331ac01fecf676483b00a2a4a8e0ae11e302444cfd87dd7 +SOURCE_URL=https://dl.min.io/server/minio/release/linux-arm64/archive/minio.RELEASE.2022-04-16T04-26-02Z +SOURCE_SUM=665f6690b630a7f7f5326dd3cbbf0647bbbc14c4a6cadbe7dfc919a23d727d56 SOURCE_SUM_PRG=sha256sum SOURCE_IN_SUBDIR=false SOURCE_FILENAME=minio diff --git a/conf/mc.src b/conf/mc_amd64.src similarity index 57% rename from conf/mc.src rename to conf/mc_amd64.src index a63639d..670d481 100644 --- a/conf/mc.src +++ b/conf/mc_amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://dl.min.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2022-01-29T01-03-27Z -SOURCE_SUM=6bad19afdd2846986c8893935cde4b3f8ea03591575c930b4790602ee03e196c +SOURCE_URL=https://dl.min.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2022-04-16T21-11-21Z +SOURCE_SUM=ba30f3907a67fc769447b3f1c9036781cf2c9ac9d4bad92e1b403ae28a97e9e9 SOURCE_SUM_PRG=sha256sum SOURCE_IN_SUBDIR=false SOURCE_FILENAME=mc diff --git a/conf/mc_arm64.src b/conf/mc_arm64.src new file mode 100644 index 0000000..58a1b41 --- /dev/null +++ b/conf/mc_arm64.src @@ -0,0 +1,6 @@ +SOURCE_URL=https://dl.min.io/client/mc/release/linux-arm64/archive/mc.RELEASE.2022-04-16T21-11-21Z +SOURCE_SUM=1d4abc64870a7a149735b1322226cf07095c94877f5120bd29f75e314b1d1b1a +SOURCE_SUM_PRG=sha256sum +SOURCE_IN_SUBDIR=false +SOURCE_FILENAME=mc +SOURCE_EXTRACT=false diff --git a/doc/screenshots/minio-browser.jpg b/doc/screenshots/minio-browser.jpg deleted file mode 100644 index 9fb2289..0000000 Binary files a/doc/screenshots/minio-browser.jpg and /dev/null differ diff --git a/doc/screenshots/minio-browser.png b/doc/screenshots/minio-browser.png new file mode 100644 index 0000000..e77c111 Binary files /dev/null and b/doc/screenshots/minio-browser.png differ diff --git a/manifest.json b/manifest.json index 1ac84a9..f055015 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "High Performance, Kubernetes Native Object Storage", "fr": "Serveur de stockage d'objets hautes performances" }, - "version": "2022.01.28~ynh2", + "version": "2022.04.16~ynh1", "url": "https://min.io/", "upstream": { "license": "AGPL-3.0-only", diff --git a/scripts/install b/scripts/install index 5d7498d..e0705af 100755 --- a/scripts/install +++ b/scripts/install @@ -87,7 +87,7 @@ ynh_script_progression --message="Setting up source files..." --weight=10 ynh_app_setting_set --app=$app --key=final_path --value=$final_path # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$final_path" --source_id="$architecture" -ynh_setup_source --dest_dir="$mc_path" --source_id="mc" +ynh_setup_source --dest_dir="$mc_path" --source_id="mc_$architecture" chmod 750 "$final_path" chmod -R o-rwx "$final_path" diff --git a/scripts/upgrade b/scripts/upgrade index a33adf6..e54c3c6 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -82,7 +82,7 @@ then # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$final_path" --source_id="$architecture" --keep="$final_path/.env" - ynh_setup_source --dest_dir="$mc_path" --source_id="mc" + ynh_setup_source --dest_dir="$mc_path" --source_id="mc_$architecture" fi chmod 750 "$final_path"