diff --git a/component/packer/buildout.cfg b/component/packer/buildout.cfg index e834fc2d50b0dfa166e041dc6eed431e0657fc5f..24320f54ac2b9bb407cbf422cc94ec593d0c091f 100644 --- a/component/packer/buildout.cfg +++ b/component/packer/buildout.cfg @@ -7,9 +7,10 @@ parts = recipe = slapos.recipe.build # here, two %s are used, first one is for directory name (eg. x86_64), and second one is for filename (eg. x86-64). -url_x86-64 = https://dl.bintray.com/mitchellh/packer/packer_0.7.5_linux_amd64.zip -url_x86 = https://dl.bintray.com/mitchellh/packer/packer_0.7.5_linux_386.zip - +url_x86-64 = https://releases.hashicorp.com/packer/${:version}/packer_${:version}_linux_amd64.zip +url_x86 = https://releases.hashicorp.com/packer/${:version}/packer_${:version}_linux_386.zip +version = 0.7.5 + # supported architectures md5sums md5sum_x86 = a545108a0ccfde7c1e74de6c4e6fdded md5sum_x86-64 = f343d709b84db494e8d6ec38259aa4a6 diff --git a/component/spidermonkey/buildout.cfg b/component/spidermonkey/buildout.cfg index df41ec6f0fabbe7e1984c9953fa923dcb2d16e7f..5aa89500c82a0fdcff63feb5fc4f6a23ce5a579b 100644 --- a/component/spidermonkey/buildout.cfg +++ b/component/spidermonkey/buildout.cfg @@ -4,7 +4,7 @@ parts = spidermonkey [spidermonkey-1.7] recipe = slapos.recipe.build -url = ftp://ftp.mozilla.org/pub/mozilla.org/js/js-1.7.0.tar.gz +url = http://ftp.mozilla.org/pub/mozilla.org/js/js-1.7.0.tar.gz md5sum = 5571134c3863686b623ebe4e6b1f6fe6 slapos_promise = directory:include/