From 437668db8511f681256ebb2973aa4dc1c3c5ff7e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 18 Dec 2023 17:15:28 +0100 Subject: [PATCH] Upgrade to v2023.12.18 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 57b5b57..8ec6306 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.12.04~ynh1" +version = "2023.12.18~ynh1" maintainers = ["eric_G"] @@ -41,8 +41,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/Niek/chatgpt-web/archive/e2027a3d273aa2d7c6d42d376ccf9d1400c84bcf.tar.gz" - sha256 = "ead94787b2c9c95c69be09b39fa1a3cbb5e8a00136b5f3c7196c748b03cc0ecc" + url = "https://github.com/Niek/chatgpt-web/archive/ec76a963af73664b3076389a16187f5dc1f97201.tar.gz" + sha256 = "cc43002f3e6056bce3a376cc1f700ef29fc91ded2ffc2913eb9cb8feb542ce76" autoupdate.upstream = "https://github.com/Niek/chatgpt-web" autoupdate.strategy = "latest_github_commit"