summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Dong2025-02-25 21:47:53 +0800
committerCharles Dong2025-02-25 21:47:53 +0800
commited73b649deef1ad0df480019a0f5a75ad744b018 (patch)
tree890ee2b32b14356a06b5380e85bfeb58038165c5
parent5d34d422b1c2efe897a4df55d805cff4b3843466 (diff)
downloadaur-ed73b649deef1ad0df480019a0f5a75ad744b018.tar.gz
0.2.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 134384dcb330..a36762bc3172 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ollama-lab-bin
pkgdesc = Yet another (unofficial) Ollama GUI (binary)
- pkgver = 0.1.4
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/chardoncs/ollama-lab
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = ollama-lab-bin
optdepends = ollama
provides = ollama-lab
conflicts = ollama-lab
- source = https://github.com/chardoncs/ollama-lab/releases/download/v0.1.4/ollama-lab_0.1.4_amd64.deb
- sha256sums = 099fca796ed9ad96aaa919c30ee7c0b7d0ba7755d1b85777ac44f3c190fb0a57
+ source = https://github.com/chardoncs/ollama-lab/releases/download/v0.2.0/ollama-lab_0.2.0_amd64.deb
+ sha256sums = 1032766e04b73116c2d5450ca4b0ba250f1008cf501a13a6c00ad80edfe3edca
pkgname = ollama-lab-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2d25a1648857..d5e098f44f9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase=ollama-lab
pkgname=$_pkgbase-bin
-pkgver=0.1.4
+pkgver=0.2.0
_version=${pkgver/+/-}
pkgrel=1
epoch=
@@ -31,7 +31,7 @@ source=(
)
noextract=()
sha256sums=(
- '099fca796ed9ad96aaa919c30ee7c0b7d0ba7755d1b85777ac44f3c190fb0a57'
+ '1032766e04b73116c2d5450ca4b0ba250f1008cf501a13a6c00ad80edfe3edca'
)
validpgpkeys=()