Files
WingetRepoServer/html/lastob.json

11 lines
227 B
JSON

{{define "main"}}
{
"Vendor" :"{{.Vendor}}",
"Package" :"{{.Package}}",
"Version" :"{{.Version}}",
"Type" : "{{.Type}}",
"Location": "{{.Location}}",
"Checksum": "{{.Checksum}}",
"Url" : "{{.Url}}"
}
{{end}}