Skip to content

Commit f43c534

Browse files
committed
feat: add tinyhttps 0.2.3 (namespace deps fix)
1 parent 6dd51b2 commit f43c534

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pkgs/t/tinyhttps.lua

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ package = {
2020
url = "https://github.com/mcpplibs/tinyhttps/archive/refs/tags/0.2.2.tar.gz",
2121
sha256 = "bc4cb59475826a975dd0408b59a00cf41c4aa4078a0fc2e54929bde7fb696248",
2222
},
23+
["0.2.3"] = {
24+
url = "https://github.com/mcpplibs/tinyhttps/archive/refs/tags/0.2.3.tar.gz",
25+
sha256 = "67ff75050d31157d3c35562187c9fb622e66167c98bb950cebb51db9b07ebe97",
26+
},
2327
},
2428
macosx = {
2529
["0.2.1"] = {
@@ -30,6 +34,10 @@ package = {
3034
url = "https://github.com/mcpplibs/tinyhttps/archive/refs/tags/0.2.2.tar.gz",
3135
sha256 = "bc4cb59475826a975dd0408b59a00cf41c4aa4078a0fc2e54929bde7fb696248",
3236
},
37+
["0.2.3"] = {
38+
url = "https://github.com/mcpplibs/tinyhttps/archive/refs/tags/0.2.3.tar.gz",
39+
sha256 = "67ff75050d31157d3c35562187c9fb622e66167c98bb950cebb51db9b07ebe97",
40+
},
3341
},
3442
windows = {
3543
["0.2.1"] = {
@@ -40,6 +48,10 @@ package = {
4048
url = "https://github.com/mcpplibs/tinyhttps/archive/refs/tags/0.2.2.tar.gz",
4149
sha256 = "bc4cb59475826a975dd0408b59a00cf41c4aa4078a0fc2e54929bde7fb696248",
4250
},
51+
["0.2.3"] = {
52+
url = "https://github.com/mcpplibs/tinyhttps/archive/refs/tags/0.2.3.tar.gz",
53+
sha256 = "67ff75050d31157d3c35562187c9fb622e66167c98bb950cebb51db9b07ebe97",
54+
},
4355
},
4456
},
4557
}

0 commit comments

Comments
 (0)