瀏覽代碼

autoupdate docs by xmake-repo/ci

ruki 3 年之前
父節點
當前提交
34e9c9b1a1

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: qoi, robotstxt, libimobiledevice**
+- **Recently added: guetzli, qoi, robotstxt**
 
 [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 (558)
+- Packages (559)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -2012,6 +2012,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gtest")
 </code></pre>
+<h3 id="guetzliandroid">guetzli (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Perceptual JPEG encoder</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/guetzli">https://github.com/google/guetzli</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.1</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/g/guetzli/xmake.lua">guetzli/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] guetzli
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("guetzli")
+</code></pre>
 <h3 id="guiliteandroid">guilite (android)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/bsd.html

@@ -1596,6 +1596,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gtest")
 </code></pre>
+<h3 id="guetzlibsd">guetzli (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Perceptual JPEG encoder</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/guetzli">https://github.com/google/guetzli</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.1</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/g/guetzli/xmake.lua">guetzli/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install guetzli
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("guetzli")
+</code></pre>
 <h2 id="h">h</h2>
 <h3 id="hffixbsd">hffix (bsd)</h3>
 <table>

+ 33 - 0
mirror/packages/cross.html

@@ -1489,6 +1489,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gtest")
 </code></pre>
+<h3 id="guetzlicross">guetzli (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Perceptual JPEG encoder</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/guetzli">https://github.com/google/guetzli</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.1</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/g/guetzli/xmake.lua">guetzli/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] guetzli
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("guetzli")
+</code></pre>
 <h2 id="h">h</h2>
 <h3 id="hopscotchmapcross">hopscotch-map (cross)</h3>
 <table>

+ 33 - 0
mirror/packages/iphoneos.html

@@ -1736,6 +1736,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gtest")
 </code></pre>
+<h3 id="guetzliiphoneos">guetzli (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Perceptual JPEG encoder</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/guetzli">https://github.com/google/guetzli</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.1</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/g/guetzli/xmake.lua">guetzli/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos guetzli
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("guetzli")
+</code></pre>
 <h3 id="guiliteiphoneos">guilite (iphoneos)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/linux.html

@@ -5346,6 +5346,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gtest")
 </code></pre>
+<h3 id="guetzlilinux">guetzli (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Perceptual JPEG encoder</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/guetzli">https://github.com/google/guetzli</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.1</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/guetzli/xmake.lua">guetzli/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install guetzli
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("guetzli")
+</code></pre>
 <h3 id="guilitelinux">guilite (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -5058,6 +5058,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gtest")
 </code></pre>
+<h3 id="guetzlimacosx">guetzli (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Perceptual JPEG encoder</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/guetzli">https://github.com/google/guetzli</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.1</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/guetzli/xmake.lua">guetzli/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install guetzli
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("guetzli")
+</code></pre>
 <h3 id="guilitemacosx">guilite (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/mingw.html

@@ -2119,6 +2119,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gtest")
 </code></pre>
+<h3 id="guetzlimingw">guetzli (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Perceptual JPEG encoder</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/guetzli">https://github.com/google/guetzli</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.1</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/g/guetzli/xmake.lua">guetzli/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] guetzli
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("guetzli")
+</code></pre>
 <h3 id="guilitemingw">guilite (mingw)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/msys.html

@@ -1559,6 +1559,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gtest")
 </code></pre>
+<h3 id="guetzlimsys">guetzli (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Perceptual JPEG encoder</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/guetzli">https://github.com/google/guetzli</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.1</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/g/guetzli/xmake.lua">guetzli/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install guetzli
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("guetzli")
+</code></pre>
 <h2 id="h">h</h2>
 <h3 id="hopscotchmapmsys">hopscotch-map (msys)</h3>
 <table>

+ 33 - 0
mirror/packages/windows.html

@@ -4815,6 +4815,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gtest")
 </code></pre>
+<h3 id="guetzliwindows">guetzli (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Perceptual JPEG encoder</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/google/guetzli">https://github.com/google/guetzli</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.1</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/g/guetzli/xmake.lua">guetzli/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install guetzli
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("guetzli")
+</code></pre>
 <h3 id="guilitewindows">guilite (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/android.md

@@ -1301,6 +1301,29 @@ add_requires("gtest")
 ```
 
 
+### guetzli (android)
+
+
+| Description | *Perceptual JPEG encoder* |
+| -- | -- |
+| Homepage | [https://github.com/google/guetzli](https://github.com/google/guetzli) |
+| Versions | v1.0.1 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [guetzli/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/guetzli/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] guetzli
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("guetzli")
+```
+
+
 ### guilite (android)
 
 

+ 23 - 0
packages/bsd.md

@@ -1020,6 +1020,29 @@ add_requires("gtest")
 ```
 
 
+### guetzli (bsd)
+
+
+| Description | *Perceptual JPEG encoder* |
+| -- | -- |
+| Homepage | [https://github.com/google/guetzli](https://github.com/google/guetzli) |
+| Versions | v1.0.1 |
+| Architectures | i386, x86_64 |
+| Definition | [guetzli/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/guetzli/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install guetzli
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("guetzli")
+```
+
+
 
 ## h
 ### hffix (bsd)

+ 23 - 0
packages/cross.md

@@ -949,6 +949,29 @@ add_requires("gtest")
 ```
 
 
+### guetzli (cross)
+
+
+| Description | *Perceptual JPEG encoder* |
+| -- | -- |
+| Homepage | [https://github.com/google/guetzli](https://github.com/google/guetzli) |
+| Versions | v1.0.1 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [guetzli/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/guetzli/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] guetzli
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("guetzli")
+```
+
+
 
 ## h
 ### hopscotch-map (cross)

+ 23 - 0
packages/iphoneos.md

@@ -1114,6 +1114,29 @@ add_requires("gtest")
 ```
 
 
+### guetzli (iphoneos)
+
+
+| Description | *Perceptual JPEG encoder* |
+| -- | -- |
+| Homepage | [https://github.com/google/guetzli](https://github.com/google/guetzli) |
+| Versions | v1.0.1 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [guetzli/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/guetzli/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos guetzli
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("guetzli")
+```
+
+
 ### guilite (iphoneos)
 
 

+ 23 - 0
packages/linux.md

@@ -3508,6 +3508,29 @@ add_requires("gtest")
 ```
 
 
+### guetzli (linux)
+
+
+| Description | *Perceptual JPEG encoder* |
+| -- | -- |
+| Homepage | [https://github.com/google/guetzli](https://github.com/google/guetzli) |
+| Versions | v1.0.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [guetzli/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/guetzli/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install guetzli
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("guetzli")
+```
+
+
 ### guilite (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -3318,6 +3318,29 @@ add_requires("gtest")
 ```
 
 
+### guetzli (macosx)
+
+
+| Description | *Perceptual JPEG encoder* |
+| -- | -- |
+| Homepage | [https://github.com/google/guetzli](https://github.com/google/guetzli) |
+| Versions | v1.0.1 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [guetzli/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/guetzli/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install guetzli
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("guetzli")
+```
+
+
 ### guilite (macosx)
 
 

+ 23 - 0
packages/mingw.md

@@ -1372,6 +1372,29 @@ add_requires("gtest")
 ```
 
 
+### guetzli (mingw)
+
+
+| Description | *Perceptual JPEG encoder* |
+| -- | -- |
+| Homepage | [https://github.com/google/guetzli](https://github.com/google/guetzli) |
+| Versions | v1.0.1 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [guetzli/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/guetzli/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] guetzli
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("guetzli")
+```
+
+
 ### guilite (mingw)
 
 

+ 23 - 0
packages/msys.md

@@ -996,6 +996,29 @@ add_requires("gtest")
 ```
 
 
+### guetzli (msys)
+
+
+| Description | *Perceptual JPEG encoder* |
+| -- | -- |
+| Homepage | [https://github.com/google/guetzli](https://github.com/google/guetzli) |
+| Versions | v1.0.1 |
+| Architectures | i386, x86_64 |
+| Definition | [guetzli/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/guetzli/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install guetzli
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("guetzli")
+```
+
+
 
 ## h
 ### hopscotch-map (msys)

+ 23 - 0
packages/windows.md

@@ -3154,6 +3154,29 @@ add_requires("gtest")
 ```
 
 
+### guetzli (windows)
+
+
+| Description | *Perceptual JPEG encoder* |
+| -- | -- |
+| Homepage | [https://github.com/google/guetzli](https://github.com/google/guetzli) |
+| Versions | v1.0.1 |
+| Architectures | x64, x86 |
+| Definition | [guetzli/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/guetzli/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install guetzli
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("guetzli")
+```
+
+
 ### guilite (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-12-22T15:34:11+08:00</lastmod>
+  <lastmod>2021-12-22T15:54:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-12-22T15:34:12+08:00</lastmod>
+  <lastmod>2021-12-22T15:54:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-12-22T15:34:12+08:00</lastmod>
+  <lastmod>2021-12-22T15:54:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-12-22T15:34:12+08:00</lastmod>
+  <lastmod>2021-12-22T15:54:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-12-22T15:34:13+08:00</lastmod>
+  <lastmod>2021-12-22T15:54:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-12-22T15:34:13+08:00</lastmod>
+  <lastmod>2021-12-22T15:54:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-12-22T15:34:13+08:00</lastmod>
+  <lastmod>2021-12-22T15:54:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-12-22T15:34:13+08:00</lastmod>
+  <lastmod>2021-12-22T15:54:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-12-22T15:34:14+08:00</lastmod>
+  <lastmod>2021-12-22T15:54:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-12-22T15:34:14+08:00</lastmod>
+  <lastmod>2021-12-22T15:54:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-12-22T15:34:14+08:00</lastmod>
+  <lastmod>2021-12-22T15:54:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-12-22T15:34:14+08:00</lastmod>
+  <lastmod>2021-12-22T15:54:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-12-22T15:34:15+08:00</lastmod>
+  <lastmod>2021-12-22T15:54:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-12-22T15:34:15+08:00</lastmod>
+  <lastmod>2021-12-22T15:54:07+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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