Ver código fonte

autoupdate docs by xmake-repo/ci

ruki 3 anos atrás
pai
commit
49251c7282

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: port, newtondynamics3, newtondynamics4**
+- **Recently added: grpc, gperftools, port**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 1 - 1
_sidebar.md

@@ -1,7 +1,7 @@
 - Getting Started
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Quick Start](getting_started.md)
-- Packages (751)
+- Packages (753)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 1 - 1
mirror/packages/android.html

@@ -2284,7 +2284,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>4.0.2, 5.0.1</td>
+<td>4.0.2, 5.0.1, 5.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 80 - 2
mirror/packages/linux.html

@@ -1008,8 +1008,12 @@
 <td><a href="https://github.com/google/benchmark">https://github.com/google/benchmark</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 1.6.0, 1.6.1</td>
+<td>1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 1.6.0, 1.6.1, 1.7.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5186,7 +5190,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>4.0.2, 5.0.1</td>
+<td>4.0.2, 5.0.1, 5.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -7152,6 +7156,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gperf")
 </code></pre>
+<h3 id="gperftoolslinux">gperftools (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>gperftools is a collection of a high-performance multi-threaded malloc() implementation, plus some pretty nifty performance analysis tools.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/gperftools/gperftools">https://github.com/gperftools/gperftools</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.10</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gperftools/xmake.lua">gperftools/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gperftools
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gperftools")
+</code></pre>
 <h3 id="gpujpeglinux">gpujpeg (linux)</h3>
 <table>
 <thead>
@@ -7259,6 +7300,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("graphene")
 </code></pre>
+<h3 id="grpclinux">grpc (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://grpc.io">https://grpc.io</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.46.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/grpc/xmake.lua">grpc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install grpc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("grpc")
+</code></pre>
 <h3 id="gsllinux">gsl (linux)</h3>
 <table>
 <thead>

+ 80 - 2
mirror/packages/macosx.html

@@ -819,8 +819,12 @@
 <td><a href="https://github.com/google/benchmark">https://github.com/google/benchmark</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 1.6.0, 1.6.1</td>
+<td>1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 1.6.0, 1.6.1, 1.7.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4754,7 +4758,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>4.0.2, 5.0.1</td>
+<td>4.0.2, 5.0.1, 5.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -6576,6 +6580,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gperf")
 </code></pre>
+<h3 id="gperftoolsmacosx">gperftools (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>gperftools is a collection of a high-performance multi-threaded malloc() implementation, plus some pretty nifty performance analysis tools.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/gperftools/gperftools">https://github.com/gperftools/gperftools</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.10</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gperftools/xmake.lua">gperftools/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gperftools
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gperftools")
+</code></pre>
 <h3 id="grmacosx">gr (macosx)</h3>
 <table>
 <thead>
@@ -6650,6 +6691,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("graphene")
 </code></pre>
+<h3 id="grpcmacosx">grpc (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://grpc.io">https://grpc.io</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.46.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/grpc/xmake.lua">grpc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install grpc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("grpc")
+</code></pre>
 <h3 id="gslmacosx">gsl (macosx)</h3>
 <table>
 <thead>

+ 1 - 1
mirror/packages/mingw.html

@@ -2580,7 +2580,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>4.0.2, 5.0.1</td>
+<td>4.0.2, 5.0.1, 5.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 80 - 2
mirror/packages/windows.html

@@ -683,8 +683,12 @@
 <td><a href="https://github.com/google/benchmark">https://github.com/google/benchmark</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 1.6.0, 1.6.1</td>
+<td>1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 1.6.0, 1.6.1, 1.7.0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4688,7 +4692,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>4.0.2, 5.0.1</td>
+<td>4.0.2, 5.0.1, 5.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -6300,6 +6304,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("godotcpp")
 </code></pre>
+<h3 id="gperftoolswindows">gperftools (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>gperftools is a collection of a high-performance multi-threaded malloc() implementation, plus some pretty nifty performance analysis tools.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/gperftools/gperftools">https://github.com/gperftools/gperftools</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.10</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gperftools/xmake.lua">gperftools/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gperftools
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gperftools")
+</code></pre>
 <h3 id="grwindows">gr (windows)</h3>
 <table>
 <thead>
@@ -6374,6 +6415,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("graphene")
 </code></pre>
+<h3 id="grpcwindows">grpc (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://grpc.io">https://grpc.io</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.46.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/grpc/xmake.lua">grpc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install grpc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("grpc")
+</code></pre>
 <h3 id="gslwindows">gsl (windows)</h3>
 <table>
 <thead>

+ 1 - 1
packages/android.md

@@ -1458,7 +1458,7 @@ add_requires("fastcppcsvparser")
 | -- | -- |
 | Homepage | [https://www.ffmpeg.org](https://www.ffmpeg.org) |
 | License | GPL-3.0 |
-| Versions | 4.0.2, 5.0.1 |
+| Versions | 4.0.2, 5.0.1, 5.1.1 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [ffmpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/ffmpeg/xmake.lua) |
 

+ 51 - 2
packages/linux.md

@@ -603,7 +603,8 @@ add_requires("bc")
 | Description | *A microbenchmark support library* |
 | -- | -- |
 | Homepage | [https://github.com/google/benchmark](https://github.com/google/benchmark) |
-| Versions | 1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 1.6.0, 1.6.1 |
+| License | Apache-2.0 |
+| Versions | 1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 1.6.0, 1.6.1, 1.7.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [benchmark/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/benchmark/xmake.lua) |
 
@@ -3380,7 +3381,7 @@ add_requires("fcl")
 | -- | -- |
 | Homepage | [https://www.ffmpeg.org](https://www.ffmpeg.org) |
 | License | GPL-3.0 |
-| Versions | 4.0.2, 5.0.1 |
+| Versions | 4.0.2, 5.0.1, 5.1.1 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [ffmpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/ffmpeg/xmake.lua) |
 
@@ -4697,6 +4698,30 @@ add_requires("gperf")
 ```
 
 
+### gperftools (linux)
+
+
+| Description | *gperftools is a collection of a high-performance multi-threaded malloc() implementation, plus some pretty nifty performance analysis tools.* |
+| -- | -- |
+| Homepage | [https://github.com/gperftools/gperftools](https://github.com/gperftools/gperftools) |
+| License | BSD-3-Clause |
+| Versions | 2.10 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [gperftools/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gperftools/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gperftools
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gperftools")
+```
+
+
 ### gpujpeg (linux)
 
 
@@ -4768,6 +4793,30 @@ add_requires("graphene")
 ```
 
 
+### grpc (linux)
+
+
+| Description | *The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)* |
+| -- | -- |
+| Homepage | [https://grpc.io](https://grpc.io) |
+| License | Apache-2.0 |
+| Versions | v1.46.3 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [grpc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/grpc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install grpc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("grpc")
+```
+
+
 ### gsl (linux)
 
 

+ 51 - 2
packages/macosx.md

@@ -482,7 +482,8 @@ add_requires("bc")
 | Description | *A microbenchmark support library* |
 | -- | -- |
 | Homepage | [https://github.com/google/benchmark](https://github.com/google/benchmark) |
-| Versions | 1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 1.6.0, 1.6.1 |
+| License | Apache-2.0 |
+| Versions | 1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 1.6.0, 1.6.1, 1.7.0 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [benchmark/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/benchmark/xmake.lua) |
 
@@ -3095,7 +3096,7 @@ add_requires("fcl")
 | -- | -- |
 | Homepage | [https://www.ffmpeg.org](https://www.ffmpeg.org) |
 | License | GPL-3.0 |
-| Versions | 4.0.2, 5.0.1 |
+| Versions | 4.0.2, 5.0.1, 5.1.1 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [ffmpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/ffmpeg/xmake.lua) |
 
@@ -4317,6 +4318,30 @@ add_requires("gperf")
 ```
 
 
+### gperftools (macosx)
+
+
+| Description | *gperftools is a collection of a high-performance multi-threaded malloc() implementation, plus some pretty nifty performance analysis tools.* |
+| -- | -- |
+| Homepage | [https://github.com/gperftools/gperftools](https://github.com/gperftools/gperftools) |
+| License | BSD-3-Clause |
+| Versions | 2.10 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [gperftools/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gperftools/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gperftools
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gperftools")
+```
+
+
 ### gr (macosx)
 
 
@@ -4365,6 +4390,30 @@ add_requires("graphene")
 ```
 
 
+### grpc (macosx)
+
+
+| Description | *The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)* |
+| -- | -- |
+| Homepage | [https://grpc.io](https://grpc.io) |
+| License | Apache-2.0 |
+| Versions | v1.46.3 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [grpc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/grpc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install grpc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("grpc")
+```
+
+
 ### gsl (macosx)
 
 

+ 1 - 1
packages/mingw.md

@@ -1650,7 +1650,7 @@ add_requires("fastcppcsvparser")
 | -- | -- |
 | Homepage | [https://www.ffmpeg.org](https://www.ffmpeg.org) |
 | License | GPL-3.0 |
-| Versions | 4.0.2, 5.0.1 |
+| Versions | 4.0.2, 5.0.1, 5.1.1 |
 | Architectures | x86_64 |
 | Definition | [ffmpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/ffmpeg/xmake.lua) |
 

+ 51 - 2
packages/windows.md

@@ -389,7 +389,8 @@ add_requires("bazel")
 | Description | *A microbenchmark support library* |
 | -- | -- |
 | Homepage | [https://github.com/google/benchmark](https://github.com/google/benchmark) |
-| Versions | 1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 1.6.0, 1.6.1 |
+| License | Apache-2.0 |
+| Versions | 1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 1.6.0, 1.6.1, 1.7.0 |
 | Architectures | arm64, x64, x86 |
 | Definition | [benchmark/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/benchmark/xmake.lua) |
 
@@ -3049,7 +3050,7 @@ add_requires("fcl")
 | -- | -- |
 | Homepage | [https://www.ffmpeg.org](https://www.ffmpeg.org) |
 | License | GPL-3.0 |
-| Versions | 4.0.2, 5.0.1 |
+| Versions | 4.0.2, 5.0.1, 5.1.1 |
 | Architectures | x64 |
 | Definition | [ffmpeg/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/ffmpeg/xmake.lua) |
 
@@ -4130,6 +4131,30 @@ add_requires("godotcpp")
 ```
 
 
+### gperftools (windows)
+
+
+| Description | *gperftools is a collection of a high-performance multi-threaded malloc() implementation, plus some pretty nifty performance analysis tools.* |
+| -- | -- |
+| Homepage | [https://github.com/gperftools/gperftools](https://github.com/gperftools/gperftools) |
+| License | BSD-3-Clause |
+| Versions | 2.10 |
+| Architectures | arm64, x64, x86 |
+| Definition | [gperftools/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gperftools/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gperftools
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gperftools")
+```
+
+
 ### gr (windows)
 
 
@@ -4178,6 +4203,30 @@ add_requires("graphene")
 ```
 
 
+### grpc (windows)
+
+
+| Description | *The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)* |
+| -- | -- |
+| Homepage | [https://grpc.io](https://grpc.io) |
+| License | Apache-2.0 |
+| Versions | v1.46.3 |
+| Architectures | arm64, x64, x86 |
+| Definition | [grpc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/grpc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install grpc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("grpc")
+```
+
+
 ### gsl (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-09-05T12:07:10+08:00</lastmod>
+  <lastmod>2022-09-07T22:30:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-09-05T12:07:12+08:00</lastmod>
+  <lastmod>2022-09-07T22:30:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-09-05T12:07:12+08:00</lastmod>
+  <lastmod>2022-09-07T22:30:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-09-05T12:07:12+08:00</lastmod>
+  <lastmod>2022-09-07T22:30:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-09-05T12:07:13+08:00</lastmod>
+  <lastmod>2022-09-07T22:30:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-09-05T12:07:13+08:00</lastmod>
+  <lastmod>2022-09-07T22:30:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-09-05T12:07:13+08:00</lastmod>
+  <lastmod>2022-09-07T22:30:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-09-05T12:07:14+08:00</lastmod>
+  <lastmod>2022-09-07T22:30:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-09-05T12:07:14+08:00</lastmod>
+  <lastmod>2022-09-07T22:30:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-09-05T12:07:14+08:00</lastmod>
+  <lastmod>2022-09-07T22:30:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-09-05T12:07:14+08:00</lastmod>
+  <lastmod>2022-09-07T22:30:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-09-05T12:07:15+08:00</lastmod>
+  <lastmod>2022-09-07T22:30:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-09-05T12:07:15+08:00</lastmod>
+  <lastmod>2022-09-07T22:30:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-09-05T12:07:15+08:00</lastmod>
+  <lastmod>2022-09-07T22:30:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-09-05T12:07:15+08:00</lastmod>
+  <lastmod>2022-09-07T22:30:56+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: port, newtondynamics3, newtondynamics4**
+- **Recently added: grpc, gperftools, port**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [GitHub](https://github.com/xmake-io/xrepo/)

+ 1 - 1
zh-cn/_sidebar.md

@@ -1,7 +1,7 @@
 - 快速入门
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [快速上手](zh-cn/getting_started.md)
-- 包列表 (751)
+- 包列表 (753)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)