homebrew-cask/Casks/tableflip.rb

16 lines
554 B
Ruby
Raw Normal View History

2016-10-05 20:31:43 +08:00
cask 'tableflip' do
2016-11-06 05:26:12 +08:00
version '1.1.4'
sha256 'feb5f11017e6983f1d4136ca31d251ddff86c42b0f5e990aeff6809fb85ce713'
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-10-31 16:17:15 +08:00
checkpoint: 'df87f5df3dd31b2401c0510643dd811bf44ac5f63215cc87b411e4c1173fa4b4'
2016-10-05 20:31:43 +08:00
name 'TableFlip'
homepage 'http://tableflipapp.com'
2016-10-09 00:55:39 +08:00
auto_updates true
2016-10-05 20:31:43 +08:00
app 'TableFlip.app'
end