From d79e397d31cc143eccfa5db4f519c414b7dacbfd Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 19 Jun 2023 20:15:17 +0200 Subject: [PATCH] Upgrade to v2023.06.19 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index f75fab4..f5a623a 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.06.14~ynh1" +version = "2023.06.19~ynh1" maintainers = ["eric_G"] @@ -38,8 +38,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/Niek/chatgpt-web/archive/f47113e699045fc94d71f9803b65da9f74b6a81a.tar.gz" - sha256 = "83ef28c15c64b41ab7d5a301addd0bac34015ba056130ee7ff3233b136112af9" + url = "https://github.com/Niek/chatgpt-web/archive/0385e2c819adac87461b77bd1990f453ad9c45ef.tar.gz" + sha256 = "69f73fe16fbf567015e79d2a06ce31e94358be82faf454b34b46feeb8315acdc" autoupdate.upstream = "https://github.com/Niek/chatgpt-web" autoupdate.strategy = "latest_github_commit"