summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Dong2025-02-13 16:55:25 +0800
committerCharles Dong2025-02-13 16:55:25 +0800
commit35190cc1bd7aebbedcd2145d5264fb69189095dd (patch)
tree14569a2ae99df22107153616bf38946597955e0c
parente9b2592ff263b011f3ab22c13d82d8ce71d40274 (diff)
downloadaur-35190cc1bd7aebbedcd2145d5264fb69189095dd.tar.gz
0.1.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52b7278bec56..3995c440d102 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ollama-lab
pkgdesc = Yet another (unofficial) Ollama GUI
- pkgver = 0.1.1
+ pkgver = 0.1.2
pkgrel = 1
url = https://github.com/chardoncs/ollama-lab
arch = x86_64
@@ -15,9 +15,9 @@ pkgbase = ollama-lab
depends = sqlite
depends = webkit2gtk-4.1
optdepends = ollama
- source = https://github.com/chardoncs/ollama-lab/archive/refs/tags/v0.1.1.tar.gz
+ source = https://github.com/chardoncs/ollama-lab/archive/refs/tags/v0.1.2.tar.gz
source = ollama-lab.desktop
- sha256sums = 99118a58c14f152f84755709b814d92962a23b9f6632a5c205db500e697d53fb
+ sha256sums = eb4ddd1c18cc4e08d5813370f052c3a6793bce2163c051eb686ee2a39c655252
sha256sums = ca14ad8184e6f04439e3f8484bdffd121dc0e81159de260a1b1da560df2ade49
pkgname = ollama-lab
diff --git a/PKGBUILD b/PKGBUILD
index 9e88247e5ba2..dc94753189c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Charles Dong <chardon_cs@proton.me>
pkgname=ollama-lab
-pkgver=0.1.1
+pkgver=0.1.2
_version=${pkgver/+/-}
pkgrel=1
epoch=
@@ -39,7 +39,7 @@ source=(
)
noextract=()
sha256sums=(
- '99118a58c14f152f84755709b814d92962a23b9f6632a5c205db500e697d53fb'
+ 'eb4ddd1c18cc4e08d5813370f052c3a6793bce2163c051eb686ee2a39c655252'
'ca14ad8184e6f04439e3f8484bdffd121dc0e81159de260a1b1da560df2ade49'
)
validpgpkeys=()