homebrew-cask/Casks/tableflip.rb

13 lines
379 B
Ruby
Raw Normal View History

2016-10-05 20:31:43 +08:00
cask 'tableflip' do
2016-10-09 00:45:36 +08:00
version '1.0.2'
sha256 '4178b77fb8b458560a191320e6009d1ac3c3e32eac95c0a2b05774edf0fcfaac'
2016-10-05 20:31:43 +08:00
# s3.amazonaws.com/tableflip was verified as official when first introduced to the cask
url "https://s3.amazonaws.com/tableflip/TableFlip-v#{version}.zip"
name 'TableFlip'
homepage 'http://tableflipapp.com'
license :commercial
app 'TableFlip.app'
end