homebrew-cask/Casks/tableflip.rb

16 lines
555 B
Ruby
Raw Normal View History

2016-10-05 20:31:43 +08:00
cask 'tableflip' do
2016-12-31 05:56:41 +08:00
version '1.1.5'
sha256 '06ca0b955335c4b7ffdcdceeed7a3aecf6cef6cb996b6dc222636ec04ab92218'
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"
2016-11-07 05:24:22 +08:00
appcast "https://update.christiantietze.de/tableflip/v#{version.major}/release.xml",
2016-12-31 05:56:41 +08:00
checkpoint: '0c5937b9dfa4b9cf2c0781d53b7f39e0f6385fedd9ebe8ef551dc26fb540ca3c'
2016-10-05 20:31:43 +08:00
name 'TableFlip'
homepage 'http://tableflipapp.com/'
2016-10-05 20:31:43 +08:00
2016-10-09 00:55:39 +08:00
auto_updates true
2016-10-05 20:31:43 +08:00
app 'TableFlip.app'
end