Browse Source

autoupdate docs by xmake-repo/ci

ruki 4 years ago
parent
commit
afbc7b371d

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: effcee, piex, re2**
+- **Recently added: lz4, effcee, piex**
 
 [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 (173)
+- Packages (174)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -1403,6 +1403,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lyra")
 </code></pre>
+<h3 id="lz4android">lz4 (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LZ4 - Extremely fast compression</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.lz4.org/">https://www.lz4.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.9.3</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/l/lz4/xmake.lua">lz4/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] lz4
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lz4")
+</code></pre>
 <h2 id="m">m</h2>
 <h3 id="m4android">m4 (android)</h3>
 <table>

+ 33 - 0
mirror/packages/bsd.html

@@ -937,6 +937,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lyra")
 </code></pre>
+<h3 id="lz4bsd">lz4 (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LZ4 - Extremely fast compression</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.lz4.org/">https://www.lz4.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.9.3</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/l/lz4/xmake.lua">lz4/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install lz4
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lz4")
+</code></pre>
 <h2 id="m">m</h2>
 <h3 id="m4bsd">m4 (bsd)</h3>
 <table>

+ 33 - 0
mirror/packages/cross.html

@@ -974,6 +974,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lyra")
 </code></pre>
+<h3 id="lz4cross">lz4 (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LZ4 - Extremely fast compression</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.lz4.org/">https://www.lz4.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.9.3</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/l/lz4/xmake.lua">lz4/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] lz4
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lz4")
+</code></pre>
 <h2 id="m">m</h2>
 <h3 id="m4cross">m4 (cross)</h3>
 <table>

+ 33 - 0
mirror/packages/iphoneos.html

@@ -1407,6 +1407,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lyra")
 </code></pre>
+<h3 id="lz4iphoneos">lz4 (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LZ4 - Extremely fast compression</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.lz4.org/">https://www.lz4.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.9.3</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/l/lz4/xmake.lua">lz4/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos lz4
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lz4")
+</code></pre>
 <h2 id="m">m</h2>
 <h3 id="m4iphoneos">m4 (iphoneos)</h3>
 <table>

+ 33 - 0
mirror/packages/linux.html

@@ -3804,6 +3804,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lyra")
 </code></pre>
+<h3 id="lz4linux">lz4 (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LZ4 - Extremely fast compression</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.lz4.org/">https://www.lz4.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.9.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/l/lz4/xmake.lua">lz4/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install lz4
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lz4")
+</code></pre>
 <h2 id="m">m</h2>
 <h3 id="m4linux">m4 (linux)</h3>
 <table>

+ 33 - 0
mirror/packages/macosx.html

@@ -3672,6 +3672,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lyra")
 </code></pre>
+<h3 id="lz4macosx">lz4 (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LZ4 - Extremely fast compression</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.lz4.org/">https://www.lz4.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.9.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/l/lz4/xmake.lua">lz4/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install lz4
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lz4")
+</code></pre>
 <h2 id="m">m</h2>
 <h3 id="m4macosx">m4 (macosx)</h3>
 <table>

+ 33 - 0
mirror/packages/mingw.html

@@ -1605,6 +1605,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lyra")
 </code></pre>
+<h3 id="lz4mingw">lz4 (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LZ4 - Extremely fast compression</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.lz4.org/">https://www.lz4.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.9.3</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/l/lz4/xmake.lua">lz4/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] lz4
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lz4")
+</code></pre>
 <h2 id="m">m</h2>
 <h3 id="m4mingw">m4 (mingw)</h3>
 <table>

+ 33 - 0
mirror/packages/msys.html

@@ -937,6 +937,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lyra")
 </code></pre>
+<h3 id="lz4msys">lz4 (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LZ4 - Extremely fast compression</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.lz4.org/">https://www.lz4.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.9.3</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/l/lz4/xmake.lua">lz4/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install lz4
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lz4")
+</code></pre>
 <h2 id="m">m</h2>
 <h3 id="m4msys">m4 (msys)</h3>
 <table>

+ 33 - 0
mirror/packages/windows.html

@@ -2505,6 +2505,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("lyra")
 </code></pre>
+<h3 id="lz4windows">lz4 (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>LZ4 - Extremely fast compression</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.lz4.org/">https://www.lz4.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.9.3</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/l/lz4/xmake.lua">lz4/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install lz4
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("lz4")
+</code></pre>
 <h2 id="m">m</h2>
 <h3 id="m4windows">m4 (windows)</h3>
 <table>

+ 23 - 0
packages/android.md

@@ -918,6 +918,29 @@ add_requires("lyra")
 ```
 
 
+### lz4 (android)
+
+
+| Description | *LZ4 - Extremely fast compression* |
+| -- | -- |
+| Homepage | [https://www.lz4.org/](https://www.lz4.org/) |
+| Versions | v1.9.3 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [lz4/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lz4/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] lz4
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lz4")
+```
+
+
 
 ## m
 ### m4 (android)

+ 23 - 0
packages/bsd.md

@@ -595,6 +595,29 @@ add_requires("lyra")
 ```
 
 
+### lz4 (bsd)
+
+
+| Description | *LZ4 - Extremely fast compression* |
+| -- | -- |
+| Homepage | [https://www.lz4.org/](https://www.lz4.org/) |
+| Versions | v1.9.3 |
+| Architectures | i386, x86_64 |
+| Definition | [lz4/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lz4/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install lz4
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lz4")
+```
+
+
 
 ## m
 ### m4 (bsd)

+ 23 - 0
packages/cross.md

@@ -619,6 +619,29 @@ add_requires("lyra")
 ```
 
 
+### lz4 (cross)
+
+
+| Description | *LZ4 - Extremely fast compression* |
+| -- | -- |
+| Homepage | [https://www.lz4.org/](https://www.lz4.org/) |
+| Versions | v1.9.3 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [lz4/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lz4/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] lz4
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lz4")
+```
+
+
 
 ## m
 ### m4 (cross)

+ 23 - 0
packages/iphoneos.md

@@ -919,6 +919,29 @@ add_requires("lyra")
 ```
 
 
+### lz4 (iphoneos)
+
+
+| Description | *LZ4 - Extremely fast compression* |
+| -- | -- |
+| Homepage | [https://www.lz4.org/](https://www.lz4.org/) |
+| Versions | v1.9.3 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [lz4/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lz4/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos lz4
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lz4")
+```
+
+
 
 ## m
 ### m4 (iphoneos)

+ 23 - 0
packages/linux.md

@@ -2582,6 +2582,29 @@ add_requires("lyra")
 ```
 
 
+### lz4 (linux)
+
+
+| Description | *LZ4 - Extremely fast compression* |
+| -- | -- |
+| Homepage | [https://www.lz4.org/](https://www.lz4.org/) |
+| Versions | v1.9.3 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [lz4/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lz4/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install lz4
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lz4")
+```
+
+
 
 ## m
 ### m4 (linux)

+ 23 - 0
packages/macosx.md

@@ -2490,6 +2490,29 @@ add_requires("lyra")
 ```
 
 
+### lz4 (macosx)
+
+
+| Description | *LZ4 - Extremely fast compression* |
+| -- | -- |
+| Homepage | [https://www.lz4.org/](https://www.lz4.org/) |
+| Versions | v1.9.3 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [lz4/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lz4/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install lz4
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lz4")
+```
+
+
 
 ## m
 ### m4 (macosx)

+ 23 - 0
packages/mingw.md

@@ -1057,6 +1057,29 @@ add_requires("lyra")
 ```
 
 
+### lz4 (mingw)
+
+
+| Description | *LZ4 - Extremely fast compression* |
+| -- | -- |
+| Homepage | [https://www.lz4.org/](https://www.lz4.org/) |
+| Versions | v1.9.3 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [lz4/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lz4/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] lz4
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lz4")
+```
+
+
 
 ## m
 ### m4 (mingw)

+ 23 - 0
packages/msys.md

@@ -595,6 +595,29 @@ add_requires("lyra")
 ```
 
 
+### lz4 (msys)
+
+
+| Description | *LZ4 - Extremely fast compression* |
+| -- | -- |
+| Homepage | [https://www.lz4.org/](https://www.lz4.org/) |
+| Versions | v1.9.3 |
+| Architectures | i386, x86_64 |
+| Definition | [lz4/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lz4/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install lz4
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lz4")
+```
+
+
 
 ## m
 ### m4 (msys)

+ 23 - 0
packages/windows.md

@@ -1682,6 +1682,29 @@ add_requires("lyra")
 ```
 
 
+### lz4 (windows)
+
+
+| Description | *LZ4 - Extremely fast compression* |
+| -- | -- |
+| Homepage | [https://www.lz4.org/](https://www.lz4.org/) |
+| Versions | v1.9.3 |
+| Architectures | x64, x86 |
+| Definition | [lz4/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lz4/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install lz4
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("lz4")
+```
+
+
 
 ## m
 ### m4 (windows)

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-11-18T11:13:53+08:00</lastmod>
+  <lastmod>2020-11-19T03:27:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2020-11-18T11:13:54+08:00</lastmod>
+  <lastmod>2020-11-19T03:27:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-11-18T11:13:54+08:00</lastmod>
+  <lastmod>2020-11-19T03:27:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-11-18T11:13:54+08:00</lastmod>
+  <lastmod>2020-11-19T03:27:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-11-18T11:13:55+08:00</lastmod>
+  <lastmod>2020-11-19T03:27:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-11-18T11:13:55+08:00</lastmod>
+  <lastmod>2020-11-19T03:27:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-11-18T11:13:55+08:00</lastmod>
+  <lastmod>2020-11-19T03:27:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-11-18T11:13:55+08:00</lastmod>
+  <lastmod>2020-11-19T03:27:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-11-18T11:13:55+08:00</lastmod>
+  <lastmod>2020-11-19T03:27:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-11-18T11:13:56+08:00</lastmod>
+  <lastmod>2020-11-19T03:27:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-11-18T11:13:56+08:00</lastmod>
+  <lastmod>2020-11-19T03:27:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-11-18T11:13:56+08:00</lastmod>
+  <lastmod>2020-11-19T03:27:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-11-18T11:13:56+08:00</lastmod>
+  <lastmod>2020-11-19T03:27:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-11-18T11:13:56+08:00</lastmod>
+  <lastmod>2020-11-19T03:27:31+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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