mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 06:06:50 -06:00
10 lines
237 B
Ruby
10 lines
237 B
Ruby
class Shades < Cask
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://www.charcoaldesign.co.uk/shades/download/intel'
|
|
homepage 'http://www.charcoaldesign.co.uk/shades'
|
|
license :unknown
|
|
|
|
prefpane 'Shades Preferences.prefPane'
|
|
end
|