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-06-12 04:23:36 +08:00
version '3.1.5'
sha256 '619a550162a76111b5f7023d7a8f905bd234193530d599b4a9d47a4e2ebeb6de'
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-06-12 04:23:36 +08:00
checkpoint: '25ab3c1e8f3bf95ffd15d0d5b5d32c082ff782ec4c0dfb20325d46af771dd8c2'
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