Auto merge of #3175 - ca333:patch-4, r=daira

[fix] proton download path

resolves #3174
This commit is contained in:
Homu 2018-04-16 09:47:39 -07:00
commit 012344249b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
package=proton package=proton
$(package)_version=0.17.0 $(package)_version=0.17.0
$(package)_download_path=http://apache.cs.utah.edu/qpid/proton/$($(package)_version) $(package)_download_path=https://archive.apache.org/dist/qpid/proton/$($(package)_version)
$(package)_file_name=qpid-proton-$($(package)_version).tar.gz $(package)_file_name=qpid-proton-$($(package)_version).tar.gz
$(package)_sha256_hash=6ffd26d3d0e495bfdb5d9fefc5349954e6105ea18cc4bb191161d27742c5a01a $(package)_sha256_hash=6ffd26d3d0e495bfdb5d9fefc5349954e6105ea18cc4bb191161d27742c5a01a
$(package)_patches=minimal-build.patch $(package)_patches=minimal-build.patch