homebrew-cask/Casks/android-platform-tools.rb

17 lines
742 B
Ruby

cask 'android-platform-tools' do
version '29.0.6'
sha256 '7555e8e24958cae4cfd197135950359b9fe8373d4862a03677f089d215119a3a'
# google.com/android/repository/platform-tools was verified as official when first introduced to the cask
url "https://dl.google.com/android/repository/platform-tools_r#{version}-darwin.zip"
name 'Android SDK Platform-Tools'
homepage 'https://developer.android.com/studio/releases/platform-tools.html'
binary "#{staged_path}/platform-tools/adb"
binary "#{staged_path}/platform-tools/dmtracedump"
binary "#{staged_path}/platform-tools/etc1tool"
binary "#{staged_path}/platform-tools/fastboot"
binary "#{staged_path}/platform-tools/hprof-conv"
binary "#{staged_path}/platform-tools/mke2fs"
end