test files for http upload

This commit is contained in:
Norayr Chilingarian 2024-02-23 01:45:03 +04:00
parent 567a4de59e
commit 2e75be5e75
2 changed files with 49 additions and 0 deletions

21
armscii2.json Normal file
View file

@ -0,0 +1,21 @@
{
"Package": "armscii2",
"Author": "noch",
"License": "GPL-3",
"Version": "0.1",
"Remote": {
"Type": "https",
"Files": [
{
"URL": "https://norayr.am/vpk2/armscii/ArmsciiUTF.Mod",
"MD5": "14790276c48db775a5fee99a48525dd9"
}
]
},
"Build": [
{
"Command": "voc -s",
"File": "ArmsciiUTF.Mod"
}
]
}

28
strutils2.json Normal file
View file

@ -0,0 +1,28 @@
{
"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": "a5ce6a7646506ddfadb9dc433caabe9e"
}
]
},
"Build":
[
{"Command": "voc -s", "File": "strTypes.Mod"},
{"Command": "voc -s", "File": "strUtils.Mod"},
]
}