mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
16 lines
327 B
Ruby
16 lines
327 B
Ruby
cask "shades" do
|
|
version "1.2"
|
|
sha256 :no_check
|
|
|
|
url "https://www.charcoaldesign.co.uk/shades/download/intel"
|
|
name "Shades"
|
|
homepage "https://www.charcoaldesign.co.uk/shades"
|
|
|
|
livecheck do
|
|
url :homepage
|
|
regex(/version\s+(?:<a[^>]*>\s*)?(\d+(?:\.\d+)+)/i)
|
|
end
|
|
|
|
prefpane "Shades Preferences.prefPane"
|
|
end
|