forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appengine-go.json
59 lines (59 loc) · 1.99 KB
/
appengine-go.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"homepage": "https://developers.google.com/appengine/",
"version": "1.9.67",
"architecture": {
"64bit": {
"url": [
"https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_windows_amd64-1.9.67.zip",
"https://raw.github.com/lukesampson/scoop-extras/master/scripts/pyshim.ps1"
],
"hash": [
"14b0bf2074c58c479bcb948d6b523e2e437de960c02f623dc168347353f68c75"
]
},
"32bit": {
"url": [
"https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_windows_386-1.9.67.zip",
"https://raw.github.com/lukesampson/scoop-extras/master/scripts/pyshim.ps1"
],
"hash": [
"e90e722e240acbea1916e5b8943d1db59be5289584b84b81a2c7ddde0d5e5466"
]
}
},
"extract_dir": "go_appengine",
"checkver": {
"url": "https://cloud.google.com/appengine/docs/standard/go/download",
"re": "go_appengine_sdk_windows_amd64-([\\d.]+).zip"
},
"installer": {
"_comment": "pyshim creates a .ps1 script for each .py file",
"file": "pyshim.ps1",
"args": [
"$dir"
]
},
"bin": [
"appcfg.ps1",
"backends_conversion.ps1",
"bulkloader.ps1",
"bulkload_client.ps1",
"dev_appserver.ps1",
"download_appstats.ps1",
"endpointscfg.ps1",
"php_cli.ps1",
"run_tests.ps1",
"wrapper_util.ps1"
],
"notes": "appengine-go depends on either python or python27 being installed.",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_windows_amd64-$version.zip"
},
"32bit": {
"url": "https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_windows_386-$version.zip"
}
}
}
}