homebrew-cask/Casks/cronnix.rb

16 lines
506 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cronnix' do
2014-10-17 19:49:26 +08:00
version '3.0.2'
sha256 'e61144dc7b489d581fea10bc5d04dab1c0ea590ba8a69ed5d3c4e4617f557cd2'
2016-07-05 07:30:43 +08:00
# googleapis.com/google-code-archive-downloads/v2/code.google.com/cronnix was verified as official when first introduced to the cask
url "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/cronnix/CronniX_#{version}.app.zip"
2015-03-26 11:29:15 +08:00
name 'CronniX'
2016-01-19 06:43:10 +08:00
homepage 'https://code.google.com/archive/p/cronnix/'
2014-10-17 19:49:26 +08:00
app 'CronniX.app'
2016-01-19 06:43:10 +08:00
caveats do
discontinued
end
2014-10-17 19:49:26 +08:00
end