From: Cameron Otsuka Date: Tue, 31 Mar 2026 22:36:28 +0000 (-0700) Subject: v0.30 X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=84d1d03cc99eceb73b953de16dc76ad981b54219;p=python-llm v0.30 --- diff --git a/.SRCINFO b/.SRCINFO index 3ecb22f..8e8e441 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-llm pkgdesc = Access large language models from the command-line - pkgver = 0.29 + pkgver = 0.30 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.29.tar.gz::https://github.com/simonw/llm/archive/refs/tags/0.29.tar.gz + source = python-llm-0.30.tar.gz::https://github.com/simonw/llm/archive/refs/tags/0.30.tar.gz sha256sums = SKIP pkgname = python-llm diff --git a/PKGBUILD b/PKGBUILD index 8b5d20c..19e5370 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Martin Harrigan pkgname="python-llm" _name=${pkgname#python-} -pkgver="0.29" +pkgver="0.30" pkgrel=1 pkgdesc="Access large language models from the command-line" arch=("any")