mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
23 lines
493 B
Ruby
23 lines
493 B
Ruby
cask "send-anywhere" do
|
|
version "23.11.15"
|
|
sha256 :no_check
|
|
|
|
url "https://update.send-anywhere.com/osx_downloads/Send%20Anywhere.dmg"
|
|
name "Send Anywhere"
|
|
desc "File sharing app"
|
|
homepage "https://send-anywhere.com/"
|
|
|
|
livecheck do
|
|
url :url
|
|
strategy :extract_plist
|
|
end
|
|
|
|
app "Send Anywhere.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/Send Anywhere",
|
|
"~/Library/Logs/Send Anywhere",
|
|
"~/Library/Preferences/com.estmob.osx.sendanywhere.plist",
|
|
]
|
|
end
|