use HTTPS url in xca.rb

This commit is contained in:
Roland Walker 2014-06-18 11:11:06 -04:00
parent 01a2b61f93
commit 644311284d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
class Xca < Cask
url 'http://sourceforge.net/projects/xca/files/latest/download',
url 'https://sourceforge.net/projects/xca/files/latest/download',
:user_agent => :fake
homepage 'http://xca.sourceforge.net/'
version 'latest'