Add XCA - X Certificate and key management (latest)

:fake user agent is required so sf.net will serve us the dmg
instead of the source archive or Windows exe. Minimally, this seems
to be dependent on the presence of the 'Intel OS X' string in the UA
This commit is contained in:
Nick Lopez 2014-03-23 23:51:36 -04:00
parent ee15317fda
commit eefe334cd6
1 changed files with 8 additions and 0 deletions

8
Casks/xca.rb Normal file
View File

@ -0,0 +1,8 @@
class Xca < Cask
url 'http://sourceforge.net/projects/xca/files/latest/download',
:user_agent => :fake
homepage 'http://xca.sourceforge.net/'
version 'latest'
no_checksum
link 'xca.app'
end