Skip to content

Commit 6ad4b3b

Browse files
att
1 parent f5b8140 commit 6ad4b3b

1 file changed

Lines changed: 7 additions & 12 deletions

File tree

darwindeps.json

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
[
22
{
3-
"type": "gitrelease",
4-
"cli": "curl",
5-
"repo": "DaveGamble/cJSON",
6-
"file": "cJSON.c",
7-
"dest": "dependencies/cJSON.c",
8-
"tag": "v1.7.18"
3+
"type": "url",
4+
"url":"https://raw.githubusercontent.com/DaveGamble/cJSON/refs/heads/master/cJSON.c",
5+
"dest":"dependencies/cJSON.c"
96
},
107
{
11-
"type": "gitrelease",
12-
"cli": "curl",
13-
"repo": "DaveGamble/cJSON",
14-
"file": "cJSON.h",
15-
"dest": "dependencies/cJSON.h",
16-
"tag": "v1.7.18"
8+
"type": "url",
9+
"url":"https://raw.githubusercontent.com/DaveGamble/cJSON/refs/heads/master/cJSON.h",
10+
"dest":"dependencies/cJSON.h"
1711
},
12+
1813
{
1914
"type": "gitrelease",
2015
"cli": "curl",

0 commit comments

Comments
 (0)