homebrew-cask/Casks/mover.rb

12 lines
318 B
Ruby
Raw Normal View History

2014-11-14 01:26:26 +08:00
cask :v1 => 'mover' do
2014-09-17 19:42:54 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'http://www.themaninhat.com/static/mover.dmg'
2015-01-12 02:40:33 +08:00
name 'Mover'
homepage 'http://www.themaninhat.com/mover.html'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:58 +08:00
app 'Mover.app'
2013-11-13 09:02:10 +08:00
end