homebrew-cask/Casks/peakhour.rb

14 lines
466 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'peakhour' do
2016-01-31 11:06:25 +08:00
version '3.1.2'
sha256 '6c522b5b246d84b0fb1e72f4fc44041c3879ee1bbbbb983c20f793109d29d7c0'
2015-11-01 01:08:30 +08:00
url "https://updates.peakhourapp.com/releases/PeakHour%20#{version}.zip"
2015-11-01 01:34:48 +08:00
appcast 'https://updates.peakhourapp.com/PeakHourAppcast.xml',
2016-01-31 11:06:25 +08:00
checkpoint: '0081474ff479a43336d19bea87fb424d3a79797f812db4fe70622199a73f33a4'
2015-11-01 01:08:30 +08:00
name 'PeakHour'
2015-11-01 01:19:54 +08:00
homepage 'https://www.peakhourapp.com'
2015-11-01 01:08:30 +08:00
license :commercial
app "PeakHour #{version.to_i}.app"
end