Преглед изворни кода

Merge pull request #5 from YunoHost-Apps/ci-auto-update-0.6.18

Upgrade to v0.6.18
DeMiro5001 пре 5 месеци
родитељ
комит
1dbb642198
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.16~ynh1](https://img.shields.io/badge/Version-0.6.16~ynh1-rgba(0,150,0,1)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/open-webui/)
+[![Version: 0.6.18~ynh1](https://img.shields.io/badge/Version-0.6.18~ynh1-rgba(0,150,0,1)?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.16~ynh1"
+version = "0.6.18~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.16.tar.gz"
-    sha256 = "b00ea20a95d97231ea7b5e11b517e46935f885c95e1f9f27e109d72d271d288a"
+    url = "https://github.com/open-webui/open-webui/archive/refs/tags/v0.6.18.tar.gz"
+    sha256 = "ef5043de9ba959556e45f2ecfc09e1513ebd6827523167b2bcf0217dacae93a4"
 
     autoupdate.strategy = "latest_github_tag"