homebrew-cask/Casks/hyper.rb

15 lines
357 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'hyper' do
version :latest
sha256 :no_check
2016-03-05 01:18:53 +08:00
# hyper-install.s3.amazonaws.com was verified as official when first introduced to the cask
url 'https://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