From 446b10463a71088ce4f360d6dc321a3261c820c6 Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Wed, 10 Jun 2026 11:02:29 +0800 Subject: [PATCH] llmapi: add 0.2.8 (project templates) GLOBAL: GitHub tag tarball (sha256 verified). CN: gitcode mcpp-res release asset, byte-identical per mirror convention. 0.2.8 ships templates/ (openai default, chat, anthropic, deepseek) consumed by `mcpp new --template llmapi` (needs mcpp > 0.0.52 for the namespaced template fetch fix, mcpp-community/mcpp#130). 0.2.7 is skipped: its default template did not compile under import std. --- pkgs/l/llmapi.lua | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pkgs/l/llmapi.lua b/pkgs/l/llmapi.lua index 9569b7d..44661a5 100644 --- a/pkgs/l/llmapi.lua +++ b/pkgs/l/llmapi.lua @@ -33,6 +33,13 @@ package = { }, sha256 = "d4aedb04d695c6bbf5685fad79185642aec4a48e8b4211275b752294c3eb43cc", }, + ["0.2.8"] = { + url = { + GLOBAL = "https://github.com/mcpplibs/llmapi/archive/refs/tags/0.2.8.tar.gz", + CN = "https://gitcode.com/mcpp-res/llmapi/releases/download/0.2.8/llmapi-0.2.8.tar.gz", + }, + sha256 = "0f8ccc93d15a4d4eba9d1f2655c15fc394bf13ba2ee918b8de051127f2f1065d", + }, }, macosx = { ["0.2.4"] = { @@ -56,6 +63,13 @@ package = { }, sha256 = "d4aedb04d695c6bbf5685fad79185642aec4a48e8b4211275b752294c3eb43cc", }, + ["0.2.8"] = { + url = { + GLOBAL = "https://github.com/mcpplibs/llmapi/archive/refs/tags/0.2.8.tar.gz", + CN = "https://gitcode.com/mcpp-res/llmapi/releases/download/0.2.8/llmapi-0.2.8.tar.gz", + }, + sha256 = "0f8ccc93d15a4d4eba9d1f2655c15fc394bf13ba2ee918b8de051127f2f1065d", + }, }, windows = { ["0.2.4"] = { @@ -79,6 +93,13 @@ package = { }, sha256 = "d4aedb04d695c6bbf5685fad79185642aec4a48e8b4211275b752294c3eb43cc", }, + ["0.2.8"] = { + url = { + GLOBAL = "https://github.com/mcpplibs/llmapi/archive/refs/tags/0.2.8.tar.gz", + CN = "https://gitcode.com/mcpp-res/llmapi/releases/download/0.2.8/llmapi-0.2.8.tar.gz", + }, + sha256 = "0f8ccc93d15a4d4eba9d1f2655c15fc394bf13ba2ee918b8de051127f2f1065d", + }, }, }, }