diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:40:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:40:09 +0000 |
commit | c1701504b2366542c32c5e6eeff1ba62cc75f8f6 (patch) | |
tree | 81b15ef2846efcdbb09422dd283399e769cb7ef9 /taskcluster/ci/fetch | |
parent | Releasing progress-linux version 115.10.0esr-1~progress7.99u1. (diff) | |
download | firefox-esr-c1701504b2366542c32c5e6eeff1ba62cc75f8f6.tar.xz firefox-esr-c1701504b2366542c32c5e6eeff1ba62cc75f8f6.zip |
Merging upstream version 115.11.0esr.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | taskcluster/ci/fetch/toolchains.yml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/taskcluster/ci/fetch/toolchains.yml b/taskcluster/ci/fetch/toolchains.yml index 76c6cf04fc..84833480e0 100644 --- a/taskcluster/ci/fetch/toolchains.yml +++ b/taskcluster/ci/fetch/toolchains.yml @@ -150,15 +150,14 @@ nasm-2.15.05: size: 995732 wix-3.14.0: - description: wix 3.14.0.2812 binary release + description: wix 3.14.0 binary release # WIX doesn't use a wrapping toplevel DIR, so we should really repackage it when # Bug 1479533 and related code is ready. fetch: type: static-url - # This is a dev version of the toolset, upstream will purge over time... - url: http://wixtoolset.org/downloads/v3.14.0.2812/wix314-binaries.zip - sha256: 923892298f37514622c58cbbd9c2cadf2822d9bb53df8ee83aaeb05280777611 - size: 34664320 + url: https://github.com/wixtoolset/wix3/releases/download/wix314rtm/wix314-binaries.zip + sha256: 13f067f38969faf163d93a804b48ea0576790a202c8f10291f2000f0e356e934 + size: 41282726 zlib-1.2.13: description: zlib 1.2.13 source code |