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.
15 lines
341 B
Ruby
15 lines
341 B
Ruby
cask "colorpicker-developer" do
|
|
version "1.5.4"
|
|
sha256 :no_check
|
|
|
|
url "https://download.panic.com/picker/developercolorpicker.zip"
|
|
name "Developer Color Picker"
|
|
homepage "https://download.panic.com/picker/index.html"
|
|
|
|
colorpicker "Developer Color Picker/DeveloperColorPicker.colorPicker"
|
|
|
|
caveats do
|
|
discontinued
|
|
end
|
|
end
|