From: Cameron Otsuka Date: Tue, 27 May 2025 22:03:54 +0000 (-0700) Subject: v0.26 X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=354d1739a2bd77cf62b30e1966773c3f4caefb86;p=python-llm v0.26 --- diff --git a/.SRCINFO b/.SRCINFO index 0d66641..7545c7a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-llm pkgdesc = Access large language models from the command-line - pkgver = 0.25 - pkgrel = 2 + pkgver = 0.26 + pkgrel = 1 url = https://github.com/simonw/llm arch = any license = Apache-2.0 @@ -22,7 +22,7 @@ pkgbase = python-llm depends = python-ulid depends = python-puremagic depends = python-httpx - source = python-llm-0.25.tar.gz::https://github.com/simonw/llm/archive/refs/tags/0.25.tar.gz + source = python-llm-0.26.tar.gz::https://github.com/simonw/llm/archive/refs/tags/0.26.tar.gz sha256sums = SKIP pkgname = python-llm diff --git a/PKGBUILD b/PKGBUILD index e534a14..747271a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Martin Harrigan pkgname="python-llm" _name=${pkgname#python-} -pkgver="0.25" -pkgrel=2 +pkgver="0.26" +pkgrel=1 pkgdesc="Access large language models from the command-line" arch=("any") url="https://github.com/simonw/llm"