mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
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:
parent
ee15317fda
commit
eefe334cd6
1 changed files with 8 additions and 0 deletions
8
Casks/xca.rb
Normal file
8
Casks/xca.rb
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue