mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 14:26:46 -06:00
7 lines
178 B
Ruby
7 lines
178 B
Ruby
class Mover < Cask
|
|
url 'http://www.themaninhat.com/static/mover.dmg'
|
|
homepage 'http://www.themaninhat.com/mover.html'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'Mover.app'
|
|
end
|