diff options
author | Charles Dong | 2025-02-13 16:55:25 +0800 |
---|---|---|
committer | Charles Dong | 2025-02-13 16:55:25 +0800 |
commit | 35190cc1bd7aebbedcd2145d5264fb69189095dd (patch) | |
tree | 14569a2ae99df22107153616bf38946597955e0c | |
parent | e9b2592ff263b011f3ab22c13d82d8ce71d40274 (diff) | |
download | aur-35190cc1bd7aebbedcd2145d5264fb69189095dd.tar.gz |
0.1.2-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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=() |