forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappengine-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.70",
"architecture": {
"64bit": {
"url": [
"https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_windows_amd64-1.9.70.zip",
"https://raw.github.com/lukesampson/scoop-extras/master/scripts/pyshim.ps1"
],
"hash": [
"d5ca6b2f06f022a08448a06c4d716f80ef4eff00ab35e528d5d0272618fd3b26"
]
},
"32bit": {
"url": [
"https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_windows_386-1.9.70.zip",
"https://raw.github.com/lukesampson/scoop-extras/master/scripts/pyshim.ps1"
],
"hash": [
"6ede92c2f2799c6721f583d3d010f9bf13eaae9e588c8260e79cb8a09dfb0892"
]
}
},
"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"
}
}
}
}