diff --git a/ghcup-0.0.2.json b/ghcup-0.0.2.json index 07a482f..3165a10 100644 --- a/ghcup-0.0.2.json +++ b/ghcup-0.0.2.json @@ -2327,23 +2327,23 @@ "A_64": { "FreeBSD": { "unknown_versioning": { - "dlHash": "52707d89c3a4114b577855612d915c1e10295c4354e7e641b4a37a90c34fea53", + "dlHash": "6bbfb1047691ff3ae9249e8805cf9f37bab30a008dae130cb2a4b3aa5253e6e5", "dlSubdir": null, - "dlUri": "https://downloads.haskell.org/ghcup/0.1.6/x86_64-portbld-freebsd-ghcup-0.1.6" + "dlUri": "https://downloads.haskell.org/~ghcup/0.1.6/x86_64-portbld-freebsd-ghcup-0.1.6" } }, "Darwin": { "unknown_versioning": { - "dlHash": "bbf56b5820f97b5ee15d292803a2df06922d31b396f9322459f9e3782e78d59c", + "dlHash": "1e025e66d7f7b75d94f17a7da6120efd7e2df918a8eac88c4711ed11d2aac4ec", "dlSubdir": null, - "dlUri": "https://downloads.haskell.org/ghcup/0.1.6/x86_64-apple-darwin-ghcup-0.1.6" + "dlUri": "https://downloads.haskell.org/~ghcup/0.1.6/x86_64-apple-darwin-ghcup-0.1.6" } }, "Linux_UnknownLinux": { "unknown_versioning": { "dlHash": "bdbec0cdf4c8511c4082dd83993d15034c0fbcb5722ecf418c1cee40667da8af", "dlSubdir": null, - "dlUri": "https://downloads.haskell.org/ghcup/0.1.6/x86_64-linux-ghcup-0.1.6" + "dlUri": "https://downloads.haskell.org/~ghcup/0.1.6/x86_64-linux-ghcup-0.1.6" } } }, @@ -2352,7 +2352,7 @@ "unknown_versioning": { "dlHash": "0366ed6c00862c3c002cdefc3e37523ad80e655387956c7ab58b268aaa6fae5d", "dlSubdir": null, - "dlUri": "https://downloads.haskell.org/ghcup/0.1.6/i386-linux-ghcup-0.1.6" + "dlUri": "https://downloads.haskell.org/~ghcup/0.1.6/i386-linux-ghcup-0.1.6" } } } diff --git a/lib/GHCup/Data/GHCupDownloads.hs b/lib/GHCup/Data/GHCupDownloads.hs index a102a0c..6a73fd0 100644 --- a/lib/GHCup/Data/GHCupDownloads.hs +++ b/lib/GHCup/Data/GHCupDownloads.hs @@ -1041,30 +1041,30 @@ cabal_3200_64_alpine = DownloadInfo ghcup_016_32_linux :: DownloadInfo ghcup_016_32_linux = DownloadInfo - [uri|https://downloads.haskell.org/ghcup/0.1.6/i386-linux-ghcup-0.1.6|] + [uri|https://downloads.haskell.org/~ghcup/0.1.6/i386-linux-ghcup-0.1.6|] Nothing "0366ed6c00862c3c002cdefc3e37523ad80e655387956c7ab58b268aaa6fae5d" ghcup_016_64_linux :: DownloadInfo ghcup_016_64_linux = DownloadInfo - [uri|https://downloads.haskell.org/ghcup/0.1.6/x86_64-linux-ghcup-0.1.6|] + [uri|https://downloads.haskell.org/~ghcup/0.1.6/x86_64-linux-ghcup-0.1.6|] Nothing "bdbec0cdf4c8511c4082dd83993d15034c0fbcb5722ecf418c1cee40667da8af" ghcup_016_64_freebsd :: DownloadInfo ghcup_016_64_freebsd = DownloadInfo - [uri|https://downloads.haskell.org/ghcup/0.1.6/x86_64-portbld-freebsd-ghcup-0.1.6|] + [uri|https://downloads.haskell.org/~ghcup/0.1.6/x86_64-portbld-freebsd-ghcup-0.1.6|] Nothing - "52707d89c3a4114b577855612d915c1e10295c4354e7e641b4a37a90c34fea53" + "6bbfb1047691ff3ae9249e8805cf9f37bab30a008dae130cb2a4b3aa5253e6e5" ghcup_016_64_darwin10_13 :: DownloadInfo ghcup_016_64_darwin10_13 = DownloadInfo - [uri|https://downloads.haskell.org/ghcup/0.1.6/x86_64-apple-darwin-ghcup-0.1.6|] + [uri|https://downloads.haskell.org/~ghcup/0.1.6/x86_64-apple-darwin-ghcup-0.1.6|] Nothing - "bbf56b5820f97b5ee15d292803a2df06922d31b396f9322459f9e3782e78d59c" + "1e025e66d7f7b75d94f17a7da6120efd7e2df918a8eac88c4711ed11d2aac4ec"