From 17fc6cef4598758c6e27f0b58d971a4a6d0979b8 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 22 May 2023 20:15:16 +0200 Subject: [PATCH] Upgrade to v2023.05.22 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 8d056d8..13ba5df 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "chatGPT-web" description.en = "ChatGPT web interface using the OpenAI API" description.fr = "Interface Web ChatGPT utilisant l'API OpenAI" -version = "2023.05.14~ynh1" +version = "2023.05.22~ynh1" maintainers = ["eric_G"] @@ -38,8 +38,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/Niek/chatgpt-web/archive/afe42b883ad094cefc86161b652cb8787a9c70b4.tar.gz" - sha256 = "68e6c5891cd99b6703800038b2aaedadb249cfbf7af0e50884b69aded71a72cd" + url = "https://github.com/Niek/chatgpt-web/archive/ff6cafd1437207c0644dc51c612111a9312596e2.tar.gz" + sha256 = "c9f92e150f51e6c32b1d02a34e820ca4c3cb7b44ad5895af62b339116937281c" autoupdate.upstream = "https://github.com/Niek/chatgpt-web" autoupdate.strategy = "latest_github_commit"