diff --git a/bucket/android-performance-analyzer.json b/bucket/android-performance-analyzer.json new file mode 100644 index 00000000000000..01d8adfe20bdf7 --- /dev/null +++ b/bucket/android-performance-analyzer.json @@ -0,0 +1,34 @@ +{ + "version": "0.8.0-RC3", + "description": "Optimize your app or game with Android's new profiler and performance analysis tool for the Android ecosystem.", + "homepage": "https://developer.android.com/android-performance-analyzer", + "license": { + "identifier": "Freeware", + "url": "https://developer.android.com/studio/terms" + }, + "architecture": { + "64bit": { + "url": "https://dl.google.com/android/apa/ide-zips/v0.8.0-RC3/android-performance-analyzer-windows.zip", + "hash": "5dd973d9aa8a36895f172935b713ac856f663537e7235037add12b01e6bb4689", + "shortcuts": [ + [ + "bin\\apa64.exe", + "Android Performance Analyzer" + ] + ] + } + }, + "extract_dir": "apa-windows", + "checkver": "/ide-zips/v(?[\\w.-]+)/android-performance-analyzer-windows.zip", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://dl.google.com/android/apa/ide-zips/v$version/android-performance-analyzer-windows.zip", + "hash": { + "url": "https://developer.android.com/android-performance-analyzer", + "regex": "(?sm)$basename.*?$sha256" + } + } + } + } +}