Adds Tip.app 1.3.0 (#82794)

* Adds Tip.app 1.3.0

Initial commit adding a cask for the Tip.app programmable tooltip app.

* Address feedback.

Co-authored-by: Matt White <matt@bitforge.us>
This commit is contained in:
mattfff 2020-05-18 09:09:17 -06:00 committed by GitHub
parent 30d5f41f9a
commit 36e5141819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
Casks/tip.rb Normal file
View File

@ -0,0 +1,13 @@
cask 'tip' do
version '1.3.0'
sha256 'db26cdbb41c3834d291d3e08d7d13ebf0c4d89765afdf5b91c23f8c319dd76db'
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