geckodriver 0.13.0
Closes #8582. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
48a15f61cf
commit
4cfde59334
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Geckodriver < Formula
|
class Geckodriver < Formula
|
||||||
desc "WebDriver <-> Marionette proxy"
|
desc "WebDriver <-> Marionette proxy"
|
||||||
homepage "https://github.com/mozilla/geckodriver"
|
homepage "https://github.com/mozilla/geckodriver"
|
||||||
url "https://github.com/mozilla/geckodriver/archive/v0.12.0.tar.gz"
|
url "https://github.com/mozilla/geckodriver/archive/v0.13.0.tar.gz"
|
||||||
sha256 "a893129f3cb8f6b95876e79cf50ae2af9c2df6d7e3d8654bdca8963729a0a468"
|
sha256 "3eb92f5896b0e5a92fcbee18eb342fbd31688d1d266bbecb9c61819021050402"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any_skip_relocation
|
cellar :any_skip_relocation
|
||||||
|
|
Loading…
Reference in a new issue