homebrew-cask-versions/Casks/mover.rb
2015-01-11 20:03:56 +00:00

11 lines
318 B
Ruby

cask :v1 => 'mover' do
version :latest
sha256 :no_check
url 'http://www.themaninhat.com/static/mover.dmg'
name 'Mover'
homepage 'http://www.themaninhat.com/mover.html'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Mover.app'
end