master
 1{
 2	"##": "This file is a template. Fill the blanks and add or remove fields as necessary.",
 3	"version": "",
 4	"description": "",
 5	"homepage": "",
 6	"license": "",
 7	"notes": "",
 8	"architecture": {
 9		"64bit": {
10			"url": "",
11			"hash": ""
12		},
13		"32bit": {
14			"url": "",
15			"hash": ""
16		},
17		"arm64": {
18			"url": "",
19			"hash": ""
20		}
21	},
22	"pre_install": "",
23	"installer": {
24		"script": ""
25	},
26	"post_install": [
27		"",
28		""
29	],
30	"uninstaller": {
31		"script": ""
32	},
33	"bin": "",
34	"env_add_path": [
35		"",
36		""
37	],
38	"persist": [
39		"",
40		""
41	],
42	"checkver": {
43		"url": "",
44		"regex": ""
45	},
46	"autoupdate": {
47		"architecture": {
48			"64bit": {
49				"url": ""
50			},
51			"32bit": {
52				"url": ""
53			},
54			"arm64": {
55				"url": ""
56			}
57		},
58		"hash": {
59			"url": "",
60			"regex": ""
61		}
62	}
63}