Skip to content

Commit 79d7027

Browse files
committed
feat(tinyhttps): add 0.2.8 (Windows min-macro fix on top of DNS cap+cache)
1 parent da28b48 commit 79d7027

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

pkgs/t/tinyhttps.lua

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ package = {
6161
},
6262
sha256 = "c8444d0974e8b743c2c842da2b656c9d4378e1a1ebed152a7099d824d28b983b",
6363
},
64+
["0.2.8"] = {
65+
url = {
66+
GLOBAL = "https://github.com/mcpplibs/tinyhttps/archive/refs/tags/0.2.8.tar.gz",
67+
CN = "https://gitcode.com/mcpp-res/tinyhttps/releases/download/0.2.8/tinyhttps-0.2.8.tar.gz",
68+
},
69+
sha256 = "a3d72396b267820405b675dd89c0889ef72605e3eedb94e000c6f48479b38001",
70+
},
6471
},
6572
macosx = {
6673
["0.2.1"] = {
@@ -112,6 +119,13 @@ package = {
112119
},
113120
sha256 = "c8444d0974e8b743c2c842da2b656c9d4378e1a1ebed152a7099d824d28b983b",
114121
},
122+
["0.2.8"] = {
123+
url = {
124+
GLOBAL = "https://github.com/mcpplibs/tinyhttps/archive/refs/tags/0.2.8.tar.gz",
125+
CN = "https://gitcode.com/mcpp-res/tinyhttps/releases/download/0.2.8/tinyhttps-0.2.8.tar.gz",
126+
},
127+
sha256 = "a3d72396b267820405b675dd89c0889ef72605e3eedb94e000c6f48479b38001",
128+
},
115129
},
116130
windows = {
117131
["0.2.1"] = {
@@ -163,6 +177,13 @@ package = {
163177
},
164178
sha256 = "c8444d0974e8b743c2c842da2b656c9d4378e1a1ebed152a7099d824d28b983b",
165179
},
180+
["0.2.8"] = {
181+
url = {
182+
GLOBAL = "https://github.com/mcpplibs/tinyhttps/archive/refs/tags/0.2.8.tar.gz",
183+
CN = "https://gitcode.com/mcpp-res/tinyhttps/releases/download/0.2.8/tinyhttps-0.2.8.tar.gz",
184+
},
185+
sha256 = "a3d72396b267820405b675dd89c0889ef72605e3eedb94e000c6f48479b38001",
186+
},
166187
},
167188
},
168189
}

0 commit comments

Comments
 (0)