From 61bd8a300c7d1c2fadbfed88c009fa1c62772eb6 Mon Sep 17 00:00:00 2001 From: eric_G <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 5 Dec 2023 09:46:20 +0100 Subject: [PATCH] Testing (#26) * Auto-update README * 1.5.1 * Auto-update README * Php (#18) * Update _common.sh * Auto-update README * add config panel * fix * Update config_panel.toml Co-authored-by: yunohost-bot * Upgrade auto-updater (#20) * [autopatch] Upgrade auto-updater * Auto-update README --------- Co-authored-by: tituspijean * Version 2 (#21) * v2 * v2 * Auto-update README * Update upgrade --------- Co-authored-by: yunohost-bot * Update manifest.toml * Auto-update README * cleaning * Auto-update README * cleaning * Delete ADMIN.md * Auto-update README * Update DESCRIPTION_fr.md * Auto-update README * Update manifest.toml * Update manifest.toml * 1.6.0 * Auto-update README * Upgrade to v1.6.2 (#25) --------- Co-authored-by: yunohost-bot Co-authored-by: YunoHost Bot Co-authored-by: tituspijean --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 291a002..9274c70 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ 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.6.0~ynh1 +**Shipped version:** 1.6.2~ynh1 **Demo:** https://privatebin.net/ diff --git a/README_fr.md b/README_fr.md index 7b197eb..a3dc3e2 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.6.0~ynh1 +**Version incluse :** 1.6.2~ynh1 **Démo :** https://privatebin.net/ diff --git a/manifest.toml b/manifest.toml index 526ff56..6b94d35 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.6.0~ynh1" +version = "1.6.2~ynh1" maintainers = [""] @@ -40,8 +40,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/PrivateBin/PrivateBin/archive/1.6.0.tar.gz" - sha256 = "47b48ea902001dd9ac9a906319be7b75d641416b72b209e933aa4bcde9704665" + url = "https://github.com/PrivateBin/PrivateBin/archive/refs/tags/1.6.2.tar.gz" + sha256 = "dc6bd9e15d89ac807ffbee8e3a2dbdb6080e18422d293d2411d93aee4204db80" autoupdate.strategy = "latest_github_tag" [resources.system_user]