From 3966556a3fc0e20811e02850e694a06ef3137cab Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 30 Aug 2023 20:15:23 +0200 Subject: [PATCH] Upgrade to v2023.08.29 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index fbc6e95..90d1341 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.08.28~ynh1" +version = "2023.08.29~ynh1" maintainers = ["eric_G"] @@ -38,8 +38,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/Niek/chatgpt-web/archive/e29911f1418ac16a187ce2b26a44621232ef3037.tar.gz" - sha256 = "9e8944df5968f6bad684d6fb8da07c4c82a44be51bfa674e4968bf1055341d04" + url = "https://github.com/Niek/chatgpt-web/archive/b99f9430f5e8feb89cd06665af9f038837eeab2b.tar.gz" + sha256 = "34d0c4a300c43352df0d6d271d6d3d124defb4bba2c33b04096528a4576e078b" autoupdate.upstream = "https://github.com/Niek/chatgpt-web" autoupdate.strategy = "latest_github_commit"