Commit ac5730a6 authored by Marian-Vasile Laza's avatar Marian-Vasile Laza
Browse files

Backed out changeset 2c24c285ed0a (bug 1727780) for breaking browsertime tasks...

Backed out changeset 2c24c285ed0a (bug 1727780) for breaking browsertime tasks (new yargs version requires node 12 but version 10 is used). CLOSED TREE
parent 37fde4be
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -143,9 +143,11 @@ host_fetches = {
        },
        "ImageMagick": {
            "type": "static-url",
            "url": "https://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-7.1.0-4-portable-Q16-x64.zip",  # noqa
            # 'url': 'https://imagemagick.org/download/binaries/ImageMagick-7.0.8-39-portable-Q16-x64.zip',  # noqa
            # imagemagick.org doesn't keep old versions; the mirror below does.
            "url": "https://ftp.icm.edu.pl/packages/ImageMagick/binaries/ImageMagick-7.0.8-39-portable-Q16-x64.zip",  # noqa
            # An extension to `fetch` syntax.
            "path": "ImageMagick-7.1.0",
            "path": "ImageMagick-7.0.8",
        },
    },
}
+172 −140

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1

File changed.

Preview size limit exceeded, changes collapsed.