summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAseem Athale2025-02-14 19:44:03 +0530
committerAseem Athale2025-02-14 19:44:03 +0530
commitbe330af80c1f36c082c14ebc0a348aaf0dce4b58 (patch)
treead38c914e1d5c35d37c34e86509b60ab8fe37a0a
parent554a1971f5212494e70f9dd472373a03d1200eb7 (diff)
downloadaur-be330af80c1f36c082c14ebc0a348aaf0dce4b58.tar.gz
open-webui: upgpkg: 0.5.12-1
Signed-off-by: Aseem Athale <athaleaseem@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cebaaf6d9fd5..82e601227021 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = open-webui
pkgdesc = Web UI and OpenAI API for various LLM runners, including Ollama
- pkgver = 0.5.11
+ pkgver = 0.5.12
pkgrel = 1
url = https://github.com/open-webui/open-webui
install = open-webui.install
@@ -14,10 +14,10 @@ pkgbase = open-webui
conflicts = open-webui-git
options = !strip
options = !debug
- source = open-webui-0.5.11.tar.gz::https://github.com/open-webui/open-webui/archive/refs/tags/v0.5.11.tar.gz
+ source = open-webui-0.5.12.tar.gz::https://github.com/open-webui/open-webui/archive/refs/tags/v0.5.12.tar.gz
source = open-webui.service
source = open-webui.conf
- sha1sums = 5cb90a5f449da7c947b392d0daaac772be9dca5e
+ sha1sums = 85bb6d6fb1ed213a1c81041a18616b742339934f
sha1sums = 9b789adb8d91f15ece2187af4aec810847d4b0b2
sha1sums = fb015c224b9529988823f0e24d65ab4a004d30c0
diff --git a/PKGBUILD b/PKGBUILD
index 9e5ebef83446..27324285e525 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _appprefix="/opt"
_appdataprefix="/var/opt"
pkgname=open-webui
-pkgver=0.5.11
+pkgver=0.5.12
pkgrel=1
pkgdesc="Web UI and OpenAI API for various LLM runners, including Ollama"
arch=('any')
@@ -19,7 +19,7 @@ source=("${pkgname}-${pkgver}.tar.gz"::"${url}/archive/refs/tags/v${pkgver}.tar.
"open-webui.conf")
install="${pkgname}.install"
-sha1sums=('5cb90a5f449da7c947b392d0daaac772be9dca5e'
+sha1sums=('85bb6d6fb1ed213a1c81041a18616b742339934f'
'9b789adb8d91f15ece2187af4aec810847d4b0b2'
'fb015c224b9529988823f0e24d65ab4a004d30c0')
options=(!strip !debug)