summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-01-14 19:56:05 -0500
committerBen Gamari <ben@smart-cactus.org>2022-01-18 12:30:53 -0500
commit7f7b23698d0ee292927048ada4b74bcdce59544d (patch)
tree7609d192729735e053242652d958d3865a2ec2ee
parent52a4f5ab44a7d4c89189b9132a5560cb85d18714 (diff)
downloadhaskell-7f7b23698d0ee292927048ada4b74bcdce59544d.tar.gz
Bump win32-tarballs to 0.5
-rw-r--r--.gitlab-ci.yml2
-rwxr-xr-xmk/get-win32-tarballs.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0e2bb4d3a1..92be2dc89d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ variables:
# Sequential version number of all cached things.
# Bump to invalidate GitLab CI cache.
- CACHE_REV: 4
+ CACHE_REV: 5
# Disable shallow clones; they break our linting rules
GIT_DEPTH: 0
diff --git a/mk/get-win32-tarballs.py b/mk/get-win32-tarballs.py
index f1ada96b48..319272b902 100755
--- a/mk/get-win32-tarballs.py
+++ b/mk/get-win32-tarballs.py
@@ -8,7 +8,7 @@ import argparse
import sys
from sys import stderr
-TARBALL_VERSION = '0.3'
+TARBALL_VERSION = '0.5'
BASE_URL = "https://downloads.haskell.org/ghc/mingw/{}".format(TARBALL_VERSION)
DEST = Path('ghc-tarballs/mingw-w64')
ARCHS = ['i686', 'x86_64', 'sources']