homebrew-cask/Casks/proxifier.rb

14 lines
236 B
Ruby
Raw Normal View History

2014-11-14 01:26:43 +08:00
cask :v1 => 'proxifier' do
2014-09-17 19:42:58 +08:00
version :latest
2014-08-04 18:49:10 +08:00
sha256 :no_check
url 'https://www.proxifier.com/distr/ProxifierMac.zip'
2015-10-26 16:45:49 +08:00
2015-01-12 03:43:06 +08:00
name 'Proxifier'
2015-06-29 14:32:18 +08:00
homepage 'https://www.proxifier.com/mac/'
2015-10-26 16:45:49 +08:00
license :commercial
2014-08-04 18:49:10 +08:00
2014-09-16 00:06:10 +08:00
app 'Proxifier.app'
2015-10-26 16:45:49 +08:00
2014-08-04 18:49:10 +08:00
end