Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You can add a new entry either by manually modifying a TOML file in the `files`
or by using the following command:

```bash
$ cargo run -- add-file <source-url> --path <cdn-name> --toml-files <path-to-toml-file> [--license <license>]
$ cargo run -- add-file <source-url> --path <cdn-name> --toml-file <path-to-toml-file> [--license <license>]
```

Once the PR is merged, the file will be available at:
Expand Down
12 changes: 12 additions & 0 deletions files/rustc/mingw.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,15 @@ legacy = true
name = "rustc/msys2-repo/msys/x86_64/zstd-1.4.4-2-x86_64.pkg.tar.xz"
sha256 = "b7cbd3bf4cc1992d413bc220bf06e29ad36f042ed14c144c761de036174c1445"
legacy = true

[[files]]
name = "rustc/x86_64-14.2.0-release-posix-seh-msvcrt-rt_v12-rev2.7z"
sha256 = "9b8f39d04521c078d6a7f88ae4f9f052eb574f303f4134c7b614074d34e21363"
source = "https://github.com/niXman/mingw-builds-binaries/releases/download/14.2.0-rt_v12-rev2/x86_64-14.2.0-release-posix-seh-msvcrt-rt_v12-rev2.7z"
license = "GNU General Public License"

[[files]]
name = "rustc/i686-14.2.0-release-posix-dwarf-msvcrt-rt_v12-rev2.7z"
sha256 = "895d22c902e22d4b7b1c1b4160d1b3d70bbd6fc653b04f46b7736ef0ef5e4bc2"
source = "https://github.com/niXman/mingw-builds-binaries/releases/download/14.2.0-rt_v12-rev2/i686-14.2.0-release-posix-dwarf-msvcrt-rt_v12-rev2.7z"
license = "GNU General Public License"
Loading