homebrew-cask/Casks/astrill.rb

13 lines
258 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'astrill' do
2014-11-01 15:42:03 +08:00
version :latest
sha256 :no_check
2016-12-30 20:43:53 +08:00
url 'https://www.astrill.com/downloads/astrill-setup-mac.pkg'
2015-01-04 11:18:33 +08:00
name 'Astrill'
homepage 'https://www.astrill.com/'
2014-11-01 15:42:03 +08:00
2016-12-30 20:43:53 +08:00
pkg 'astrill-setup-mac.pkg'
2014-11-22 22:12:36 +08:00
2016-12-30 20:43:53 +08:00
uninstall pkgutil: 'com.astrill.pkg.astrill'
2014-11-01 15:42:03 +08:00
end