From 2e75be5e75a9d3e73052274ab9e244ca64144b70 Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Fri, 23 Feb 2024 01:45:03 +0400 Subject: [PATCH] test files for http upload --- armscii2.json | 21 +++++++++++++++++++++ strutils2.json | 28 ++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 armscii2.json create mode 100644 strutils2.json diff --git a/armscii2.json b/armscii2.json new file mode 100644 index 0000000..0b3978f --- /dev/null +++ b/armscii2.json @@ -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" + } + ] +} diff --git a/strutils2.json b/strutils2.json new file mode 100644 index 0000000..fcd5b13 --- /dev/null +++ b/strutils2.json @@ -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"}, + ] +}