]> git.otsuka.systems Git - python-llm/commitdiff
v0.29 master
authorCameron Otsuka <cameron@otsuka.haus>
Wed, 18 Mar 2026 17:16:13 +0000 (10:16 -0700)
committerCameron Otsuka <cameron@otsuka.haus>
Wed, 18 Mar 2026 17:16:13 +0000 (10:16 -0700)
.SRCINFO
PKGBUILD

index 84b37fd141a66f8d4efbe379355cf6d9679a2bdd..3ecb22f37af6c76efc0ea57723e1f6a6ddea93ba 100644 (file)
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = python-llm
        pkgdesc = Access large language models from the command-line
-       pkgver = 0.28
+       pkgver = 0.29
        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.28.tar.gz::https://github.com/simonw/llm/archive/refs/tags/0.28.tar.gz
+       source = python-llm-0.29.tar.gz::https://github.com/simonw/llm/archive/refs/tags/0.29.tar.gz
        sha256sums = SKIP
 
 pkgname = python-llm
index 03205d60ffbdc93617720b0064dce0174d1b6877..8b5d20c791ce5ce2f2be57a2da74fc14d3e617f0 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.28"
+pkgver="0.29"
 pkgrel=1
 pkgdesc="Access large language models from the command-line"
 arch=("any")