homebrew-cask/Casks/mover.rb

10 lines
183 B
Ruby
Raw Normal View History

2013-11-13 09:02:10 +08:00
class Mover < Cask
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'
homepage 'http://www.themaninhat.com/mover.html'
2014-09-16 00:05:58 +08:00
app 'Mover.app'
2013-11-13 09:02:10 +08:00
end