homebrew-cask/Casks/theine.rb

14 lines
462 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'theine' do
2015-06-26 01:08:37 +08:00
version '1.0.1'
sha256 'ffba439b07e2c5119bfb1648eda753681385f84a7bb5be5316b492d7d075bbdd'
url "https://github.com/lvillani/theine/releases/download/v#{version}/Theine-v#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/lvillani/theine/releases.atom',
checkpoint: 'b45914107bffeb369f5fba2761135f9adede11e49ef0f7496f3a1e6bd1e5b8ea'
2015-06-26 01:08:37 +08:00
name 'Theine'
homepage 'https://github.com/lvillani/theine'
license :mit
app 'Theine.app'
end