From: Cameron Otsuka Date: Wed, 29 Apr 2026 01:09:09 +0000 (+0900) Subject: v0.31 X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=1fa5baeb6dfdbe3a55a9fe2449e2e768812cc3d6;p=python-llm v0.31 --- diff --git a/.SRCINFO b/.SRCINFO index 8e8e441..5d392aa 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-llm pkgdesc = Access large language models from the command-line - pkgver = 0.30 + pkgver = 0.31 pkgrel = 1 url = https://github.com/simonw/llm arch = any @@ -22,7 +22,7 @@ pkgbase = python-llm depends = python-ulid depends = python-puremagic depends = python-httpx - source = python-llm-0.30.tar.gz::https://github.com/simonw/llm/archive/refs/tags/0.30.tar.gz + source = python-llm-0.31.tar.gz::https://github.com/simonw/llm/archive/refs/tags/0.31.tar.gz sha256sums = SKIP pkgname = python-llm diff --git a/PKGBUILD b/PKGBUILD index 19e5370..6a1f6a0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Martin Harrigan pkgname="python-llm" _name=${pkgname#python-} -pkgver="0.30" +pkgver="0.31" pkgrel=1 pkgdesc="Access large language models from the command-line" arch=("any")