mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
10 lines
304 B
Ruby
10 lines
304 B
Ruby
class FierySoftwareManager < Cask
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://d1umxs9ckzarso.cloudfront.net/Products/FSM/Fiery-Software-Manager.dmg'
|
|
homepage 'http://w3.efi.com/Fiery/Products/CWS5/Download/thank-you'
|
|
license :unknown
|
|
|
|
installer :manual => 'Fiery Software Manager.app'
|
|
end
|