homebrew-cask/Casks/tip.rb

14 lines
377 B
Ruby
Raw Normal View History

cask "tip" do
version "2.0.0"
sha256 "4d986a461d1b24bb5776fb49063b9a1891939f336b306a6bc75f58d0a4e98bcb"
url "https://github.com/tanin47/tip/releases/download/v#{version}/Tip.zip"
appcast "https://github.com/tanin47/tip/releases.atom"
name "Tip"
homepage "https://github.com/tanin47/tip"
app "Tip.app"
zap trash: "~/Library/Application Scripts/tanin.tip"
end