homebrew-cask/Casks/astrill.rb

14 lines
366 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'
2015-01-04 11:18:33 +08:00
name 'Astrill'
2014-11-01 15:42:03 +08:00
homepage 'https://www.astrill.com'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-11-01 15:42:03 +08:00
pkg 'Astrill Setup.mpkg'
2014-11-22 22:12:36 +08:00
2014-11-01 15:42:03 +08:00
uninstall :pkgutil => 'com.Astrill.app'
end