homebrew-cask/Casks/cdock.rb

23 lines
741 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cdock' do
2016-02-09 06:02:46 +08:00
version '0.10.3'
sha256 '2e54c96e1a7c61414454171f09c3d0c2c59451bdcb917dcf1cd31f0ce3ee772d'
2016-02-11 05:06:32 +08:00
# github.com/w0lfschild/cDock2 was verified as official when first introduced to the cask
2016-02-09 06:02:46 +08:00
url "https://github.com/w0lfschild/cDock2/releases/download/v#{version}/cDock.zip"
2015-12-09 03:33:18 +08:00
appcast 'https://github.com/w0lfschild/cDock2/releases.atom',
2016-02-09 06:02:46 +08:00
checkpoint: '152818010dd4d1f3c7988a188841ddb9ae4db143616ef504dcbd01ea340f5405'
2015-10-20 15:22:17 +08:00
name 'cDock2'
homepage 'https://w0lfschild.github.io/cdock'
2015-07-24 03:25:52 +08:00
license :bsd
depends_on cask: 'easysimbl'
depends_on macos: '>= :mavericks'
2014-09-16 00:05:22 +08:00
app 'cDock.app'
2015-05-06 03:13:02 +08:00
2015-05-06 00:19:33 +08:00
caveats <<-EOS.undent
#{token} will only run from within /Applications,
and will request to be moved at launch.
EOS
end