homebrew-cask/Casks/on-the-job.rb

13 lines
369 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'on-the-job' do
2016-01-09 00:31:46 +08:00
version '3.0.9'
sha256 '08ef2e932ec200f65376b401a9311f8cd5fc1548ef462ebb2963232ac8dceec4'
2014-11-03 22:14:18 +08:00
2016-01-09 00:31:46 +08:00
# amazonaws.com is the official download host per the vendor homepage
url "http://stunt.s3.amazonaws.com/onthejob_#{version}.zip"
name 'On The Job'
homepage 'https://stuntsoftware.com/onthejob/'
2014-11-03 22:14:18 +08:00
license :commercial
app 'On The Job.app'
end