Skip to content

Commit

Permalink
Upgrade msys2 (digital-asset#12545)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
cocreature authored Jan 24, 2022
1 parent 01447fd commit a150737
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ $ErrorActionPreference = 'Stop'

# See https://github.com/lukesampson/scoop/issues/3859
Set-Strictmode -Off
.\dev-env\windows\bin\dadew.ps1 uninstall
.\dev-env\windows\bin\dadew.ps1 install
Set-StrictMode -Version latest
.\dev-env\windows\bin\dadew.ps1 sync
Expand Down
6 changes: 3 additions & 3 deletions dev-env/windows/manifests/msys2.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"homepage": "http://msys2.github.io",
"version": "20200903",
"version": "20220118",
"url": [
"https://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20210228.tar.xz",
"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",
Expand All @@ -11,7 +11,7 @@
"https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-postgresql-12.4-1-any.pkg.tar.zst#/pgsql.msys2"
],
"hash": [
"3f2ceb097a081789d9d497e0d3df8d99c16a1591b9984b0469440cd5bfa65092",
"2ec6fe9c3e01ecba10b9ffa708ea13bf1f8c9739e5ce9da853b77f1f3e270034",
"c9903f4bf07402dbecf250d531e6d07748c62560d8d67de487ae56692c14aab0",
"32fa739d26fd49a3f8c22717ae338472d71d4798844cbc0db5e7780131fe69aa",
"5c18ce8979e9019d24abd2aee7ddcdf8824e31c4c7e162a204d4dc39b3b73776",
Expand Down

0 comments on commit a150737

Please sign in to comment.