cask "android-platform-tools" do os macos: "darwin", linux: "linux" version "36.0.0" sha256 arm: "d3e9fa1df3345cf728586908426615a60863d2632f73f1ce14f0f1349ef000fd", x86_64: "d3e9fa1df3345cf728586908426615a60863d2632f73f1ce14f0f1349ef000fd", x86_64_linux: "0ead642c943ffe79701fccca8f5f1c69c4ce4f43df2eefee553f6ccb27cbfbe8", arm64_linux: "0ead642c943ffe79701fccca8f5f1c69c4ce4f43df2eefee553f6ccb27cbfbe8" url "https://dl.google.com/android/repository/platform-tools_r#{version}-#{os}.zip", verified: "google.com/android/repository/" name "Android SDK Platform-Tools" desc "Android SDK component" homepage "https://developer.android.com/tools/releases/platform-tools" livecheck do url :homepage regex(/data-text=["']?[^"' >]*?v?(\d+(?:\.\d+)+)["'> (]/i) end no_autobump! because: :requires_manual_review binary "#{staged_path}/platform-tools/adb" binary "#{staged_path}/platform-tools/etc1tool" binary "#{staged_path}/platform-tools/fastboot" binary "#{staged_path}/platform-tools/hprof-conv" binary "#{staged_path}/platform-tools/make_f2fs" binary "#{staged_path}/platform-tools/make_f2fs_casefold" binary "#{staged_path}/platform-tools/mke2fs" # No zap stanza required end