vipatsar/strutils2.json
T. Kurt Bond 76ba1bb6ac Fix json syntax errors.
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.
2024-11-29 18:28:32 -05:00

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"}
]
}