]> git.otsuka.systems Git - python-llm/commitdiff
v0.26
authorCameron Otsuka <cameron@otsuka.haus>
Tue, 27 May 2025 22:03:54 +0000 (15:03 -0700)
committerCameron Otsuka <cameron@otsuka.haus>
Tue, 27 May 2025 22:03:54 +0000 (15:03 -0700)
.SRCINFO
PKGBUILD

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