homebrew-cask/Casks/pullover.rb

13 lines
459 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'pullover' do
2016-06-19 06:21:47 +08:00
version '1.0.0'
sha256 'fa170d7fa4d7144f29df8b5385c5e40f2a0a7fcace5c86e55fe408dc8dbc9f5e'
2016-06-19 06:21:47 +08:00
url "https://github.com/cgrossde/Pullover/releases/download/#{version}/Pullover_#{version}.dmg"
appcast 'https://github.com/cgrossde/Pullover/releases.atom',
2016-07-26 05:55:45 +08:00
checkpoint: 'f0341f0f19e6aac6aa57ad4c64a7188a307fcf7943344dac262f2f6818dba753'
name 'Pullover'
homepage 'https://github.com/cgrossde/Pullover'
app 'pullover.app'
end