summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorsr55 <[email protected]>2014-08-19 11:46:48 +0000
committersr55 <[email protected]>2014-08-19 11:46:48 +0000
commit289f49c8fb5a59faf5f0566c749c3477daf0f4ce (patch)
tree7d1baa52b99adda681277708ea3be9de6248fbf9 /make
parent74a8a87f92d87cd324374cedb61f382f6407ba10 (diff)
Using https for all appcast urls
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6315 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'make')
-rw-r--r--make/configure.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/configure.py b/make/configure.py
index 4081e26af..571093e24 100644
--- a/make/configure.py
+++ b/make/configure.py
@@ -822,8 +822,8 @@ class Project( Action ):
self.build = time.strftime('%Y%m%d') + '99'
self.title = '%s rev%d (%s)' % (self.name,repo.rev,self.build)
- self.url_appcast = 'http://handbrake.fr/appcast%s%s.xml' % (url_ctype,url_arch)
- self.url_appnote = 'http://handbrake.fr/appcast/%s.html' % (url_ntype)
+ self.url_appcast = 'https://handbrake.fr/appcast%s%s.xml' % (url_ctype,url_arch)
+ self.url_appnote = 'https://handbrake.fr/appcast/%s.html' % (url_ntype)
self.msg_end = '%s (%s)' % (self.name,repo.type)
self.fail = False