homebrew-cask/Casks/tip.rb

14 lines
377 B
Ruby

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