diff --git a/README.md b/README.md index 01903cd..d149272 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Minimalist pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256bit AES in Galois Counter mode. -**Shipped version:** 1.5.2~ynh1 + +**Shipped version:** 1.6.0~ynh1 **Demo:** https://privatebin.net/ diff --git a/README_fr.md b/README_fr.md index 6e4233e..6d62f27 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Pastebin minimaliste où le serveur n'a aucune connaissance des données copiées. Les données sont chiffrées et déchiffrées dans le navigateur en utilisant la technologie AES 256bits en mode Galois Counter (GCM). -**Version incluse :** 1.5.2~ynh1 +**Version incluse :** 1.6.0~ynh1 **Démo :** https://privatebin.net/ diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 3e9fc48..7f0bc8a 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1 +1 @@ -Minimalist pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256bit AES in Galois Counter mode. \ No newline at end of file +Minimalist pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256bit AES in Galois Counter mode. diff --git a/manifest.toml b/manifest.toml index 7f966f8..526ff56 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "PrivateBin" description.en = "Minimalist pastebin where the server has zero knowledge of pasted data" description.fr = "Pastebin minimaliste où le serveur n'a aucune connaissance des données copiées" -version = "1.5.2~ynh1" +version = "1.6.0~ynh1" maintainers = [""] @@ -17,7 +17,7 @@ admindoc = "https://github.com/PrivateBin/PrivateBin/wiki" code = "https://github.com/PrivateBin/PrivateBin" [integration] -yunohost = ">= 11.1.21" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false @@ -35,15 +35,14 @@ ram.runtime = "50M" default = "/privatebin" [install.init_main_permission] - help.en = "If private, only YunoHost users can create a paste, but everyone can read it." - help.fr = "Si privé, seul les utilisateurs YunoHost peuvent créer un paste, mais tout le monde peut lire." type = "group" default = "visitors" [resources] [resources.sources.main] - url = "https://github.com/PrivateBin/PrivateBin/archive/1.5.2.tar.gz" - sha256 = "29647a51d711e4929c47bff517a22433c4994c888220c43609b33e7755832dde" + url = "https://github.com/PrivateBin/PrivateBin/archive/1.6.0.tar.gz" + sha256 = "47b48ea902001dd9ac9a906319be7b75d641416b72b209e933aa4bcde9704665" + autoupdate.strategy = "latest_github_tag" [resources.system_user]