forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
android-studio.json
50 lines (50 loc) · 1.67 KB
/
android-studio.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
{
"homepage": "https://developer.android.com/studio/",
"version": "3.1.4.0",
"license": {
"identifier": "Freeware",
"url": "https://developer.android.com/studio/terms.html"
},
"architecture": {
"64bit": {
"url": "https://dl.google.com/dl/android/studio/ide-zips/3.1.4.0/android-studio-ide-173.4907809-windows.zip",
"hash": "183721d3655b399174983833c255b3dbaaa3dc747a717154e5fda64544177653",
"shortcuts": [
[
"bin\\studio64.exe",
"Android Studio"
]
]
},
"32bit": {
"url": "https://dl.google.com/dl/android/studio/ide-zips/3.1.4.0/android-studio-ide-173.4907809-windows32.zip",
"hash": "183721d3655b399174983833c255b3dbaaa3dc747a717154e5fda64544177653",
"shortcuts": [
[
"bin\\studio.exe",
"Android Studio"
]
]
}
},
"extract_dir": "android-studio",
"suggest": {
"SDK": [
"android-sdk"
]
},
"checkver": "ide-zips/(?<version>[\\d.]+)/android-studio-ide-(?<build>[\\d.]+)-windows",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.google.com/dl/android/studio/ide-zips/$version/android-studio-ide-$matchBuild-windows.zip"
},
"32bit": {
"url": "https://dl.google.com/dl/android/studio/ide-zips/$version/android-studio-ide-$matchBuild-windows32.zip"
}
},
"hash": {
"url": "https://developer.android.com/studio/"
}
}
}