diff --git a/bootstrap-haskell b/bootstrap-haskell index a9be609..31a04bf 100755 --- a/bootstrap-haskell +++ b/bootstrap-haskell @@ -28,7 +28,7 @@ eghcup() { download_ghcup() { _plat="$(uname -s)" _arch=$(uname -m) - _ghver="0.1.5" + _ghver="0.1.6" case "${_plat}" in "linux"|"Linux") @@ -65,7 +65,7 @@ download_ghcup() { *) die "Unknown architecture: ${_arch}" ;; esac - _url=https://downloads.haskell.org/~ghcup/0.1.5/x86_64-apple-darwin-ghcup-0.1.5-p2 ;; + _url=https://downloads.haskell.org/~ghcup/${_ghver}/x86_64-apple-darwin-ghcup-${_ghver} ;; *) die "Unknown platform: ${_plat}" ;; esac diff --git a/ghcup-0.0.2.json b/ghcup-0.0.2.json index fb554eb..07a482f 100644 --- a/ghcup-0.0.2.json +++ b/ghcup-0.0.2.json @@ -2322,37 +2322,37 @@ } }, "GHCup": { - "0.1.5": { + "0.1.6": { "viArch": { "A_64": { "FreeBSD": { "unknown_versioning": { - "dlHash": "6dd57cc5958ef3a6ba7de22808d9292d31dada8af95277578b69be35fc090194", + "dlHash": "52707d89c3a4114b577855612d915c1e10295c4354e7e641b4a37a90c34fea53", "dlSubdir": null, - "dlUri": "https://downloads.haskell.org/~ghcup/0.1.5/x86_64-portbld-freebsd-ghcup-0.1.5" + "dlUri": "https://downloads.haskell.org/ghcup/0.1.6/x86_64-portbld-freebsd-ghcup-0.1.6" } }, "Darwin": { "unknown_versioning": { - "dlHash": "456770c3b1510d44a0e401e0677faa9f5670ef81a11646f47cbba1b95404e788", + "dlHash": "bbf56b5820f97b5ee15d292803a2df06922d31b396f9322459f9e3782e78d59c", "dlSubdir": null, - "dlUri": "https://downloads.haskell.org/~ghcup/0.1.5/x86_64-apple-darwin-ghcup-0.1.5-p2" + "dlUri": "https://downloads.haskell.org/ghcup/0.1.6/x86_64-apple-darwin-ghcup-0.1.6" } }, "Linux_UnknownLinux": { "unknown_versioning": { - "dlHash": "cfdb01dde77121859b5d90b6707238b54e23787fcbb3003e18ab52a5dbfee330", + "dlHash": "bdbec0cdf4c8511c4082dd83993d15034c0fbcb5722ecf418c1cee40667da8af", "dlSubdir": null, - "dlUri": "https://downloads.haskell.org/~ghcup/0.1.5/x86_64-linux-ghcup-0.1.5" + "dlUri": "https://downloads.haskell.org/ghcup/0.1.6/x86_64-linux-ghcup-0.1.6" } } }, "A_32": { "Linux_UnknownLinux": { "unknown_versioning": { - "dlHash": "3707f60d703912709335dc0103fb1af5e5dfa83050825a8156b56bc81760b2a8", + "dlHash": "0366ed6c00862c3c002cdefc3e37523ad80e655387956c7ab58b268aaa6fae5d", "dlSubdir": null, - "dlUri": "https://downloads.haskell.org/~ghcup/0.1.5/i386-linux-ghcup-0.1.5" + "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 d72d249..a102a0c 100644 --- a/lib/GHCup/Data/GHCupDownloads.hs +++ b/lib/GHCup/Data/GHCupDownloads.hs @@ -1039,32 +1039,32 @@ cabal_3200_64_alpine = DownloadInfo ------------- -ghcup_015_32_linux :: DownloadInfo -ghcup_015_32_linux = DownloadInfo - [uri|https://downloads.haskell.org/~ghcup/0.1.5/i386-linux-ghcup-0.1.5|] +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|] Nothing - "3707f60d703912709335dc0103fb1af5e5dfa83050825a8156b56bc81760b2a8" + "0366ed6c00862c3c002cdefc3e37523ad80e655387956c7ab58b268aaa6fae5d" -ghcup_015_64_linux :: DownloadInfo -ghcup_015_64_linux = DownloadInfo - [uri|https://downloads.haskell.org/~ghcup/0.1.5/x86_64-linux-ghcup-0.1.5|] +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|] Nothing - "cfdb01dde77121859b5d90b6707238b54e23787fcbb3003e18ab52a5dbfee330" + "bdbec0cdf4c8511c4082dd83993d15034c0fbcb5722ecf418c1cee40667da8af" -ghcup_015_64_freebsd :: DownloadInfo -ghcup_015_64_freebsd = DownloadInfo - [uri|https://downloads.haskell.org/~ghcup/0.1.5/x86_64-portbld-freebsd-ghcup-0.1.5|] +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|] Nothing - "6dd57cc5958ef3a6ba7de22808d9292d31dada8af95277578b69be35fc090194" + "52707d89c3a4114b577855612d915c1e10295c4354e7e641b4a37a90c34fea53" -ghcup_015_64_darwin10_13 :: DownloadInfo -ghcup_015_64_darwin10_13 = DownloadInfo - [uri|https://downloads.haskell.org/~ghcup/0.1.5/x86_64-apple-darwin-ghcup-0.1.5-p2|] +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|] Nothing - "456770c3b1510d44a0e401e0677faa9f5670ef81a11646f47cbba1b95404e788" + "bbf56b5820f97b5ee15d292803a2df06922d31b396f9322459f9e3782e78d59c" @@ -2005,7 +2005,7 @@ ghcupDownloads = M.fromList ) , ( GHCup , M.fromList - [ ( [vver|0.1.5|] + [ ( [vver|0.1.6|] , VersionInfo [Recommended, Latest] (Just @@ -2016,16 +2016,16 @@ ghcupDownloads = M.fromList [ ( A_64 , M.fromList [ ( Linux UnknownLinux - , M.fromList [(Nothing, ghcup_015_64_linux)] + , M.fromList [(Nothing, ghcup_016_64_linux)] ) - , (Darwin , M.fromList [(Nothing, ghcup_015_64_darwin10_13)]) - , (FreeBSD, M.fromList [(Nothing, ghcup_015_64_freebsd)]) + , (Darwin , M.fromList [(Nothing, ghcup_016_64_darwin10_13)]) + , (FreeBSD, M.fromList [(Nothing, ghcup_016_64_freebsd)]) ] ) , ( A_32 , M.fromList [ ( Linux UnknownLinux - , M.fromList [(Nothing, ghcup_015_32_linux)] + , M.fromList [(Nothing, ghcup_016_32_linux)] ) ] )