Browse Source

autoupdate docs by xmake-repo/ci

ruki 3 năm trước cách đây
mục cha
commit
d75804dc4c

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: exprtk, strtk, guetzli**
+- **Recently added: crc32c, exprtk, strtk**
 
 [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 (561)
+- Packages (562)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -929,6 +929,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpu-features")
 </code></pre>
+<h3 id="crc32candroid">crc32c (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>CRC32C implementation with support for CPU-specific acceleration instructions</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/crc32c">https://github.com/google/crc32c</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crc32c/xmake.lua">crc32c/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] crc32c
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("crc32c")
+</code></pre>
 <h3 id="cryptoppandroid">cryptopp (android)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/bsd.html

@@ -715,6 +715,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpp-httplib")
 </code></pre>
+<h3 id="crc32cbsd">crc32c (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>CRC32C implementation with support for CPU-specific acceleration instructions</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/crc32c">https://github.com/google/crc32c</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crc32c/xmake.lua">crc32c/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install crc32c
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("crc32c")
+</code></pre>
 <h3 id="cryptoppbsd">cryptopp (bsd)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/cross.html

@@ -678,6 +678,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpp-httplib")
 </code></pre>
+<h3 id="crc32ccross">crc32c (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>CRC32C implementation with support for CPU-specific acceleration instructions</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/crc32c">https://github.com/google/crc32c</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crc32c/xmake.lua">crc32c/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] crc32c
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("crc32c")
+</code></pre>
 <h3 id="csv2cross">csv2 (cross)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/iphoneos.html

@@ -789,6 +789,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpp-httplib")
 </code></pre>
+<h3 id="crc32ciphoneos">crc32c (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>CRC32C implementation with support for CPU-specific acceleration instructions</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/crc32c">https://github.com/google/crc32c</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crc32c/xmake.lua">crc32c/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos crc32c
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("crc32c")
+</code></pre>
 <h3 id="cryptoppiphoneos">cryptopp (iphoneos)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/linux.html

@@ -2173,6 +2173,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpu-features")
 </code></pre>
+<h3 id="crc32clinux">crc32c (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>CRC32C implementation with support for CPU-specific acceleration instructions</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/crc32c">https://github.com/google/crc32c</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.2</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/c/crc32c/xmake.lua">crc32c/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install crc32c
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("crc32c")
+</code></pre>
 <h3 id="cryptopplinux">cryptopp (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -2025,6 +2025,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpu-features")
 </code></pre>
+<h3 id="crc32cmacosx">crc32c (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>CRC32C implementation with support for CPU-specific acceleration instructions</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/crc32c">https://github.com/google/crc32c</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.2</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/c/crc32c/xmake.lua">crc32c/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install crc32c
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("crc32c")
+</code></pre>
 <h3 id="cryptoppmacosx">cryptopp (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/mingw.html

@@ -888,6 +888,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpp-httplib")
 </code></pre>
+<h3 id="crc32cmingw">crc32c (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>CRC32C implementation with support for CPU-specific acceleration instructions</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/crc32c">https://github.com/google/crc32c</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crc32c/xmake.lua">crc32c/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] crc32c
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("crc32c")
+</code></pre>
 <h3 id="csv2mingw">csv2 (mingw)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/msys.html

@@ -715,6 +715,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpp-httplib")
 </code></pre>
+<h3 id="crc32cmsys">crc32c (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>CRC32C implementation with support for CPU-specific acceleration instructions</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/crc32c">https://github.com/google/crc32c</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crc32c/xmake.lua">crc32c/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install crc32c
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("crc32c")
+</code></pre>
 <h3 id="csv2msys">csv2 (msys)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -2025,6 +2025,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cpu-features")
 </code></pre>
+<h3 id="crc32cwindows">crc32c (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>CRC32C implementation with support for CPU-specific acceleration instructions</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/crc32c">https://github.com/google/crc32c</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crc32c/xmake.lua">crc32c/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install crc32c
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("crc32c")
+</code></pre>
 <h3 id="cryptoppwindows">cryptopp (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/android.md

@@ -566,6 +566,29 @@ add_requires("cpu-features")
 ```
 
 
+### crc32c (android)
+
+
+| Description | *CRC32C implementation with support for CPU-specific acceleration instructions* |
+| -- | -- |
+| Homepage | [https://github.com/google/crc32c](https://github.com/google/crc32c) |
+| Versions | 1.1.2 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [crc32c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crc32c/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] crc32c
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("crc32c")
+```
+
+
 ### cryptopp (android)
 
 

+ 23 - 0
packages/bsd.md

@@ -424,6 +424,29 @@ add_requires("cpp-httplib")
 ```
 
 
+### crc32c (bsd)
+
+
+| Description | *CRC32C implementation with support for CPU-specific acceleration instructions* |
+| -- | -- |
+| Homepage | [https://github.com/google/crc32c](https://github.com/google/crc32c) |
+| Versions | 1.1.2 |
+| Architectures | i386, x86_64 |
+| Definition | [crc32c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crc32c/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install crc32c
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("crc32c")
+```
+
+
 ### cryptopp (bsd)
 
 

+ 23 - 0
packages/cross.md

@@ -400,6 +400,29 @@ add_requires("cpp-httplib")
 ```
 
 
+### crc32c (cross)
+
+
+| Description | *CRC32C implementation with support for CPU-specific acceleration instructions* |
+| -- | -- |
+| Homepage | [https://github.com/google/crc32c](https://github.com/google/crc32c) |
+| Versions | 1.1.2 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [crc32c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crc32c/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] crc32c
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("crc32c")
+```
+
+
 ### csv2 (cross)
 
 

+ 23 - 0
packages/iphoneos.md

@@ -472,6 +472,29 @@ add_requires("cpp-httplib")
 ```
 
 
+### crc32c (iphoneos)
+
+
+| Description | *CRC32C implementation with support for CPU-specific acceleration instructions* |
+| -- | -- |
+| Homepage | [https://github.com/google/crc32c](https://github.com/google/crc32c) |
+| Versions | 1.1.2 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [crc32c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crc32c/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos crc32c
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("crc32c")
+```
+
+
 ### cryptopp (iphoneos)
 
 

+ 23 - 0
packages/linux.md

@@ -1395,6 +1395,29 @@ add_requires("cpu-features")
 ```
 
 
+### crc32c (linux)
+
+
+| Description | *CRC32C implementation with support for CPU-specific acceleration instructions* |
+| -- | -- |
+| Homepage | [https://github.com/google/crc32c](https://github.com/google/crc32c) |
+| Versions | 1.1.2 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [crc32c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crc32c/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install crc32c
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("crc32c")
+```
+
+
 ### cryptopp (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -1299,6 +1299,29 @@ add_requires("cpu-features")
 ```
 
 
+### crc32c (macosx)
+
+
+| Description | *CRC32C implementation with support for CPU-specific acceleration instructions* |
+| -- | -- |
+| Homepage | [https://github.com/google/crc32c](https://github.com/google/crc32c) |
+| Versions | 1.1.2 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [crc32c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crc32c/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install crc32c
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("crc32c")
+```
+
+
 ### cryptopp (macosx)
 
 

+ 23 - 0
packages/mingw.md

@@ -541,6 +541,29 @@ add_requires("cpp-httplib")
 ```
 
 
+### crc32c (mingw)
+
+
+| Description | *CRC32C implementation with support for CPU-specific acceleration instructions* |
+| -- | -- |
+| Homepage | [https://github.com/google/crc32c](https://github.com/google/crc32c) |
+| Versions | 1.1.2 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [crc32c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crc32c/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] crc32c
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("crc32c")
+```
+
+
 ### csv2 (mingw)
 
 

+ 23 - 0
packages/msys.md

@@ -424,6 +424,29 @@ add_requires("cpp-httplib")
 ```
 
 
+### crc32c (msys)
+
+
+| Description | *CRC32C implementation with support for CPU-specific acceleration instructions* |
+| -- | -- |
+| Homepage | [https://github.com/google/crc32c](https://github.com/google/crc32c) |
+| Versions | 1.1.2 |
+| Architectures | i386, x86_64 |
+| Definition | [crc32c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crc32c/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install crc32c
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("crc32c")
+```
+
+
 ### csv2 (msys)
 
 

+ 23 - 0
packages/windows.md

@@ -1299,6 +1299,29 @@ add_requires("cpu-features")
 ```
 
 
+### crc32c (windows)
+
+
+| Description | *CRC32C implementation with support for CPU-specific acceleration instructions* |
+| -- | -- |
+| Homepage | [https://github.com/google/crc32c](https://github.com/google/crc32c) |
+| Versions | 1.1.2 |
+| Architectures | x64, x86 |
+| Definition | [crc32c/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/crc32c/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install crc32c
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("crc32c")
+```
+
+
 ### cryptopp (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-12-23T23:43:29+08:00</lastmod>
+  <lastmod>2021-12-24T04:55:35+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-12-23T23:43:31+08:00</lastmod>
+  <lastmod>2021-12-24T04:55:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-12-23T23:43:31+08:00</lastmod>
+  <lastmod>2021-12-24T04:55:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-12-23T23:43:31+08:00</lastmod>
+  <lastmod>2021-12-24T04:55:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-12-23T23:43:31+08:00</lastmod>
+  <lastmod>2021-12-24T04:55:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-12-23T23:43:32+08:00</lastmod>
+  <lastmod>2021-12-24T04:55:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-12-23T23:43:32+08:00</lastmod>
+  <lastmod>2021-12-24T04:55:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-12-23T23:43:32+08:00</lastmod>
+  <lastmod>2021-12-24T04:55:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-12-23T23:43:32+08:00</lastmod>
+  <lastmod>2021-12-24T04:55:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-12-23T23:43:33+08:00</lastmod>
+  <lastmod>2021-12-24T04:55:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-12-23T23:43:33+08:00</lastmod>
+  <lastmod>2021-12-24T04:55:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-12-23T23:43:33+08:00</lastmod>
+  <lastmod>2021-12-24T04:55:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-12-23T23:43:33+08:00</lastmod>
+  <lastmod>2021-12-24T04:55:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-12-23T23:43:33+08:00</lastmod>
+  <lastmod>2021-12-24T04:55:39+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: exprtk, strtk, guetzli**
+- **Recently added: crc32c, exprtk, strtk**
 
 [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)
-- 包列表 (561)
+- 包列表 (562)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)