We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b8140 commit 6ad4b3bCopy full SHA for 6ad4b3b
1 file changed
darwindeps.json
@@ -1,20 +1,15 @@
1
[
2
{
3
- "type": "gitrelease",
4
- "cli": "curl",
5
- "repo": "DaveGamble/cJSON",
6
- "file": "cJSON.c",
7
- "dest": "dependencies/cJSON.c",
8
- "tag": "v1.7.18"
+ "type": "url",
+ "url":"https://raw.githubusercontent.com/DaveGamble/cJSON/refs/heads/master/cJSON.c",
+ "dest":"dependencies/cJSON.c"
9
},
10
11
12
13
14
- "file": "cJSON.h",
15
- "dest": "dependencies/cJSON.h",
16
+ "url":"https://raw.githubusercontent.com/DaveGamble/cJSON/refs/heads/master/cJSON.h",
+ "dest":"dependencies/cJSON.h"
17
+
18
19
"type": "gitrelease",
20
"cli": "curl",
0 commit comments