Skip to content

Commit 3ac3d04

Browse files
committed
website: re-generate commons
1 parent 9fdd21c commit 3ac3d04

File tree

4 files changed

+19
-13
lines changed

4 files changed

+19
-13
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
[![GitHub package.json version](https://img.shields.io/github/package-json/v/xpack-dev-tools/mingw-w64-gcc-xpack)](https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/blob/xpack/package.json)
22
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/xpack-dev-tools/mingw-w64-gcc-xpack)](https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/releases)
3-
[![npm (scoped)](https://img.shields.io/npm/v/@xpack-dev-tools/mingw-w64-gcc.svg?color=blue)](https://www.npmjs.com/package/@xpack-dev-tools/mingw-w64-gcc/)
3+
[![npm (scoped)](https://img.shields.io/npm/v/@xpack-dev-tools/mingw-w64-gcc?color=blue)](https://www.npmjs.com/package/@xpack-dev-tools/mingw-w64-gcc/)
44
[![license](https://img.shields.io/github/license/xpack-dev-tools/mingw-w64-gcc-xpack)](https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/blob/xpack/LICENSE)
55

66
# The xPack MinGW-w64 GCC
77

8-
A standalone, cross-platform (Windows, macOS, GNU/Linux) binary distribution of MinGW-w64 GCC,
8+
A standalone, cross-platform (Windows, macOS, GNU/Linux) binary
9+
distribution of MinGW-w64 GCC,
910
intended for reproducible builds.
1011

1112
## Project documentation
1213

13-
For information on how to install and use the tools provided by this project,
14-
please refer to the
14+
For information on how to install and use this project, please refer to the
1515
[project web site](https://xpack-dev-tools.github.io/mingw-w64-gcc-xpack/).
1616

17+
## Project source
18+
19+
The source code of the current release is available on
20+
[GitHub tag v14.2.0-1.1 tree](https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/tree/v14.2.0-1.1).
21+
1722
## License
1823

1924
Unless otherwise stated, the original content is released under the terms of the

website/blog/_common/_download-analytics.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import Image from '@theme/IdealImage';
88
## Analytics
99

1010
- GitHub [xpack-dev-tools/mingw-w64-gcc-xpack](https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/)
11-
- this release <a href={`https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/releases/v${props.version}/`} ><Image img={`https://img.shields.io/github/downloads/xpack-dev-tools/mingw-w64-gcc-xpack/v${props.version}/total.svg`} alt='Github Release' /></a>
12-
- all xPack releases [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/mingw-w64-gcc-xpack/total.svg)](https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/releases)
11+
- this release <a href={`https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/releases/v${props.version}/`} ><Image img={`https://img.shields.io/github/downloads/xpack-dev-tools/mingw-w64-gcc-xpack/v${props.version}/total`} alt='Github Release' /></a>
12+
- all xPack releases [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/mingw-w64-gcc-xpack/total)](https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/releases)
1313
- [individual file counters](https://somsubhra.github.io/github-release-stats/?username=xpack-dev-tools&repository=mingw-w64-gcc-xpack) (grouped by release)
1414
- npmjs.com [@xpack-dev-tools/mingw-w64-gcc](https://www.npmjs.com/package/@xpack-dev-tools/mingw-w64-gcc)
1515
- last week downloads [![NPM Downloads](https://img.shields.io/npm/dw/%40xpack-dev-tools%2Fmingw-w64-gcc)](https://www.npmjs.com/package/@xpack-dev-tools/mingw-w64-gcc/)

website/docs/developer/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ import More from './_more.mdx'
3434
# How to contribute to the xPack MinGW-w64 GCC
3535

3636
[![license](https://img.shields.io/github/license/xpack-dev-tools/mingw-w64-gcc-xpack)](https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/blob/xpack/LICENSE)
37+
[![GitHub issues](https://img.shields.io/github/issues/xpack-dev-tools/mingw-w64-gcc-xpack)](https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/issues)
3738

3839
This page is designed for developers who plan to contribute new features
3940
or fix bugs in the

website/docs/maintainer/index.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ import PlatformDockerBuild from './_common/_platform-docker-build.mdx'
4747
# How to make new xPack MinGW-w64 GCC releases
4848

4949
[![license](https://img.shields.io/github/license/xpack-dev-tools/mingw-w64-gcc-xpack)](https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/blob/xpack/LICENSE)
50-
[![GitHub issues](https://img.shields.io/github/issues/xpack-dev-tools/mingw-w64-gcc-xpack.svg)](https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/issues)
51-
[![GitHub pulls](https://img.shields.io/github/issues-pr/xpack-dev-tools/mingw-w64-gcc-xpack.svg)](https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/pulls)
50+
[![GitHub issues](https://img.shields.io/github/issues/xpack-dev-tools/mingw-w64-gcc-xpack)](https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/issues)
51+
[![GitHub pulls](https://img.shields.io/github/issues-pr/xpack-dev-tools/mingw-w64-gcc-xpack)](https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/pulls)
5252

5353
This page is designed for maintainers of the
5454
**xPack MinGW-w64 GCC**
@@ -979,14 +979,14 @@ Close those that were addressed.
979979

980980
- GitHub [`xpack-dev-tools/mingw-w64-gcc-xpack`](https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/) repo
981981
- latest xPack release
982-
[![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/mingw-w64-gcc-xpack/latest/total.svg)](https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/releases)
983-
- all xPack releases [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/mingw-w64-gcc-xpack/total.svg)](https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/releases)
982+
[![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/mingw-w64-gcc-xpack/latest/total)](https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/releases)
983+
- all xPack releases [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/mingw-w64-gcc-xpack/total)](https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/releases)
984984
- [individual file counters](https://somsubhra.github.io/github-release-stats/?username=xpack-dev-tools&repository=mingw-w64-gcc-xpack) (grouped by release)
985985
- npmjs.com [`@xpack-dev-tools/mingw-w64-gcc`](https://www.npmjs.com/package/@xpack-dev-tools/mingw-w64-gcc/) xPack
986986
- latest release, per month
987-
[![npm (scoped)](https://img.shields.io/npm/v/@xpack-dev-tools/mingw-w64-gcc.svg)](https://www.npmjs.com/package/@xpack-dev-tools/mingw-w64-gcc/)
988-
[![npm](https://img.shields.io/npm/dm/@xpack-dev-tools/mingw-w64-gcc.svg)](https://www.npmjs.com/package/@xpack-dev-tools/mingw-w64-gcc/)
989-
- all releases [![npm](https://img.shields.io/npm/dt/@xpack-dev-tools/mingw-w64-gcc.svg)](https://www.npmjs.com/package/@xpack-dev-tools/mingw-w64-gcc/)
987+
[![npm (scoped)](https://img.shields.io/npm/v/@xpack-dev-tools/mingw-w64-gcc)](https://www.npmjs.com/package/@xpack-dev-tools/mingw-w64-gcc/)
988+
[![npm](https://img.shields.io/npm/dm/@xpack-dev-tools/mingw-w64-gcc)](https://www.npmjs.com/package/@xpack-dev-tools/mingw-w64-gcc/)
989+
- all releases [![npm](https://img.shields.io/npm/dt/@xpack-dev-tools/mingw-w64-gcc)](https://www.npmjs.com/package/@xpack-dev-tools/mingw-w64-gcc/)
990990

991991
Credit to [Shields IO](https://shields.io) for the badges and to
992992
[Somsubhra/github-release-stats](https://github.com/Somsubhra/github-release-stats)

0 commit comments

Comments
 (0)