Browse Source

Update darwin binary

tags/v0.1.5-p2^0
Julian Ospald 4 years ago
parent
commit
ede6299681
No known key found for this signature in database GPG Key ID: 511B62C09D50CD28
3 changed files with 5 additions and 5 deletions
  1. +1
    -1
      bootstrap-haskell
  2. +2
    -2
      ghcup-0.0.2.json
  3. +2
    -2
      lib/GHCup/Data/GHCupDownloads.hs

+ 1
- 1
bootstrap-haskell View File

@@ -63,7 +63,7 @@ download_ghcup() {
*) die "Unknown architecture: ${_arch}"
;;
esac
_url=https://downloads.haskell.org/~ghcup/${_ghver}/x86_64-apple-darwin-ghcup-${_ghver} ;;
_url=https://downloads.haskell.org/~ghcup/0.1.5/x86_64-apple-darwin-ghcup-0.1.5-p2 ;;
*) die "Unknown platform: ${_plat}"
;;
esac


+ 2
- 2
ghcup-0.0.2.json View File

@@ -2245,9 +2245,9 @@
},
"Darwin": {
"unknown_versioning": {
"dlHash": "68212040a0c975322e78b3bb97b670be9a6298bba4454a1f4488dc91e95b6720",
"dlHash": "456770c3b1510d44a0e401e0677faa9f5670ef81a11646f47cbba1b95404e788",
"dlSubdir": null,
"dlUri": "https://downloads.haskell.org/~ghcup/0.1.5/x86_64-apple-darwin-ghcup-0.1.5-p1"
"dlUri": "https://downloads.haskell.org/~ghcup/0.1.5/x86_64-apple-darwin-ghcup-0.1.5-p2"
}
},
"Linux_UnknownLinux": {


+ 2
- 2
lib/GHCup/Data/GHCupDownloads.hs View File

@@ -1043,9 +1043,9 @@ ghcup_015_64_freebsd = DownloadInfo

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-p1|]
[uri|https://downloads.haskell.org/~ghcup/0.1.5/x86_64-apple-darwin-ghcup-0.1.5-p2|]
Nothing
"68212040a0c975322e78b3bb97b670be9a6298bba4454a1f4488dc91e95b6720"
"456770c3b1510d44a0e401e0677faa9f5670ef81a11646f47cbba1b95404e788"





Loading…
Cancel
Save