Files
homebrew-cask/Casks/s/shades.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

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