Merge pull request #198803 from Homebrew/bump-wizcli-0.69.0
[Homebrew/homebrew-cask.git] / Casks / a / airdash.rb
blob59f58db6458f4bc82aa47594f19b747999d485b0
1 cask "airdash" do
2   version "2.0.158"
3   sha256 "990a683d6200fe595da3963bbcb0ec806d7f4d755a1ec73bd1ae21e50a5079fd"
5   url "https://github.com/simonbengtsson/airdash/releases/download/v#{version}/airdash.dmg",
6       verified: "github.com/simonbengtsson/airdash/"
7   name "AirDash"
8   desc "Transfer photos and files to any device"
9   homepage "https://airdash-project.web.app/"
11   livecheck do
12     url :url
13     strategy :github_latest
14   end
16   depends_on macos: ">= :big_sur"
18   app "AirDash#{version.patch}.app"
20   zap trash: [
21     "~/Library/Application Scripts/io.flown.airdashn",
22     "~/Library/Containers/io.flown.airdashn",
23   ]
24 end