diff options
author | Will Thompson <will@willthompson.co.uk> | 2018-08-21 13:09:00 +0100 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2018-08-21 13:15:34 +0100 |
commit | bb27784f454cc348aad67bcccaca5c323c85f561 (patch) | |
tree | 61464bfc2d7b91bc02232334e7e6c149e8140d61 /flatpak | |
parent | c535a887e7845ec87dbbcfa1f2575f07a35bc513 (diff) |
flatpak: switch to more reliable source of Haskell Platform
I see the following error a lot with the old URL:
> Failed to download sources: module haskell-platform: The requested URL
> returned error: 503 first byte timeout
Diffstat (limited to 'flatpak')
-rw-r--r-- | flatpak/org.freedesktop.Bustle.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/flatpak/org.freedesktop.Bustle.yaml b/flatpak/org.freedesktop.Bustle.yaml index 6601e2a..83a57af 100644 --- a/flatpak/org.freedesktop.Bustle.yaml +++ b/flatpak/org.freedesktop.Bustle.yaml @@ -44,7 +44,7 @@ modules: - x86_64 sources: - type: archive - url: https://haskell.org/platform/download/8.4.2/haskell-platform-8.4.2-unknown-posix--full-x86_64.tar.gz + url: https://downloads.haskell.org/~platform/8.4.2/haskell-platform-8.4.2-unknown-posix--full-x86_64.tar.gz sha256: f0d0efcd961c52ee0833941047c8d2cda5c0736ad2715edc41079286de57ac8f # there are no leading compoments in this file; so the default of 1 makes tar silently extract no files! strip-components: 0 @@ -64,7 +64,7 @@ modules: - i386 sources: - type: archive - url: https://haskell.org/platform/download/8.4.2/haskell-platform-8.4.2-unknown-posix--full-i386.tar.gz + url: https://downloads.haskell.org/~platform/8.4.2/haskell-platform-8.4.2-unknown-posix--full-i386.tar.gz sha256: bd40cf359b47c88ee9538d9ce47ff42038d88b47533173a957979097d6504565 # there are no leading compoments in this file; so the default of 1 makes tar silently extract no files! strip-components: 0 |