homebrew-cask/Casks/candybar.rb

15 lines
466 B
Ruby
Raw Normal View History

2012-10-25 18:18:47 +08:00
class Candybar < Cask
version '3.3.4'
sha256 'f305596f195445016b35c9d99a40789c6671195e9cbad0b6e92e808b6c633ad6'
2014-09-26 20:08:49 +08:00
url "https://panic.com/candybar/d/CandyBar%20#{version}.zip"
homepage 'http://www.panic.com/blog/candybar-mountain-lion-and-beyond'
2014-10-01 23:32:36 +08:00
license :unknown
2014-09-16 00:05:21 +08:00
app 'CandyBar.app'
caveats <<-EOS.undent
Candybar is free of charge. Visit the following link for a license
http://panic.com/bin/setup.php/cb3/PPQA-YAMA-E3KP-VHXG-B6AL-L
EOS
2012-10-25 18:18:47 +08:00
end