homebrew-cask/Casks/astrill.rb

14 lines
268 B
Ruby

cask :v1 => 'astrill' do
version :latest
sha256 :no_check
url 'http://download.astrill.com/astrill-setup-mac.dmg'
name 'Astrill'
homepage 'https://www.astrill.com'
license :gratis
pkg 'Astrill Setup.mpkg'
uninstall :pkgutil => 'com.Astrill.app'
end