From e3fdaed38bc001f0516b2632d2ecc43af94a7d18 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 5 Aug 2024 03:31:27 +0200 Subject: [PATCH] Upgrade sources - `main` v2024.07.31: https://github.com/Niek/chatgpt-web/compare/9e68116f89a81ee2ebe746e77c4f4de336a03caa...4719b0dbaec8e18ff9007b2fd22bdcf286862484 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 259c15a..f700a6c 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.07.22~ynh1" +version = "2024.07.31~ynh1" maintainers = [] @@ -41,8 +41,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/Niek/chatgpt-web/archive/9e68116f89a81ee2ebe746e77c4f4de336a03caa.tar.gz" - sha256 = "d4236fdf4f3c3bf8b86e53bea429afd87c184fc5be10bc0df17f1187af951986" + url = "https://github.com/Niek/chatgpt-web/archive/4719b0dbaec8e18ff9007b2fd22bdcf286862484.tar.gz" + sha256 = "157475a96cafc7bc7756418c70ab9d857486d9ce4f61ddb2cc3202377932344d" autoupdate.upstream = "https://github.com/Niek/chatgpt-web" autoupdate.strategy = "latest_github_commit"