Skip to content

Commit

Permalink
android-studio: Fix checkver (#1792)
Browse files Browse the repository at this point in the history
  • Loading branch information
BanHammerYKT authored Jul 17, 2024
1 parent dbb7235 commit 5cbf0eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
11 changes: 4 additions & 7 deletions bucket/android-studio-beta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2024.1.1.9",
"version": "2024.1.1.10",
"description": "The official IDE for Android development, which includes everything you need to build Android apps.",
"homepage": "https://developer.android.com/studio/preview",
"license": {
Expand All @@ -11,8 +11,8 @@
},
"architecture": {
"64bit": {
"url": "https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2024.1.1.9/android-studio-2024.1.1.9-windows.zip",
"hash": "27639bad3a1628b1fc3cde59724ab0f3ee4c82c8071e5cd0265a48a58df4d03a",
"url": "https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2024.1.1.10/android-studio-2024.1.1.10-windows.zip",
"hash": "c28471dd736b9bce7dc22fb1ca0c2c99e3e2fb5074beb957dfc8b9b9090e3520",
"shortcuts": [
[
"bin\\studio64.exe",
Expand All @@ -24,10 +24,7 @@
"pre_install": "'uninstall.exe' | ForEach-Object { Remove-Item \"$dir/$_\" -Recurse }",
"extract_dir": "android-studio",
"checkver": {
"regex": [
"agree_beta_win_bundle_download(?:.|",
")+?android-studio-([\\d.]+)-windows\\.exe"
]
"regex": "agree_beta_win_bundle_download[\\s\\S]+?android-studio-([\\d.]+)-windows\\.exe"
},
"autoupdate": {
"architecture": {
Expand Down
11 changes: 4 additions & 7 deletions bucket/android-studio-canary.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2024.1.2.2",
"version": "2024.1.2.5",
"description": "The official IDE for Android development, which includes everything you need to build Android apps.",
"homepage": "https://developer.android.com/studio/preview",
"license": {
Expand All @@ -11,8 +11,8 @@
},
"architecture": {
"64bit": {
"url": "https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2024.1.2.2/android-studio-2024.1.2.2-windows.zip",
"hash": "e7f3c8c8dddf2a8d78e6258370fdd59b9d4b4cea30c7e4853b1d091eff8baabb",
"url": "https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2024.1.2.5/android-studio-2024.1.2.5-windows.zip",
"hash": "e404b734f9bbae7c0bf5ac1c4d6a0a538bd326b141a89516080bcb66b9710638",
"shortcuts": [
[
"bin\\studio64.exe",
Expand All @@ -24,10 +24,7 @@
"pre_install": "'uninstall.exe' | ForEach-Object { Remove-Item \"$dir/$_\" -Recurse }",
"extract_dir": "android-studio",
"checkver": {
"regex": [
"agree_canary_win_bundle_download(?:.|",
")+?android-studio-([\\d.]+)-windows\\.exe"
]
"regex": "agree_canary_win_bundle_download[\\s\\S]+?android-studio-([\\d.]+)-windows\\.exe"
},
"autoupdate": {
"architecture": {
Expand Down

0 comments on commit 5cbf0eb

Please sign in to comment.