Browse Source

autoupdate docs by xmake-repo/ci

ruki 4 years ago
parent
commit
7f586e3d7b

+ 1 - 1
_coverpage.md

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

+ 34 - 1
mirror/packages/android.html

@@ -262,6 +262,39 @@
 <pre><code class="lang-lua">add_requires("binutils")
 </code></pre>
 <h2 id="c">c</h2>
+<h3 id="capstoneandroid">capstone (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.capstone-engine.org">http://www.capstone-engine.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.0.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/capstone/xmake.lua">capstone/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] capstone
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("capstone")
+</code></pre>
 <h3 id="catch2android">catch2 (android)</h3>
 <table>
 <thead>
@@ -1245,7 +1278,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>5.1.5, 5.2.4, 5.3.5</td>
+<td>5.1.5, 5.2.4, 5.3.6, 5.4.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 34 - 1
mirror/packages/bsd.html

@@ -229,6 +229,39 @@
 <pre><code class="lang-lua">add_requires("binutils")
 </code></pre>
 <h2 id="c">c</h2>
+<h3 id="capstonebsd">capstone (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.capstone-engine.org">http://www.capstone-engine.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.0.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/capstone/xmake.lua">capstone/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install capstone
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("capstone")
+</code></pre>
 <h3 id="catch2bsd">catch2 (bsd)</h3>
 <table>
 <thead>
@@ -779,7 +812,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>5.1.5, 5.2.4, 5.3.5</td>
+<td>5.1.5, 5.2.4, 5.3.6, 5.4.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 33 - 0
mirror/packages/iphoneos.html

@@ -229,6 +229,39 @@
 <pre><code class="lang-lua">add_requires("binutils")
 </code></pre>
 <h2 id="c">c</h2>
+<h3 id="capstoneiphoneos">capstone (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.capstone-engine.org">http://www.capstone-engine.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.0.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/capstone/xmake.lua">capstone/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos capstone
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("capstone")
+</code></pre>
 <h3 id="catch2iphoneos">catch2 (iphoneos)</h3>
 <table>
 <thead>

+ 34 - 1
mirror/packages/linux.html

@@ -625,6 +625,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cairo")
 </code></pre>
+<h3 id="capstonelinux">capstone (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.capstone-engine.org">http://www.capstone-engine.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.0.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/capstone/xmake.lua">capstone/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install capstone
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("capstone")
+</code></pre>
 <h3 id="catch2linux">catch2 (linux)</h3>
 <table>
 <thead>
@@ -3605,7 +3638,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>5.1.5, 5.2.4, 5.3.5</td>
+<td>5.1.5, 5.2.4, 5.3.6, 5.4.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 34 - 1
mirror/packages/macosx.html

@@ -592,6 +592,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cairo")
 </code></pre>
+<h3 id="capstonemacosx">capstone (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.capstone-engine.org">http://www.capstone-engine.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.0.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/capstone/xmake.lua">capstone/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install capstone
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("capstone")
+</code></pre>
 <h3 id="catch2macosx">catch2 (macosx)</h3>
 <table>
 <thead>
@@ -3473,7 +3506,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>5.1.5, 5.2.4, 5.3.5</td>
+<td>5.1.5, 5.2.4, 5.3.6, 5.4.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 33 - 0
mirror/packages/mingw.html

@@ -328,6 +328,39 @@
 <pre><code class="lang-lua">add_requires("box2d")
 </code></pre>
 <h2 id="c">c</h2>
+<h3 id="capstonemingw">capstone (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.capstone-engine.org">http://www.capstone-engine.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.0.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/capstone/xmake.lua">capstone/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] capstone
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("capstone")
+</code></pre>
 <h3 id="catch2mingw">catch2 (mingw)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/msys.html

@@ -262,6 +262,39 @@
 <pre><code class="lang-lua">add_requires("binutils")
 </code></pre>
 <h2 id="c">c</h2>
+<h3 id="capstonemsys">capstone (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.capstone-engine.org">http://www.capstone-engine.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.0.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/capstone/xmake.lua">capstone/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install capstone
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("capstone")
+</code></pre>
 <h3 id="catch2msys">catch2 (msys)</h3>
 <table>
 <thead>

+ 34 - 1
mirror/packages/windows.html

@@ -625,6 +625,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("cairo")
 </code></pre>
+<h3 id="capstonewindows">capstone (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.capstone-engine.org">http://www.capstone-engine.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.0.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/capstone/xmake.lua">capstone/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install capstone
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("capstone")
+</code></pre>
 <h3 id="catch2windows">catch2 (windows)</h3>
 <table>
 <thead>
@@ -2306,7 +2339,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>5.1.5, 5.2.4, 5.3.5</td>
+<td>5.1.5, 5.2.4, 5.3.6, 5.4.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 24 - 1
packages/android.md

@@ -119,6 +119,29 @@ add_requires("binutils")
 
 
 ## c
+### capstone (android)
+
+
+| Description | *Disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.* |
+| -- | -- |
+| Homepage | [http://www.capstone-engine.org](http://www.capstone-engine.org) |
+| Versions | 4.0.2 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [capstone/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/capstone/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] capstone
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("capstone")
+```
+
+
 ### catch2 (android)
 
 
@@ -807,7 +830,7 @@ add_requires("libxml2")
 | Description | *A powerful, efficient, lightweight, embeddable scripting language.* |
 | -- | -- |
 | Homepage | [http://lua.org](http://lua.org) |
-| Versions | 5.1.5, 5.2.4, 5.3.5 |
+| Versions | 5.1.5, 5.2.4, 5.3.6, 5.4.1 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [lua/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lua/xmake.lua) |
 

+ 24 - 1
packages/bsd.md

@@ -96,6 +96,29 @@ add_requires("binutils")
 
 
 ## c
+### capstone (bsd)
+
+
+| Description | *Disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.* |
+| -- | -- |
+| Homepage | [http://www.capstone-engine.org](http://www.capstone-engine.org) |
+| Versions | 4.0.2 |
+| Architectures | i386, x86_64 |
+| Definition | [capstone/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/capstone/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install capstone
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("capstone")
+```
+
+
 ### catch2 (bsd)
 
 
@@ -484,7 +507,7 @@ add_requires("libtool")
 | Description | *A powerful, efficient, lightweight, embeddable scripting language.* |
 | -- | -- |
 | Homepage | [http://lua.org](http://lua.org) |
-| Versions | 5.1.5, 5.2.4, 5.3.5 |
+| Versions | 5.1.5, 5.2.4, 5.3.6, 5.4.1 |
 | Architectures | i386, x86_64 |
 | Definition | [lua/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lua/xmake.lua) |
 

+ 23 - 0
packages/iphoneos.md

@@ -96,6 +96,29 @@ add_requires("binutils")
 
 
 ## c
+### capstone (iphoneos)
+
+
+| Description | *Disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.* |
+| -- | -- |
+| Homepage | [http://www.capstone-engine.org](http://www.capstone-engine.org) |
+| Versions | 4.0.2 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [capstone/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/capstone/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos capstone
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("capstone")
+```
+
+
 ### catch2 (iphoneos)
 
 

+ 24 - 1
packages/linux.md

@@ -372,6 +372,29 @@ add_requires("cairo")
 ```
 
 
+### capstone (linux)
+
+
+| Description | *Disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.* |
+| -- | -- |
+| Homepage | [http://www.capstone-engine.org](http://www.capstone-engine.org) |
+| Versions | 4.0.2 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [capstone/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/capstone/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install capstone
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("capstone")
+```
+
+
 ### catch2 (linux)
 
 
@@ -2446,7 +2469,7 @@ add_requires("lief")
 | Description | *A powerful, efficient, lightweight, embeddable scripting language.* |
 | -- | -- |
 | Homepage | [http://lua.org](http://lua.org) |
-| Versions | 5.1.5, 5.2.4, 5.3.5 |
+| Versions | 5.1.5, 5.2.4, 5.3.6, 5.4.1 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [lua/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lua/xmake.lua) |
 

+ 24 - 1
packages/macosx.md

@@ -349,6 +349,29 @@ add_requires("cairo")
 ```
 
 
+### capstone (macosx)
+
+
+| Description | *Disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.* |
+| -- | -- |
+| Homepage | [http://www.capstone-engine.org](http://www.capstone-engine.org) |
+| Versions | 4.0.2 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [capstone/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/capstone/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install capstone
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("capstone")
+```
+
+
 ### catch2 (macosx)
 
 
@@ -2354,7 +2377,7 @@ add_requires("lief")
 | Description | *A powerful, efficient, lightweight, embeddable scripting language.* |
 | -- | -- |
 | Homepage | [http://lua.org](http://lua.org) |
-| Versions | 5.1.5, 5.2.4, 5.3.5 |
+| Versions | 5.1.5, 5.2.4, 5.3.6, 5.4.1 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [lua/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lua/xmake.lua) |
 

+ 23 - 0
packages/mingw.md

@@ -165,6 +165,29 @@ add_requires("box2d")
 
 
 ## c
+### capstone (mingw)
+
+
+| Description | *Disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.* |
+| -- | -- |
+| Homepage | [http://www.capstone-engine.org](http://www.capstone-engine.org) |
+| Versions | 4.0.2 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [capstone/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/capstone/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] capstone
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("capstone")
+```
+
+
 ### catch2 (mingw)
 
 

+ 23 - 0
packages/msys.md

@@ -119,6 +119,29 @@ add_requires("binutils")
 
 
 ## c
+### capstone (msys)
+
+
+| Description | *Disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.* |
+| -- | -- |
+| Homepage | [http://www.capstone-engine.org](http://www.capstone-engine.org) |
+| Versions | 4.0.2 |
+| Architectures | i386, x86_64 |
+| Definition | [capstone/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/capstone/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install capstone
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("capstone")
+```
+
+
 ### catch2 (msys)
 
 

+ 24 - 1
packages/windows.md

@@ -372,6 +372,29 @@ add_requires("cairo")
 ```
 
 
+### capstone (windows)
+
+
+| Description | *Disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.* |
+| -- | -- |
+| Homepage | [http://www.capstone-engine.org](http://www.capstone-engine.org) |
+| Versions | 4.0.2 |
+| Architectures | x64, x86 |
+| Definition | [capstone/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/capstone/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install capstone
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("capstone")
+```
+
+
 ### catch2 (windows)
 
 
@@ -1546,7 +1569,7 @@ add_requires("lief")
 | Description | *A powerful, efficient, lightweight, embeddable scripting language.* |
 | -- | -- |
 | Homepage | [http://lua.org](http://lua.org) |
-| Versions | 5.1.5, 5.2.4, 5.3.5 |
+| Versions | 5.1.5, 5.2.4, 5.3.6, 5.4.1 |
 | Architectures | x64, x86 |
 | Definition | [lua/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/lua/xmake.lua) |
 

+ 14 - 14
sitemap.xml

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

+ 1 - 1
zh-cn/_coverpage.md

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