From 2f009e16c0d82030220bf020b3682b649b082596 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 2 Sep 2024 03:31:39 +0200 Subject: [PATCH] Upgrade sources - `main` v2024.08.26: https://github.com/Niek/chatgpt-web/compare/078d41c37c01529d3d9e6683c246a1126b29fa56...c2e2a53d151df524801156a7c2c95daae3601646 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 3f3effa..7d77240 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 = "2024.08.21~ynh1" +version = "2024.08.26~ynh1" maintainers = [] @@ -41,8 +41,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/Niek/chatgpt-web/archive/078d41c37c01529d3d9e6683c246a1126b29fa56.tar.gz" - sha256 = "1559cf8fe6615d33f9ac11ebe87d6a49e8f4d55fb78d152bae8bf2afe64c17c3" + url = "https://github.com/Niek/chatgpt-web/archive/c2e2a53d151df524801156a7c2c95daae3601646.tar.gz" + sha256 = "f3fb246d2e6be2473812d5f0ea389764803e0f95604b7e3473dc848a72c944de" autoupdate.upstream = "https://github.com/Niek/chatgpt-web" autoupdate.strategy = "latest_github_commit"