diff --git a/README.md b/README.md index d988339..b0b4a17 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ computes SHA-256 hash values on both local files and on remote URLs, with a strong emphasis on a process that will allow you to trust the results. -**Shipped version:** 1.0~ynh3 +**Shipped version:** 1.0~ynh4 **Demo:** https://sprin.github.io/TrustyHash/ ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index 47d660c..f33a07b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,7 +21,7 @@ computes SHA-256 hash values on both local files and on remote URLs, with a strong emphasis on a process that will allow you to trust the results. -**Version incluse :** 1.0~ynh3 +**Version incluse :** 1.0~ynh4 **Démo :** https://sprin.github.io/TrustyHash/ ## Documentations et ressources diff --git a/manifest.toml b/manifest.toml index a46fa1a..02a72c6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "TrustyHash" description.en = "SHA-256 Hash Calculator" description.fr = "Calculateur de hachage SHA-256" -version = "1.0~ynh3" +version = "1.0~ynh4" maintainers = ["jarod5001"] @@ -16,7 +16,7 @@ userdoc = "https://github.com/sprin/TrustyHash" code = "https://github.com/sprin/TrustyHash" [integration] -yunohost = ">= 11.1.21" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false @@ -33,12 +33,15 @@ ram.runtime = "50M" type = "path" default = "/trustyhash" + [install.init_main_permission] + type = "group" + default = "visitors" + [resources] [resources.sources.main] url = "https://github.com/sprin/TrustyHash/archive/refs/heads/master.zip" sha256 = "52b48d4f6e18144424d158ad01e4adf0609a2d475792929b41265c56f5fa2d51" - [resources.system_user] [resources.install_dir]