From ef39b44d708eedf7180cb9885cfb46a2f08f244e Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Sun, 14 Sep 2025 11:22:05 -0700 Subject: [PATCH] v0.27.1 --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 7545c7a..583e9b9 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-llm pkgdesc = Access large language models from the command-line - pkgver = 0.26 + pkgver = 0.27.1 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.26.tar.gz::https://github.com/simonw/llm/archive/refs/tags/0.26.tar.gz + source = python-llm-0.27.1.tar.gz::https://github.com/simonw/llm/archive/refs/tags/0.27.1.tar.gz sha256sums = SKIP pkgname = python-llm diff --git a/PKGBUILD b/PKGBUILD index 747271a..587fa33 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Martin Harrigan pkgname="python-llm" _name=${pkgname#python-} -pkgver="0.26" +pkgver="0.27.1" pkgrel=1 pkgdesc="Access large language models from the command-line" arch=("any") -- 2.53.0