瀏覽代碼

Merge pull request #11 from YunoHost-Apps/ci-auto-update-0.6.25

Upgrade to v0.6.25
DeMiro5001 4 月之前
父節點
當前提交
d2858ff733
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 1 1
      README.md
  2. 3 3
      manifest.toml

+ 1 - 1
README.md

@@ -11,7 +11,7 @@ It shall NOT be edited by hand.
 User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
 
 [![🌐 Official app website](https://img.shields.io/badge/Official_app_website-darkgreen?style=for-the-badge)](https://openwebui.com/)
-[![Version: 0.6.23~ynh1](https://img.shields.io/badge/Version-0.6.23~ynh1-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/open-webui/)
+[![Version: 0.6.25~ynh1](https://img.shields.io/badge/Version-0.6.25~ynh1-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/open-webui/)
 
 <div align="center">
 <a href="https://apps.yunohost.org/app/open-webui"><img height="100px" src="https://github.com/YunoHost/yunohost-artwork/raw/refs/heads/main/badges/neopossum-badges/badge_more_info_on_the_appstore.svg"/></a>

+ 3 - 3
manifest.toml

@@ -7,7 +7,7 @@ name = "Open WebUI"
 description.en = "User-friendly AI Interface (Supports Ollama, OpenAI API, ...)"
 description.fr = "Interface IA conviviale (Supporte Ollama, API OpenAI, ...)"
 
-version = "0.6.23~ynh1"
+version = "0.6.25~ynh1"
 
 maintainers = ["DeMiro5001"]
 
@@ -55,8 +55,8 @@ ram.runtime = "2G"
     [resources.sources]
 
     [resources.sources.main]
-    url = "https://github.com/open-webui/open-webui/archive/refs/tags/v0.6.23.tar.gz"
-    sha256 = "a085beb28bb57d2194b20652ec70df466362d39d9ff5b24310586142d7039dfc"
+    url = "https://github.com/open-webui/open-webui/archive/refs/tags/v0.6.25.tar.gz"
+    sha256 = "38658ed08583e784ccbc1dbd52fbcb1a27ff41d62b1fff59048a30f47de16f0d"
 
     autoupdate.strategy = "latest_github_tag"