homebrew-cask/Casks/zephyros.rb

12 lines
313 B
Ruby
Raw Normal View History

class Zephyros < Cask
2014-09-17 19:43:09 +08:00
version :latest
sha256 :no_check
url 'https://raw.github.com/sdegutis/zephyros/master/Builds/Zephyros-LATEST.app.tar.gz'
2014-05-14 21:40:04 +08:00
appcast 'https://raw.github.com/sdegutis/zephyros/master/appcast.xml'
homepage 'https://github.com/sdegutis/zephyros'
2014-10-01 23:34:21 +08:00
license :oss
2014-09-16 00:06:40 +08:00
app 'Zephyros.app'
end