homebrew-cask-versions/Casks/hyper.rb
Rogerio Prado de Jesus d8c4aa23ed hyper v:latest (new cask)
Signed-off-by: Rogerio Prado de Jesus <rogeriopradoj@gmail.com>
2015-08-29 11:23:10 +01:00

14 lines
344 B
Ruby

cask :v1 => 'hyper' do
version :latest
sha256 :no_check
# amazonaws.com is the official download host per the vendor homepage
url 'http://hyper-install.s3.amazonaws.com/hyper-mac.pkg'
name 'Hyper'
homepage 'https://hyper.sh/'
license :apache
pkg 'hyper-mac.pkg'
uninstall :script => '/opt/hyper/bin/uninstall-hyper.sh'
end