homebrew-cask/Casks/astrill.rb

12 lines
251 B
Ruby
Raw Normal View History

2014-11-14 01:25:24 +08:00
cask :v1 => 'astrill' do
2014-11-01 15:42:03 +08:00
version :latest
sha256 :no_check
url 'http://download.astrill.com/astrill-setup-mac.dmg'
homepage 'https://www.astrill.com'
license :unknown
pkg 'Astrill Setup.mpkg'
uninstall :pkgutil => 'com.Astrill.app'
end