homebrew-cask/Casks/u/ubports-installer.rb

25 lines
769 B
Ruby

cask "ubports-installer" do
version "0.10.0"
sha256 "1a9e1bb64c8a714e239a985a521e7ca38b46a77bfc3c80adbf938e3078d51c2f"
url "https://github.com/ubports/ubports-installer/releases/download/#{version}/ubports-installer_#{version}_mac_x64.dmg",
verified: "github.com/ubports/ubports-installer/"
name "ubports-installer"
desc "Application to install ubports on mobile devices"
homepage "https://ubports.com/"
livecheck do
url :url
regex(/v?(\d+(?:\.\d+)+(?:-beta)?)/i)
strategy :github_latest
end
app "ubports-installer.app"
zap trash: [
"~/Library/Application Support/ubports-installer",
"~/Library/Preferences/com.ubports.installer.plist",
"~/Library/Saved Application State/com.ubports.installer.savedState",
]
end