]> git.otsuka.systems Git - python-llm/commitdiff
v0.31 master
authorCameron Otsuka <cameron@otsuka.haus>
Wed, 29 Apr 2026 01:09:09 +0000 (10:09 +0900)
committerCameron Otsuka <cameron@otsuka.haus>
Wed, 29 Apr 2026 01:09:09 +0000 (10:09 +0900)
.SRCINFO
PKGBUILD

index 8e8e441b5a87cc2144951104740f043c691e165b..5d392aa56b57d020f1f4f2e528a81c2d455c4990 100644 (file)
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = python-llm
        pkgdesc = Access large language models from the command-line
-       pkgver = 0.30
+       pkgver = 0.31
        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.30.tar.gz::https://github.com/simonw/llm/archive/refs/tags/0.30.tar.gz
+       source = python-llm-0.31.tar.gz::https://github.com/simonw/llm/archive/refs/tags/0.31.tar.gz
        sha256sums = SKIP
 
 pkgname = python-llm
index 19e53701640566ebe686e2771fd2100b083b01dd..6a1f6a039a0689887ff8ec571964895ddb5fc25d 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.30"
+pkgver="0.31"
 pkgrel=1
 pkgdesc="Access large language models from the command-line"
 arch=("any")