mirror of
https://github.com/vishapoberon/vipatsar.git
synced 2026-04-05 21:12:25 +00:00
I was using the jq json query tool to pull values of the json files in vipackTree but it told me that diaspora.json, strutils2.json, and test_server.json had syntax errors.
28 lines
804 B
JSON
28 lines
804 B
JSON
{
|
|
"Package": "strutils2",
|
|
"Author": "noch",
|
|
"License": "GPL-3",
|
|
"Version": "0.1",
|
|
"Remote": {
|
|
"Type": "https",
|
|
"Files": [
|
|
{
|
|
"URL": "https://norayr.am/vpk/strutils/src/strTypes.Mod",
|
|
"AuthType": "BasicAuth",
|
|
"AuthCredentials": {"User": "tactun", "Password": "tactun"},
|
|
"MD5": "3d3a2782bb5d244824fe2fe7bd214f74"
|
|
},
|
|
{
|
|
"URL": "https://norayr.am/vpk/strutils/src/strUtils.Mod",
|
|
"AuthType": "BasicAuth",
|
|
"AuthCredentials": {"User": "tactun", "Password": "tactun"},
|
|
"MD5": "43146f0d62473f2ac05b327792ec1258"
|
|
}
|
|
]
|
|
},
|
|
"Build":
|
|
[
|
|
{"Command": "voc -s", "File": "strTypes.Mod"},
|
|
{"Command": "voc -s", "File": "strUtils.Mod"}
|
|
]
|
|
}
|