From 1236206b5ceb94218c6561cb85c368be6f857295 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 16 Jun 2023 20:15:18 +0200 Subject: [PATCH] Upgrade to v2023.06.16 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index f75fab4..90b00b6 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.16~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/c592cd639b0476031cbb7a86df14864e8bab1c99.tar.gz" + sha256 = "8451550a1db7d45e39a1ff193b034cf0a4c6406d50f1aabea4e79c13495f320d" autoupdate.upstream = "https://github.com/Niek/chatgpt-web" autoupdate.strategy = "latest_github_commit"