From 9bf6fcfdf2fcc202b6e1bf62425d92a6ace51477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 9 Apr 2022 19:01:04 +0200 Subject: [PATCH] 1.4.0 (#10) * 1.4.0 * Auto-update README Co-authored-by: yunohost-bot --- README.md | 2 +- README_fr.md | 2 +- conf/app.src | 4 ++-- manifest.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7f70ee5..e91db27 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,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 -**Shipped version:** 1.3.5~ynh1 +**Shipped version:** 1.4.0~ynh1 **Demo:** https://privatebin.net/ diff --git a/README_fr.md b/README_fr.md index 6f5e4ab..14d2720 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Pastebin minimaliste où le serveur n'a aucune connaissance des données copiées -**Version incluse :** 1.3.5~ynh1 +**Version incluse :** 1.4.0~ynh1 **Démo :** https://privatebin.net/ diff --git a/conf/app.src b/conf/app.src index 2592c4e..5f9e014 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/PrivateBin/PrivateBin/archive/1.3.5.tar.gz -SOURCE_SUM=cbee0a8c5ef58ae98cd77982619190356f657e8bbc9e3f429307c65a411bfb80 +SOURCE_URL=https://github.com/PrivateBin/PrivateBin/archive/1.4.0.tar.gz +SOURCE_SUM=a0ff8ff4f8eabda1f963d8ffc99ac32559f3dcb8050ed0bde384093e450d534f SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index ace8a06..e00ba13 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Minimalist pastebin where the server has zero knowledge of pasted data", "fr": "Pastebin minimaliste où le serveur n'a aucune connaissance des données copiées" }, - "version": "1.3.5~ynh1", + "version": "1.4.0~ynh1", "url": "https://github.com/PrivateBin/PrivateBin", "upstream": { "license": "Zlib",