]> git.otsuka.systems Git - python-llm/commitdiff
v0.27.1
authorCameron Otsuka <cameron@otsuka.haus>
Sun, 14 Sep 2025 18:22:05 +0000 (11:22 -0700)
committerCameron Otsuka <cameron@otsuka.haus>
Sun, 14 Sep 2025 18:22:05 +0000 (11:22 -0700)
.SRCINFO
PKGBUILD

index 7545c7afd77ccec3c53ce68ef056fcbe2fdcafe3..583e9b9de56993d16320a182392cdc51a8a3806d 100644 (file)
--- 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
index 747271a746c9a0f6779175f83aa9e2cc55ee2e16..587fa33543d431327df72daa971b37d2144b3838 100644 (file)
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Martin Harrigan <martinharrigan at gmail.com>
 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")