Browse Source

autoupdate docs by xmake-repo/ci

ruki 4 years ago
parent
commit
296cbfa4f3

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: cgetopt, xhook, angelscript**
+- **Recently added: giflib, libwebp, cgetopt**
 
 [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 (164)
+- Packages (166)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/android.html

@@ -628,6 +628,43 @@
 <pre><code class="lang-lua">add_requires("fmt")
 </code></pre>
 <h2 id="g">g</h2>
+<h3 id="giflibandroid">giflib (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A library for reading and writing gif images.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceforge.net/projects/giflib/">https://sourceforge.net/projects/giflib/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>5.2.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/giflib/xmake.lua">giflib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] giflib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("giflib")
+</code></pre>
 <h3 id="glmandroid">glm (android)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/iphoneos.html

@@ -562,6 +562,43 @@
 <pre><code class="lang-lua">add_requires("fmt")
 </code></pre>
 <h2 id="g">g</h2>
+<h3 id="giflibiphoneos">giflib (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A library for reading and writing gif images.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceforge.net/projects/giflib/">https://sourceforge.net/projects/giflib/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>5.2.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/giflib/xmake.lua">giflib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos giflib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("giflib")
+</code></pre>
 <h3 id="glmiphoneos">glm (iphoneos)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/linux.html

@@ -1289,6 +1289,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gettext")
 </code></pre>
+<h3 id="gifliblinux">giflib (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A library for reading and writing gif images.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceforge.net/projects/giflib/">https://sourceforge.net/projects/giflib/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>5.2.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/giflib/xmake.lua">giflib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install giflib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("giflib")
+</code></pre>
 <h3 id="glewlinux">glew (linux)</h3>
 <table>
 <thead>
@@ -2786,6 +2823,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libuv")
 </code></pre>
+<h3 id="libwebplinux">libwebp (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Library to encode and decode images in WebP format.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://chromium.googlesource.com/webm/libwebp/">https://chromium.googlesource.com/webm/libwebp/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.0</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/libwebp/xmake.lua">libwebp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libwebp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libwebp")
+</code></pre>
 <h3 id="libwebsocketslinux">libwebsockets (linux)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/macosx.html

@@ -1223,6 +1223,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gettext")
 </code></pre>
+<h3 id="giflibmacosx">giflib (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A library for reading and writing gif images.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceforge.net/projects/giflib/">https://sourceforge.net/projects/giflib/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>5.2.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/giflib/xmake.lua">giflib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install giflib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("giflib")
+</code></pre>
 <h3 id="glewmacosx">glew (macosx)</h3>
 <table>
 <thead>
@@ -2654,6 +2691,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libuv")
 </code></pre>
+<h3 id="libwebpmacosx">libwebp (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Library to encode and decode images in WebP format.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://chromium.googlesource.com/webm/libwebp/">https://chromium.googlesource.com/webm/libwebp/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.0</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/libwebp/xmake.lua">libwebp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libwebp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libwebp")
+</code></pre>
 <h3 id="libwebsocketsmacosx">libwebsockets (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/mingw.html

@@ -628,6 +628,43 @@
 <pre><code class="lang-lua">add_requires("fmt")
 </code></pre>
 <h2 id="g">g</h2>
+<h3 id="giflibmingw">giflib (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A library for reading and writing gif images.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceforge.net/projects/giflib/">https://sourceforge.net/projects/giflib/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>5.2.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/giflib/xmake.lua">giflib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] giflib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("giflib")
+</code></pre>
 <h3 id="glewmingw">glew (mingw)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/windows.html

@@ -1157,6 +1157,43 @@
 <pre><code class="lang-lua">add_requires("freetype")
 </code></pre>
 <h2 id="g">g</h2>
+<h3 id="giflibwindows">giflib (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A library for reading and writing gif images.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://sourceforge.net/projects/giflib/">https://sourceforge.net/projects/giflib/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>5.2.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/giflib/xmake.lua">giflib/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install giflib
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("giflib")
+</code></pre>
 <h3 id="glewwindows">glew (windows)</h3>
 <table>
 <thead>
@@ -2085,6 +2122,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libuv")
 </code></pre>
+<h3 id="libwebpwindows">libwebp (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Library to encode and decode images in WebP format.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://chromium.googlesource.com/webm/libwebp/">https://chromium.googlesource.com/webm/libwebp/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.1.0</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/libwebp/xmake.lua">libwebp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libwebp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libwebp")
+</code></pre>
 <h3 id="libwebsocketswindows">libwebsockets (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/android.md

@@ -378,6 +378,30 @@ add_requires("fmt")
 
 
 ## g
+### giflib (android)
+
+
+| Description | *A library for reading and writing gif images.* |
+| -- | -- |
+| Homepage | [https://sourceforge.net/projects/giflib/](https://sourceforge.net/projects/giflib/) |
+| License | MIT |
+| Versions | 5.2.1 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [giflib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/giflib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] giflib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("giflib")
+```
+
+
 ### glm (android)
 
 

+ 24 - 0
packages/iphoneos.md

@@ -332,6 +332,30 @@ add_requires("fmt")
 
 
 ## g
+### giflib (iphoneos)
+
+
+| Description | *A library for reading and writing gif images.* |
+| -- | -- |
+| Homepage | [https://sourceforge.net/projects/giflib/](https://sourceforge.net/projects/giflib/) |
+| License | MIT |
+| Versions | 5.2.1 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [giflib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/giflib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos giflib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("giflib")
+```
+
+
 ### glm (iphoneos)
 
 

+ 48 - 0
packages/linux.md

@@ -840,6 +840,30 @@ add_requires("gettext")
 ```
 
 
+### giflib (linux)
+
+
+| Description | *A library for reading and writing gif images.* |
+| -- | -- |
+| Homepage | [https://sourceforge.net/projects/giflib/](https://sourceforge.net/projects/giflib/) |
+| License | MIT |
+| Versions | 5.2.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [giflib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/giflib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install giflib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("giflib")
+```
+
+
 ### glew (linux)
 
 
@@ -1885,6 +1909,30 @@ add_requires("libuv")
 ```
 
 
+### libwebp (linux)
+
+
+| Description | *Library to encode and decode images in WebP format.* |
+| -- | -- |
+| Homepage | [https://chromium.googlesource.com/webm/libwebp/](https://chromium.googlesource.com/webm/libwebp/) |
+| License | BSD-3-Clause |
+| Versions | 1.1.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libwebp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libwebp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libwebp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libwebp")
+```
+
+
 ### libwebsockets (linux)
 
 

+ 48 - 0
packages/macosx.md

@@ -794,6 +794,30 @@ add_requires("gettext")
 ```
 
 
+### giflib (macosx)
+
+
+| Description | *A library for reading and writing gif images.* |
+| -- | -- |
+| Homepage | [https://sourceforge.net/projects/giflib/](https://sourceforge.net/projects/giflib/) |
+| License | MIT |
+| Versions | 5.2.1 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [giflib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/giflib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install giflib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("giflib")
+```
+
+
 ### glew (macosx)
 
 
@@ -1793,6 +1817,30 @@ add_requires("libuv")
 ```
 
 
+### libwebp (macosx)
+
+
+| Description | *Library to encode and decode images in WebP format.* |
+| -- | -- |
+| Homepage | [https://chromium.googlesource.com/webm/libwebp/](https://chromium.googlesource.com/webm/libwebp/) |
+| License | BSD-3-Clause |
+| Versions | 1.1.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [libwebp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libwebp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libwebp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libwebp")
+```
+
+
 ### libwebsockets (macosx)
 
 

+ 24 - 0
packages/mingw.md

@@ -378,6 +378,30 @@ add_requires("fmt")
 
 
 ## g
+### giflib (mingw)
+
+
+| Description | *A library for reading and writing gif images.* |
+| -- | -- |
+| Homepage | [https://sourceforge.net/projects/giflib/](https://sourceforge.net/projects/giflib/) |
+| License | MIT |
+| Versions | 5.2.1 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [giflib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/giflib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] giflib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("giflib")
+```
+
+
 ### glew (mingw)
 
 

+ 48 - 0
packages/windows.md

@@ -748,6 +748,30 @@ add_requires("freetype")
 
 
 ## g
+### giflib (windows)
+
+
+| Description | *A library for reading and writing gif images.* |
+| -- | -- |
+| Homepage | [https://sourceforge.net/projects/giflib/](https://sourceforge.net/projects/giflib/) |
+| License | MIT |
+| Versions | 5.2.1 |
+| Architectures | x64, x86 |
+| Definition | [giflib/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/giflib/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install giflib
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("giflib")
+```
+
+
 ### glew (windows)
 
 
@@ -1400,6 +1424,30 @@ add_requires("libuv")
 ```
 
 
+### libwebp (windows)
+
+
+| Description | *Library to encode and decode images in WebP format.* |
+| -- | -- |
+| Homepage | [https://chromium.googlesource.com/webm/libwebp/](https://chromium.googlesource.com/webm/libwebp/) |
+| License | BSD-3-Clause |
+| Versions | 1.1.0 |
+| Architectures | x64, x86 |
+| Definition | [libwebp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libwebp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libwebp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libwebp")
+```
+
+
 ### libwebsockets (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-11-16T02:06:05+08:00</lastmod>
+  <lastmod>2020-11-16T03:19:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-11-16T02:06:06+08:00</lastmod>
+  <lastmod>2020-11-16T03:19:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-11-16T02:06:06+08:00</lastmod>
+  <lastmod>2020-11-16T03:19:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2020-11-16T02:06:06+08:00</lastmod>
+  <lastmod>2020-11-16T03:19:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-11-16T02:06:06+08:00</lastmod>
+  <lastmod>2020-11-16T03:19:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-11-16T02:06:06+08:00</lastmod>
+  <lastmod>2020-11-16T03:19:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-11-16T02:06:07+08:00</lastmod>
+  <lastmod>2020-11-16T03:19:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-11-16T02:06:07+08:00</lastmod>
+  <lastmod>2020-11-16T03:19:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-11-16T02:06:07+08:00</lastmod>
+  <lastmod>2020-11-16T03:19:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-11-16T02:06:07+08:00</lastmod>
+  <lastmod>2020-11-16T03:19:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-11-16T02:06:07+08:00</lastmod>
+  <lastmod>2020-11-16T03:19:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-11-16T02:06:08+08:00</lastmod>
+  <lastmod>2020-11-16T03:19:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-11-16T02:06:08+08:00</lastmod>
+  <lastmod>2020-11-16T03:19:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-11-16T02:06:08+08:00</lastmod>
+  <lastmod>2020-11-16T03:19:57+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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