|
1 | 1 | { |
2 | | - "version": "2025.2.3.8", |
| 2 | + "version": "2025.3.3.2", |
3 | 3 | "description": "The official IDE for Android development, which includes everything you need to build Android apps.", |
4 | 4 | "homepage": "https://developer.android.com/studio/preview", |
5 | 5 | "license": { |
6 | 6 | "identifier": "Freeware", |
7 | | - "url": "https://developer.android.com/studio/terms.html" |
| 7 | + "url": "https://developer.android.com/studio/terms" |
8 | 8 | }, |
9 | 9 | "suggest": { |
10 | 10 | "Android SDK": "android-clt" |
11 | 11 | }, |
12 | 12 | "architecture": { |
13 | 13 | "64bit": { |
14 | | - "url": "https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2025.2.3.8/android-studio-2025.2.3.8-windows.zip", |
15 | | - "hash": "cf56f6067bacf805bfa79f799439312c6c8f120b10ab7c1b524090c11bacb361", |
| 14 | + "url": "https://edgedl.me.gvt1.com/android/studio/ide-zips/2025.3.3.2/android-studio-panda3-canary2-windows.zip", |
| 15 | + "hash": "072aac84121fed2ed2b3ca5e1a4275444b06b06dc2ff34e94feecf6cb44b4caf", |
16 | 16 | "shortcuts": [ |
17 | 17 | [ |
18 | 18 | "bin\\studio64.exe", |
|
23 | 23 | }, |
24 | 24 | "pre_install": "'uninstall.exe' | ForEach-Object { Remove-Item \"$dir/$_\" -Recurse }", |
25 | 25 | "extract_dir": "android-studio", |
26 | | - "checkver": { |
27 | | - "regex": "agree_canary_win_bundle_download[\\s\\S]+?android-studio-([\\d.]+)-windows\\.exe" |
28 | | - }, |
| 26 | + "checkver": "/install/(?<version>[\\d.]+)/(?<filename>android-studio.*-canary\\d+-windows)\\.exe", |
29 | 27 | "autoupdate": { |
30 | 28 | "architecture": { |
31 | 29 | "64bit": { |
32 | | - "url": "https://redirector.gvt1.com/edgedl/android/studio/ide-zips/$version/android-studio-$version-windows.zip" |
| 30 | + "url": "https://edgedl.me.gvt1.com/android/studio/ide-zips/$version/$matchFilename.zip" |
33 | 31 | } |
34 | 32 | } |
35 | 33 | } |
|
0 commit comments