Commit 5f8530ca authored by Jérome Perrin's avatar Jérome Perrin

component/firefox: version up geckodriver 0.17.0

parent a5661084
...@@ -108,12 +108,12 @@ script = ...@@ -108,12 +108,12 @@ script =
recipe = slapos.recipe.build recipe = slapos.recipe.build
location = ${buildout:bin-directory}/${:_buildout_section_name_} location = ${buildout:bin-directory}/${:_buildout_section_name_}
version = 0.14.0 version = 0.17.0
x86 = https://github.com/mozilla/geckodriver/releases/download/v${:version}/geckodriver-v${:version}-linux32.tar.gz x86 = https://github.com/mozilla/geckodriver/releases/download/v${:version}/geckodriver-v${:version}-linux32.tar.gz
b5836f5a944fe9f3ed1a67c7b342c6a7 79b1a158f96d29942a111c0905f1c807
x86-64 = https://github.com/mozilla/geckodriver/releases/download/v${:version}/geckodriver-v${:version}-linux64.tar.gz x86-64 = https://github.com/mozilla/geckodriver/releases/download/v${:version}/geckodriver-v${:version}-linux64.tar.gz
4a185d3179862a35104603b9274452e7 be18faeea6e7db9db6990d8667e2298f
script = script =
url, md5sum = self.options[guessPlatform()].split() url, md5sum = self.options[guessPlatform()].split()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment