Skip to content

Commit

Permalink
Revert "✨ feat(winlib): split archs"
Browse files Browse the repository at this point in the history
This reverts commit f6f247d.
  • Loading branch information
RecursiveMaple committed Feb 19, 2024
1 parent 992c5a5 commit 25d23f7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 26 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
._*
page.html
checkver-*.html
.vscode
21 changes: 0 additions & 21 deletions bucket/winlib-ucrt-llvm-w32.json

This file was deleted.

24 changes: 20 additions & 4 deletions bucket/winlib-ucrt-llvm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,33 @@
"description": "WinLibs standalone build of GCC and MinGW-w64 for Windows",
"homepage": "https://winlibs.com",
"license": "GPL-3.0-or-later,ZPL-2.1,BSD-2-Clause,Watcom-1.0,Apache-2.0",
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/13.2.0-17.0.4-11.0.1-msvcrt-r2/winlibs-x86_64-posix-seh-gcc-13.2.0-llvm-17.0.4-mingw-w64msvcrt-11.0.1-r2.7z",
"hash": "f44b17498140bce6372949c13f601425985efaef909a10f20d4ece394d62c234",
"extract_dir": "mingw64",
"architecture": {
"64bit": {
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/13.2.0-17.0.4-11.0.1-msvcrt-r2/winlibs-x86_64-posix-seh-gcc-13.2.0-llvm-17.0.4-mingw-w64msvcrt-11.0.1-r2.7z",
"hash": "f44b17498140bce6372949c13f601425985efaef909a10f20d4ece394d62c234",
"extract_dir": "mingw64"
},
"32bit": {
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/13.2.0-17.0.4-11.0.1-msvcrt-r2/winlibs-i686-posix-dwarf-gcc-13.2.0-llvm-17.0.4-mingw-w64msvcrt-11.0.1-r2.7z",
"hash": "c7286982116132b8f4f4129f49a04455e55f9aadb8025e3f317ba3eb3dd12f8b",
"extract_dir": "mingw32"
}
},
"post_install": "Copy-Item \"$dir\\bin\\mingw32-make.exe\" \"$dir\\bin\\make.exe\"",
"env_add_path": "bin",
"checkver": {
"regex": "(?<gcc>[\\d.]+)posix-(?<llvm>[\\d.]+)-(?<mingw>[\\d.]+)-ucrt-r(?<release>\\d+)",
"replace": "${gcc}-${llvm}-${mingw}-r${release}"
},
"autoupdate": {
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$matchGccposix-$matchLlvm-$matchMingw-ucrt-r$matchRelease/winlibs-x86_64-posix-seh-gcc-$matchGcc-llvm-$matchLlvm-mingw-w64ucrt-$matchMingw-r$matchRelease.7z",
"architecture": {
"64bit": {
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$matchGccposix-$matchLlvm-$matchMingw-ucrt-r$matchRelease/winlibs-x86_64-posix-seh-gcc-$matchGcc-llvm-$matchLlvm-mingw-w64ucrt-$matchMingw-r$matchRelease.7z"
},
"32bit": {
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$matchGccposix-$matchLlvm-$matchMingw-ucrt-r$matchRelease/winlibs-i686-posix-dwarf-gcc-$matchGcc-llvm-$matchLlvm-mingw-w64ucrt-$matchMingw-r$matchRelease.7z"
}
},
"hash": {
"url": "$url.sha256"
}
Expand Down

0 comments on commit 25d23f7

Please sign in to comment.