Skip to content

Commit 259e7ef

Browse files
authored
feat: add mcpplibs.llmapi@0.2.5 (#8)
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
1 parent e4b7772 commit 259e7ef

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pkgs/m/mcpplibs.llmapi.lua

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,30 @@ package = {
1515
url = "https://github.com/mcpplibs/llmapi/archive/refs/tags/0.2.4.tar.gz",
1616
sha256 = "b1d204576ee2d2069abdac1a7e25078e605c8fae5b1cdad6cee200946cfed0f0",
1717
},
18+
["0.2.5"] = {
19+
url = "https://github.com/mcpplibs/llmapi/archive/refs/tags/0.2.5.tar.gz",
20+
sha256 = "fffa1341beed98ace97e029c0e46f47f55470df6e6a7114374e73e2bfd13699f",
21+
},
1822
},
1923
macosx = {
2024
["0.2.4"] = {
2125
url = "https://github.com/mcpplibs/llmapi/archive/refs/tags/0.2.4.tar.gz",
2226
sha256 = "b1d204576ee2d2069abdac1a7e25078e605c8fae5b1cdad6cee200946cfed0f0",
2327
},
28+
["0.2.5"] = {
29+
url = "https://github.com/mcpplibs/llmapi/archive/refs/tags/0.2.5.tar.gz",
30+
sha256 = "fffa1341beed98ace97e029c0e46f47f55470df6e6a7114374e73e2bfd13699f",
31+
},
2432
},
2533
windows = {
2634
["0.2.4"] = {
2735
url = "https://github.com/mcpplibs/llmapi/archive/refs/tags/0.2.4.tar.gz",
2836
sha256 = "b1d204576ee2d2069abdac1a7e25078e605c8fae5b1cdad6cee200946cfed0f0",
2937
},
38+
["0.2.5"] = {
39+
url = "https://github.com/mcpplibs/llmapi/archive/refs/tags/0.2.5.tar.gz",
40+
sha256 = "fffa1341beed98ace97e029c0e46f47f55470df6e6a7114374e73e2bfd13699f",
41+
},
3042
},
3143
},
3244
}

0 commit comments

Comments
 (0)