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-05-08 04:52:07 +08:00
version '3.1.4'
sha256 'f9e9d86a4e5e6122fa87f7dc1e1baa750aac4b7160a243dba117dbe98d213ad6'
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-05-08 04:52:07 +08:00
checkpoint: '842d16e2dcf126c6253b19ce838a9f8c0a90b6052db42b858f2c462899cc9c57'
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