diff --git a/bucket/android-studio-beta.json b/bucket/android-studio-beta.json index 62e01c8505d..bb5a044fe88 100644 --- a/bucket/android-studio-beta.json +++ b/bucket/android-studio-beta.json @@ -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": { @@ -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", @@ -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": { diff --git a/bucket/android-studio-canary.json b/bucket/android-studio-canary.json index 802bb46552b..d8405dc20d1 100644 --- a/bucket/android-studio-canary.json +++ b/bucket/android-studio-canary.json @@ -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": { @@ -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", @@ -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": {