homebrew-cask/Casks/evom.rb

9 lines
254 B
Ruby
Raw Normal View History

2013-08-10 04:59:47 +08:00
class Evom < Cask
url 'http://files.thelittleappfactory.com/evom/Evom.zip'
2014-05-14 21:40:00 +08:00
appcast 'https://files.thelittleappfactory.com/evom/appcast.xml'
2013-08-10 04:59:47 +08:00
homepage 'http://thelittleappfactory.com/evom/'
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
2013-08-10 04:59:47 +08:00
link 'Evom.app'
end