homebrew-cask/Casks/cronnix.rb

16 lines
386 B
Ruby

cask 'cronnix' do
version '3.0.2'
sha256 'e61144dc7b489d581fea10bc5d04dab1c0ea590ba8a69ed5d3c4e4617f557cd2'
url "https://storage.googleapis.com/google-code-archive-downloads/v1/code.google.com/cronnix/CronniX_#{version}.app.zip"
name 'CronniX'
homepage 'https://code.google.com/archive/p/cronnix/'
license :gpl
app 'CronniX.app'
caveats do
discontinued
end
end