Bump bootstrap script to 0.1.22.0
This commit is contained in:
parent
2ecc61ad92
commit
09e199a176
@ -1,6 +1,6 @@
|
|||||||
# Revision history for ghcup
|
# Revision history for ghcup
|
||||||
|
|
||||||
## 0.1.22.0 -- ????-??-??
|
## 0.1.22.0 -- 2024-03-13
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ die() {
|
|||||||
|
|
||||||
plat="$(uname -s)"
|
plat="$(uname -s)"
|
||||||
arch=$(uname -m)
|
arch=$(uname -m)
|
||||||
ghver="0.1.20.0"
|
ghver="0.1.22.0"
|
||||||
: "${GHCUP_BASE_URL:=https://downloads.haskell.org/~ghcup}"
|
: "${GHCUP_BASE_URL:=https://downloads.haskell.org/~ghcup}"
|
||||||
|
|
||||||
export GHCUP_SKIP_UPDATE_CHECK=yes
|
export GHCUP_SKIP_UPDATE_CHECK=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user