mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
mingw-winlibs: Update manifest
- Update to version 13.2.0-11.0.1-r1 - Drop LLVM ver from full-version - Update checkver and autoupdate
This commit is contained in:
parent
77d469442a
commit
8abfe66868
@ -1,37 +1,37 @@
|
||||
{
|
||||
"version": "12.2.0-15.0.7-10.0.0-r4",
|
||||
"version": "13.2.0-11.0.1-r1",
|
||||
"description": "GNU Compiler Collection (WinLibs build)",
|
||||
"homepage": "https://winlibs.com",
|
||||
"license": "GPL-3.0-or-later,ZPL-2.1,BSD-2-Clause,...",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/12.2.0-15.0.7-10.0.0-msvcrt-r4/winlibs-x86_64-posix-seh-gcc-12.2.0-mingw-w64msvcrt-10.0.0-r4.7z",
|
||||
"hash": "sha512:07550748fbb08fa3a39f3d5b12990af8007862a19027d39eaea506a8cf00a17c862faf3ffe530322bc80ec25ae031f94d469877f959a720c05a52c570f61f975",
|
||||
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/13.2.0-16.0.6-11.0.1-msvcrt-r1/winlibs-x86_64-posix-seh-gcc-13.2.0-mingw-w64msvcrt-11.0.1-r1.7z",
|
||||
"hash": "ad3e7f37d47bda3c6de6c3dd997873c5f73be1d3f60f91814ab6494cf8b0bbd4",
|
||||
"extract_dir": "mingw64"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/12.2.0-15.0.7-10.0.0-msvcrt-r4/winlibs-i686-posix-dwarf-gcc-12.2.0-mingw-w64msvcrt-10.0.0-r4.7z",
|
||||
"hash": "sha512:8e3bb179ce5c8b6b132b64f3c71b10abe85803e3f0ff69bef16c56a3b2cab700f6ba24f14d0105d7bd0acd671ff7147b5acebd3a13b918aafb03b5ff902f0001",
|
||||
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/13.2.0-16.0.6-11.0.1-msvcrt-r1/winlibs-i686-posix-dwarf-gcc-13.2.0-mingw-w64msvcrt-11.0.1-r1.7z",
|
||||
"hash": "a7b111aad94b83d87309b7c1033f1ba817ded06864762d4b20304018db57d18f",
|
||||
"extract_dir": "mingw32"
|
||||
}
|
||||
},
|
||||
"post_install": "Copy-Item \"$dir\\bin\\mingw32-make.exe\" \"$dir\\bin\\make.exe\"",
|
||||
"env_add_path": "bin",
|
||||
"checkver": {
|
||||
"regex": "GCC ([\\d.]+).*?LLVM.*?([\\d.]+).*?MinGW\\-w64 ([\\d.]+).*?MSVCRT.*?release ([\\d.]+).*?LATEST",
|
||||
"replace": "${1}-${2}-${3}-r${4}"
|
||||
"regex": "(?<gcc>[\\d.]+)-(?<llvm>[\\d.]+)-(?<mingw>[\\d.]+)-msvcrt-r(?<release>\\d+)",
|
||||
"replace": "${gcc}-${mingw}-r${release}"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$match1-$match2-$match3-msvcrt-r$match4/winlibs-x86_64-posix-seh-gcc-$match1-mingw-w64msvcrt-$match3-r$match4.7z"
|
||||
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$matchGcc-$matchLlvm-$matchMingw-msvcrt-r$matchRelease/winlibs-x86_64-posix-seh-gcc-$matchGcc-mingw-w64msvcrt-$matchMingw-r$matchRelease.7z"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$match1-$match2-$match3-msvcrt-r$match4/winlibs-i686-posix-dwarf-gcc-$match1-mingw-w64msvcrt-$match3-r$match4.7z"
|
||||
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$matchGcc-$matchLlvm-$matchMingw-msvcrt-r$matchRelease/winlibs-i686-posix-dwarf-gcc-$matchGcc-mingw-w64msvcrt-$matchMingw-r$matchRelease.7z"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$url.sha512"
|
||||
"url": "$url.sha256"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user