daml/dev-env/windows/manifests/msys2.json
Moritz Kiefer a150737d17
Upgrade msys2 (#12545)
* Upgrade msys2

We’ve seen some weird errors with outdated signatures and it seems
plausible that an upgrade may help.

changelog_begin
changelog_end

* .

changelog_begin
changelog_end
2022-01-24 10:58:34 +00:00

71 lines
3.1 KiB
JSON

{
"homepage": "http://msys2.github.io",
"version": "20220118",
"url": [
"https://github.com/msys2/msys2-installer/releases/download/2022-01-18/msys2-base-x86_64-20220118.tar.xz",
"https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-jq-1.6-4-any.pkg.tar.zst#/jq.msys2",
"https://repo.msys2.org/msys/x86_64/gnu-netcat-0.7.1-1-x86_64.pkg.tar.xz#/netcat.msys2",
"https://repo.msys2.org/msys/x86_64/patch-2.7.6-1-x86_64.pkg.tar.xz#/patch.msys2",
"https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-openssl-1.1.1.j-1-any.pkg.tar.zst#/openssl.msys2",
"https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-python-3.8.8-2-any.pkg.tar.zst#/python.msys2",
"https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-postgresql-12.4-1-any.pkg.tar.zst#/pgsql.msys2"
],
"hash": [
"2ec6fe9c3e01ecba10b9ffa708ea13bf1f8c9739e5ce9da853b77f1f3e270034",
"c9903f4bf07402dbecf250d531e6d07748c62560d8d67de487ae56692c14aab0",
"32fa739d26fd49a3f8c22717ae338472d71d4798844cbc0db5e7780131fe69aa",
"5c18ce8979e9019d24abd2aee7ddcdf8824e31c4c7e162a204d4dc39b3b73776",
"cc4e172354f7e4465b3348aa988bc79f992d64f587feffaaa81fcbd4b7d552cb",
"d5e6b484435225a0f9bdc3e09cac76a479d05bd07b4064badf7bb453d02cb69d",
"13712ce2b639117b93dfce61481ab9895e8877d762410b96432d68852dd5f727"
],
"env_add_path": ".",
"installer": {
"script": [
"mv $dir\\msys64\\* $dir",
"rm -r -Force $dir\\msys64",
"$ErrorActionPreference = 'Continue'",
"iex \"$dir\\usr\\bin\\bash.exe -lc 'pacman --version'\"",
"iex \"$dir\\usr\\bin\\bash.exe -lc 'pacman -S --noconfirm unzip zip mingw-w64-x86_64-gcc'\"",
"iex \"$dir\\usr\\bin\\bash.exe -lc 'pacman -S --noconfirm tar diffutils'\"",
"iex \"$dir\\usr\\bin\\bash.exe -lc 'pacman -U --noconfirm /jq.msys2'\"",
"iex \"$dir\\usr\\bin\\bash.exe -lc 'pacman -U --noconfirm /netcat.msys2'\"",
"iex \"$dir\\usr\\bin\\bash.exe -lc 'pacman -U --noconfirm /patch.msys2'\"",
"iex \"$dir\\usr\\bin\\bash.exe -lc 'pacman -U --noconfirm /openssl.msys2'\"",
"iex \"$dir\\usr\\bin\\bash.exe -lc 'pacman -U --noconfirm /python.msys2'\"",
"iex \"$dir\\usr\\bin\\bash.exe -lc 'pacman -U --noconfirm /pgsql.msys2'\"",
"$ErrorActionPreference = 'Stop'",
"rm $dir\\*.msys2",
"cp \"$dir\\mingw64\\bin\\*.dll\" \"$dir\\usr\\bin\\\""
]
},
"uninstaller": {
"script": [
"rm -r -Force $dir"
]
},
"bin": [
[
"msys2_shell.cmd",
"msys2"
],
"usr\\bin\\bash.exe",
"usr\\bin\\cat.exe",
"usr\\bin\\cygpath.exe",
"usr\\bin\\expr.exe",
"usr\\bin\\ln.exe",
"usr\\bin\\ls.exe",
"usr\\bin\\nc.exe",
"usr\\bin\\rm.exe",
"usr\\bin\\sed.exe",
"usr\\bin\\sh.exe",
"usr\\bin\\patch.exe",
"mingw64\\bin\\jq.exe",
"mingw64\\bin\\initdb.exe",
"mingw64\\bin\\pg_ctl.exe",
"mingw64\\bin\\createdb.exe"
]
}