From d16bd8a96ee9dc7e889b6c909dff751cb6e27d75 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Fri, 14 Aug 2015 17:20:32 +0200 Subject: [PATCH] version up : firefox 40.0.2. --- component/firefox/buildout.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/component/firefox/buildout.cfg b/component/firefox/buildout.cfg index 493fbe449..7d5dd3484 100644 --- a/component/firefox/buildout.cfg +++ b/component/firefox/buildout.cfg @@ -26,12 +26,12 @@ depends = ${liberation-fonts:location} ${ipaex-fonts:location} -version = 36.0.4 +version = 40.0.2 # MD5SUMs are available at : # https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${:version}/MD5SUMS -x86 = http://download-installer.cdn.mozilla.net/pub/firefox/releases/${:version}/linux-i686/en-US/firefox-${:version}.tar.bz2 6f50b82a6c020d0f29a04cfcd9fe8282 -x86-64 = http://download-installer.cdn.mozilla.net/pub/firefox/releases/${:version}/linux-x86_64/en-US/firefox-${:version}.tar.bz2 119d9369a3b1be282936c35bf036414f +x86 = http://download-installer.cdn.mozilla.net/pub/firefox/releases/${:version}/linux-i686/en-US/firefox-${:version}.tar.bz2 91005730fe4de7504e1d21d80e427377 +x86-64 = http://download-installer.cdn.mozilla.net/pub/firefox/releases/${:version}/linux-x86_64/en-US/firefox-${:version}.tar.bz2 2cf6af6369c01f9b49ad69aa12a705b4 script = if not self.options.get('url'): self.options['url'], self.options['md5sum'] = self.options[guessPlatform()].split(' ') -- 2.30.9