From 2a8db79016cae1af24173e8b4cb59a01e17c56f4 Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Sun, 10 May 2026 03:34:40 +0800 Subject: [PATCH] feat: add mcpplibs.llmapi@0.2.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drops the redundant explicit mbedtls dep — mcpp 0.0.3's transitive walker propagates mbedtls's headers via tinyhttps. Bumps the tinyhttps requirement from 0.2.1 to 0.2.2 (the schema-cleanup release). Tarball: https://github.com/mcpplibs/llmapi/archive/refs/tags/0.2.5.tar.gz SHA256: fffa1341beed98ace97e029c0e46f47f55470df6e6a7114374e73e2bfd13699f --- pkgs/m/mcpplibs.llmapi.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pkgs/m/mcpplibs.llmapi.lua b/pkgs/m/mcpplibs.llmapi.lua index a6a1ec1..488504e 100644 --- a/pkgs/m/mcpplibs.llmapi.lua +++ b/pkgs/m/mcpplibs.llmapi.lua @@ -15,18 +15,30 @@ package = { url = "https://github.com/mcpplibs/llmapi/archive/refs/tags/0.2.4.tar.gz", sha256 = "b1d204576ee2d2069abdac1a7e25078e605c8fae5b1cdad6cee200946cfed0f0", }, + ["0.2.5"] = { + url = "https://github.com/mcpplibs/llmapi/archive/refs/tags/0.2.5.tar.gz", + sha256 = "fffa1341beed98ace97e029c0e46f47f55470df6e6a7114374e73e2bfd13699f", + }, }, macosx = { ["0.2.4"] = { url = "https://github.com/mcpplibs/llmapi/archive/refs/tags/0.2.4.tar.gz", sha256 = "b1d204576ee2d2069abdac1a7e25078e605c8fae5b1cdad6cee200946cfed0f0", }, + ["0.2.5"] = { + url = "https://github.com/mcpplibs/llmapi/archive/refs/tags/0.2.5.tar.gz", + sha256 = "fffa1341beed98ace97e029c0e46f47f55470df6e6a7114374e73e2bfd13699f", + }, }, windows = { ["0.2.4"] = { url = "https://github.com/mcpplibs/llmapi/archive/refs/tags/0.2.4.tar.gz", sha256 = "b1d204576ee2d2069abdac1a7e25078e605c8fae5b1cdad6cee200946cfed0f0", }, + ["0.2.5"] = { + url = "https://github.com/mcpplibs/llmapi/archive/refs/tags/0.2.5.tar.gz", + sha256 = "fffa1341beed98ace97e029c0e46f47f55470df6e6a7114374e73e2bfd13699f", + }, }, }, }