mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
7 lines
204 B
Ruby
7 lines
204 B
Ruby
class Macpilot < Cask
|
|
url 'http://www.koingo.com/downloads/macintosh/mac_pilot.dmg'
|
|
homepage 'http://www.koingosw.com/products/macpilot.php'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'MacPilot.app'
|
|
end
|