Skip to content
Snippets Groups Projects
Unverified Commit cd059a82 authored by Nicolas Vigier's avatar Nicolas Vigier
Browse files

Bug 25585: fetch dependencies using https instead of http when possible

parent 06797372
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,6 @@ input_files:
- URL: https://github.com/googlei18n/noto-cjk/raw/f36eda03dfa5582a6d49abbfb5c83d0209584158/NotoSansTC-Regular.otf
sha256sum: e6b82f7d3dab605c428161124ceb5e169cde93de632d800297b167cdd88e7baa
enable: '[% c("var/linux") %]'
- URL: http://downloads.sourceforge.net/stixfonts/STIXv1.1.1-latex.zip
- URL: https://downloads.sourceforge.net/stixfonts/STIXv1.1.1-latex.zip
sha256sum: e3b0f712e2644438eee2d0dcd2b10b2d54f1b972039de95b2f8e800bae1adbd8
enable: '[% c("var/linux") || c("var/osx") %]'
......@@ -10,26 +10,22 @@ input_files:
- project: container-image
- project: cmake
name: cmake
- URL: 'http://releases.llvm.org/[% c("version") %]/llvm-[% c("version") %].src.tar.xz'
# no proper HTTPS
- URL: 'https://releases.llvm.org/[% c("version") %]/llvm-[% c("version") %].src.tar.xz'
name: llvm
sig_ext: sig
file_gpg_id: 1
gpg_keyring: llvm.gpg
- URL: 'http://releases.llvm.org/[% c("version") %]/cfe-[% c("version") %].src.tar.xz'
# no proper HTTPS
- URL: 'https://releases.llvm.org/[% c("version") %]/cfe-[% c("version") %].src.tar.xz'
name: cfe
sig_ext: sig
file_gpg_id: 1
gpg_keyring: llvm.gpg
- URL: 'http://releases.llvm.org/[% c("version") %]/libcxx-[% c("version") %].src.tar.xz'
# no proper HTTPS
- URL: 'https://releases.llvm.org/[% c("version") %]/libcxx-[% c("version") %].src.tar.xz'
name: libcxx
sig_ext: sig
file_gpg_id: 1
gpg_keyring: llvm.gpg
- URL: 'http://releases.llvm.org/[% c("version") %]/libcxxabi-[% c("version") %].src.tar.xz'
# no proper HTTPS
- URL: 'https://releases.llvm.org/[% c("version") %]/libcxxabi-[% c("version") %].src.tar.xz'
name: libcxxabi
sig_ext: sig
file_gpg_id: 1
......
# vim: filetype=yaml sw=2
filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
git_url: http://git.code.sf.net/p/mingw-w64/mingw-w64
git_url: https://git.code.sf.net/p/mingw-w64/mingw-w64
git_hash: 1259532ff8f5a7ac625b2f28d499ee93a0c0841e
version: '[% c("abbrev") %]'
var:
......
......@@ -15,7 +15,7 @@ var:
input_files:
- project: container-image
- filename: 'nsis-[% c("version") %].tar.bz2'
URL: 'http://downloads.sourceforge.net/nsis/nsis-[% c("version") %]-src.tar.bz2'
URL: 'https://downloads.sourceforge.net/nsis/nsis-[% c("version") %]-src.tar.bz2'
sha256sum: 43d4c9209847e35eb6e2c7cd5a7586e1445374c056c2c7899e40a080e17a1be7
- name: debian
URL: 'http://http.debian.net/debian/pool/main/n/nsis/nsis_2.51-1.debian.tar.xz'
......
......@@ -47,7 +47,7 @@ input_files:
gpg_keyring: winpython.gpg
- URL: https://pypi.python.org/packages/source/s/setuptools/setuptools-1.4.tar.gz
sha256sum: 75d288687066ed124311d6ca5f40ffa92a0e81adcd7fff318c6e84082713cf39
- URL: http://downloads.sourceforge.net/py2exe/0.6.9/py2exe-0.6.9.win32-py2.7.exe
- URL: https://downloads.sourceforge.net/py2exe/0.6.9/py2exe-0.6.9.win32-py2.7.exe
sha256sum: 610a8800de3d973ed5ed4ac505ab42ad058add18a68609ac09e6cf3598ef056c
- name: '[% c("var/compiler") %]'
project: '[% c("var/compiler") %]'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment