mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
mingw: Update to version 13.2.0-rt_v11-rev1 (#5422)
* Update mingw.json * Update checkver * update hashes --------- Co-authored-by: HUMORCE <humorce@outlook.com>
This commit is contained in:
parent
d68e80e007
commit
a21733f7e1
@ -1,25 +1,26 @@
|
||||
{
|
||||
"version": "13.2.0-rt_v11-rev0",
|
||||
"version": "13.2.0-rt_v11-rev1",
|
||||
"description": "Minimalistic GNU for Windows is a runtime environment for GCC, GDB, make and related binutils.",
|
||||
"homepage": "https://www.mingw-w64.org",
|
||||
"license": "ZPL-2.1",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/niXman/mingw-builds-binaries/releases/download/13.2.0-rt_v11-rev0/x86_64-13.2.0-release-posix-seh-ucrt-rt_v11-rev0.7z",
|
||||
"hash": "a05578fab9068c678ce761e7b2e284d23fa7416a2f4f36349e05e506c944e2c7",
|
||||
"url": "https://github.com/niXman/mingw-builds-binaries/releases/download/13.2.0-rt_v11-rev1/x86_64-13.2.0-release-posix-seh-ucrt-rt_v11-rev1.7z",
|
||||
"hash": "475ee72c5ce1bd54a3e3c334bdd3be5e6575334184fd9718013aa362c9819d2f",
|
||||
"extract_dir": "mingw64"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/niXman/mingw-builds-binaries/releases/download/13.2.0-rt_v11-rev0/i686-13.2.0-release-posix-dwarf-ucrt-rt_v11-rev0.7z",
|
||||
"hash": "d645afaf8d506570631c492a6a06220add1a953eaf83055cd2a69d1c1d25a5cd",
|
||||
"url": "https://github.com/niXman/mingw-builds-binaries/releases/download/13.2.0-rt_v11-rev1/i686-13.2.0-release-posix-dwarf-ucrt-rt_v11-rev1.7z",
|
||||
"hash": "b859f1779543a0055f0fe36877ebf5a85c47584a28d8d957da4e64666d029e69",
|
||||
"extract_dir": "mingw32"
|
||||
}
|
||||
},
|
||||
"post_install": "Copy-Item \"$dir\\bin\\mingw32-make.exe\" \"$dir\\bin\\make.exe\"",
|
||||
"env_add_path": "bin",
|
||||
"checkver": {
|
||||
"github": "https://github.com/niXman/mingw-builds-binaries",
|
||||
"regex": "tag/([\\d.]+)-(?<build>[a-z0-9_\\-]+)",
|
||||
"url": "https://api.github.com/repos/niXman/mingw-builds-binaries/releases",
|
||||
"jsonpath": "$..tag_name",
|
||||
"regex": "([\\d.]+)-(?<build>[a-z0-9_\\-]+)",
|
||||
"replace": "${1}-${build}"
|
||||
},
|
||||
"autoupdate": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user