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.64",
"architecture": {
"64bit": {
"url": [
"https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_windows_amd64-1.9.64.zip",
"https://raw.github.com/lukesampson/scoop-extras/master/scripts/pyshim.ps1"
],
"hash": [
"60f2276a7200eda448c272ebc79865a694ed096a88d6101bd9b3c89831c92102"
]
},
"32bit": {
"url": [
"https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_windows_386-1.9.64.zip",
"https://raw.github.com/lukesampson/scoop-extras/master/scripts/pyshim.ps1"
],
"hash": [
"3394279f0edee9c06d6524d598f33a8102519c1d53b5ad5f457e4b24c5e2016b"
]
}
},
"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"
}
}
}
}