From ff95486c2591cb925a9b1f9a0aa9c8569771aa42 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 25 Sep 2023 18:15:22 +0200 Subject: [PATCH] Upgrade to v2023.09.25 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 1410632..c6f3073 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.09.18~ynh1" +version = "2023.09.25~ynh1 maintainers = ["eric_G"] @@ -38,8 +38,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/Niek/chatgpt-web/archive/3d45ace2cdae17c0c98e32bf2c4a84099e02fe4a.tar.gz" - sha256 = "d26d12d6e2dace8aa7c1dae19735a0dec75db773304ac945650ebcb1c28f9713" + url = "https://github.com/Niek/chatgpt-web/archive/a760b5680f834dab7b85007c8798e391dcbb560c.tar.gz" + sha256 = "6bdbeb348edf3b1bc9cbebe4b1d7d1f3cc77daeb7ba5039731c6c929856065bd" autoupdate.upstream = "https://github.com/Niek/chatgpt-web" autoupdate.strategy = "latest_github_commit"