Просмотр исходного кода

autoupdate docs by xmake-repo/ci

ruki 11 месяцев назад
Родитель
Сommit
d2cb27d55f

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: port, port**
+- **Recently added: keystone, port**
 
 [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 (1546)
+- Packages (1547)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 41 - 4
mirror/packages/android.html

@@ -4553,7 +4553,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2022.09.15, 2023.07.21</td>
+<td>2023.07.21, 2024.09.26</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -11283,6 +11283,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("kdbindings")
 </code></pre>
+<h3 id="keystoneandroid">keystone (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ &amp; X86) + bindings</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.keystone-engine.org">http://www.keystone-engine.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.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/k/keystone/xmake.lua">keystone/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] keystone
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("keystone")
+</code></pre>
 <h3 id="khrplatformandroid">khrplatform (android)</h3>
 <table>
 <thead>
@@ -24885,7 +24922,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -25535,11 +25572,11 @@
 </tr>
 <tr>
 <td>License</td>
-<td>BSD-2-clause</td>
+<td>BSD-3-Clause</td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.4.0, 1.4.1, 1.5.0, 1.6.0</td>
+<td>v1.4.0, v1.4.1, v1.5.0, v1.6.0, v2.1.0, v2.2.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 41 - 4
mirror/packages/bsd.html

@@ -5000,7 +5000,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2022.09.15, 2023.07.21</td>
+<td>2023.07.21, 2024.09.26</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -11438,6 +11438,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("kdbindings")
 </code></pre>
+<h3 id="keystonebsd">keystone (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ &amp; X86) + bindings</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.keystone-engine.org">http://www.keystone-engine.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.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/k/keystone/xmake.lua">keystone/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install keystone
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("keystone")
+</code></pre>
 <h3 id="khrplatformbsd">khrplatform (bsd)</h3>
 <table>
 <thead>
@@ -25099,7 +25136,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -25856,11 +25893,11 @@
 </tr>
 <tr>
 <td>License</td>
-<td>BSD-2-clause</td>
+<td>BSD-3-Clause</td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.4.0, 1.4.1, 1.5.0, 1.6.0</td>
+<td>v1.4.0, v1.4.1, v1.5.0, v1.6.0, v2.1.0, v2.2.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 38
mirror/packages/cross.html

@@ -11158,6 +11158,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("kdbindings")
 </code></pre>
+<h3 id="keystonecross">keystone (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ &amp; X86) + bindings</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.keystone-engine.org">http://www.keystone-engine.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, loong64, 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/k/keystone/xmake.lua">keystone/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] keystone
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("keystone")
+</code></pre>
 <h3 id="khrplatformcross">khrplatform (cross)</h3>
 <table>
 <thead>
@@ -23744,7 +23781,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -24379,43 +24416,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("svector")
 </code></pre>
-<h3 id="svtav1cross">svt-av1 (cross)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder)</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="https://gitlab.com/AOMediaCodec/SVT-AV1">https://gitlab.com/AOMediaCodec/SVT-AV1</a></td>
-</tr>
-<tr>
-<td>License</td>
-<td>BSD-2-clause</td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>1.4.0, 1.4.1, 1.5.0, 1.6.0</td>
-</tr>
-<tr>
-<td>Architectures</td>
-<td>arm, arm64, i386, loong64, 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/s/svt-av1/xmake.lua">svt-av1/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] svt-av1
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("svt-av1")
-</code></pre>
 <h3 id="swigcross">swig (cross)</h3>
 <table>
 <thead>

+ 41 - 4
mirror/packages/iphoneos.html

@@ -4371,7 +4371,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2022.09.15, 2023.07.21</td>
+<td>2023.07.21, 2024.09.26</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -10986,6 +10986,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("kdbindings")
 </code></pre>
+<h3 id="keystoneiphoneos">keystone (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ &amp; X86) + bindings</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.keystone-engine.org">http://www.keystone-engine.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/k/keystone/xmake.lua">keystone/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos keystone
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("keystone")
+</code></pre>
 <h3 id="khrplatformiphoneos">khrplatform (iphoneos)</h3>
 <table>
 <thead>
@@ -23930,7 +23967,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -24547,11 +24584,11 @@
 </tr>
 <tr>
 <td>License</td>
-<td>BSD-2-clause</td>
+<td>BSD-3-Clause</td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.4.0, 1.4.1, 1.5.0, 1.6.0</td>
+<td>v1.4.0, v1.4.1, v1.5.0, v1.6.0, v2.1.0, v2.2.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 42 - 5
mirror/packages/linux.html

@@ -7742,7 +7742,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2022.09.15, 2023.07.21</td>
+<td>2023.07.21, 2024.09.26</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -19782,6 +19782,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("kdbindings")
 </code></pre>
+<h3 id="keystonelinux">keystone (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ &amp; X86) + bindings</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.keystone-engine.org">http://www.keystone-engine.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, loong64, 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/k/keystone/xmake.lua">keystone/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install keystone
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("keystone")
+</code></pre>
 <h3 id="khrplatformlinux">khrplatform (linux)</h3>
 <table>
 <thead>
@@ -45351,7 +45388,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -46433,11 +46470,11 @@
 </tr>
 <tr>
 <td>License</td>
-<td>BSD-2-clause</td>
+<td>BSD-3-Clause</td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.4.0, 1.4.1, 1.5.0, 1.6.0</td>
+<td>v1.4.0, v1.4.1, v1.5.0, v1.6.0, v2.1.0, v2.2.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -51505,7 +51542,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x55f4e7f67a10</td>
+<td>table: 0x55aedb308330</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 42 - 5
mirror/packages/macosx.html

@@ -7162,7 +7162,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2022.09.15, 2023.07.21</td>
+<td>2023.07.21, 2024.09.26</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -18515,6 +18515,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("kdbindings")
 </code></pre>
+<h3 id="keystonemacosx">keystone (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ &amp; X86) + bindings</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.keystone-engine.org">http://www.keystone-engine.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/k/keystone/xmake.lua">keystone/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install keystone
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("keystone")
+</code></pre>
 <h3 id="khrplatformmacosx">khrplatform (macosx)</h3>
 <table>
 <thead>
@@ -41899,7 +41936,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -42948,11 +42985,11 @@
 </tr>
 <tr>
 <td>License</td>
-<td>BSD-2-clause</td>
+<td>BSD-3-Clause</td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.4.0, 1.4.1, 1.5.0, 1.6.0</td>
+<td>v1.4.0, v1.4.1, v1.5.0, v1.6.0, v2.1.0, v2.2.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -47625,7 +47662,7 @@
 </tr>
 <tr>
 <td>License</td>
-<td>table: 0x55f4e7f67a10</td>
+<td>table: 0x55aedb308330</td>
 </tr>
 <tr>
 <td>Versions</td>

+ 41 - 4
mirror/packages/mingw.html

@@ -5001,7 +5001,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2022.09.15, 2023.07.21</td>
+<td>2023.07.21, 2024.09.26</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -12607,6 +12607,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("kdbindings")
 </code></pre>
+<h3 id="keystonemingw">keystone (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ &amp; X86) + bindings</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.keystone-engine.org">http://www.keystone-engine.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.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/k/keystone/xmake.lua">keystone/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] keystone
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("keystone")
+</code></pre>
 <h3 id="khrplatformmingw">khrplatform (mingw)</h3>
 <table>
 <thead>
@@ -27801,7 +27838,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -28595,11 +28632,11 @@
 </tr>
 <tr>
 <td>License</td>
-<td>BSD-2-clause</td>
+<td>BSD-3-Clause</td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.4.0, 1.4.1, 1.5.0, 1.6.0</td>
+<td>v1.4.0, v1.4.1, v1.5.0, v1.6.0, v2.1.0, v2.2.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 41 - 4
mirror/packages/msys.html

@@ -4667,7 +4667,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2022.09.15, 2023.07.21</td>
+<td>2023.07.21, 2024.09.26</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -10809,6 +10809,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("kdbindings")
 </code></pre>
+<h3 id="keystonemsys">keystone (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ &amp; X86) + bindings</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.keystone-engine.org">http://www.keystone-engine.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.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/k/keystone/xmake.lua">keystone/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install keystone
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("keystone")
+</code></pre>
 <h3 id="khrplatformmsys">khrplatform (msys)</h3>
 <table>
 <thead>
@@ -22819,7 +22856,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -23510,11 +23547,11 @@
 </tr>
 <tr>
 <td>License</td>
-<td>BSD-2-clause</td>
+<td>BSD-3-Clause</td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.4.0, 1.4.1, 1.5.0, 1.6.0</td>
+<td>v1.4.0, v1.4.1, v1.5.0, v1.6.0, v2.1.0, v2.2.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 41 - 4
mirror/packages/wasm.html

@@ -3980,7 +3980,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2022.09.15, 2023.07.21</td>
+<td>2023.07.21, 2024.09.26</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -9801,6 +9801,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("kdbindings")
 </code></pre>
+<h3 id="keystonewasm">keystone (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ &amp; X86) + bindings</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.keystone-engine.org">http://www.keystone-engine.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32, wasm64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/k/keystone/xmake.lua">keystone/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm keystone
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("keystone")
+</code></pre>
 <h3 id="khrplatformwasm">khrplatform (wasm)</h3>
 <table>
 <thead>
@@ -21075,7 +21112,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -21655,11 +21692,11 @@
 </tr>
 <tr>
 <td>License</td>
-<td>BSD-2-clause</td>
+<td>BSD-3-Clause</td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.4.0, 1.4.1, 1.5.0, 1.6.0</td>
+<td>v1.4.0, v1.4.1, v1.5.0, v1.6.0, v2.1.0, v2.2.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 42 - 5
mirror/packages/windows.html

@@ -7137,7 +7137,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2022.09.15, 2023.07.21</td>
+<td>2023.07.21, 2024.09.26</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -18161,6 +18161,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("kdbindings")
 </code></pre>
+<h3 id="keystonewindows">keystone (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ &amp; X86) + bindings</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.keystone-engine.org">http://www.keystone-engine.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.9.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, arm64ec, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/k/keystone/xmake.lua">keystone/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install keystone
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("keystone")
+</code></pre>
 <h3 id="khrplatformwindows">khrplatform (windows)</h3>
 <table>
 <thead>
@@ -39164,7 +39201,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0, 3.46.0+100</td>
+<td>3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -40139,15 +40176,15 @@
 </tr>
 <tr>
 <td>License</td>
-<td>BSD-2-clause</td>
+<td>BSD-3-Clause</td>
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.4.0, 1.4.1, 1.5.0, 1.6.0</td>
+<td>v1.4.0, v1.4.1, v1.5.0, v1.6.0, v2.1.0, v2.2.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
-<td>arm, arm64, arm64ec, x64, x86</td>
+<td>arm, arm64ec, x64, x86</td>
 </tr>
 <tr>
 <td>Definition</td>

+ 28 - 4
packages/android.md

@@ -2921,7 +2921,7 @@ add_requires("cpu-features")
 | -- | -- |
 | Homepage | [https://github.com/pytorch/cpuinfo](https://github.com/pytorch/cpuinfo) |
 | License | BSD-2-Clause |
-| Versions | 2022.09.15, 2023.07.21 |
+| Versions | 2023.07.21, 2024.09.26 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [cpuinfo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpuinfo/xmake.lua) |
 
@@ -7344,6 +7344,30 @@ add_requires("kdbindings")
 ```
 
 
+### keystone (android)
+
+
+| Description | *Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ & X86) + bindings* |
+| -- | -- |
+| Homepage | [http://www.keystone-engine.org](http://www.keystone-engine.org) |
+| License | GPL-2.0 |
+| Versions | 0.9.2 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [keystone/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/keystone/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] keystone
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("keystone")
+```
+
+
 ### khrplatform (android)
 
 
@@ -16292,7 +16316,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -16720,8 +16744,8 @@ add_requires("svector")
 | Description | *Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder)* |
 | -- | -- |
 | Homepage | [https://gitlab.com/AOMediaCodec/SVT-AV1](https://gitlab.com/AOMediaCodec/SVT-AV1) |
-| License | BSD-2-clause |
-| Versions | 1.4.0, 1.4.1, 1.5.0, 1.6.0 |
+| License | BSD-3-Clause |
+| Versions | v1.4.0, v1.4.1, v1.5.0, v1.6.0, v2.1.0, v2.2.1 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [svt-av1/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/svt-av1/xmake.lua) |
 

+ 28 - 4
packages/bsd.md

@@ -3208,7 +3208,7 @@ add_requires("cppunit")
 | -- | -- |
 | Homepage | [https://github.com/pytorch/cpuinfo](https://github.com/pytorch/cpuinfo) |
 | License | BSD-2-Clause |
-| Versions | 2022.09.15, 2023.07.21 |
+| Versions | 2023.07.21, 2024.09.26 |
 | Architectures | i386, x86_64 |
 | Definition | [cpuinfo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpuinfo/xmake.lua) |
 
@@ -7440,6 +7440,30 @@ add_requires("kdbindings")
 ```
 
 
+### keystone (bsd)
+
+
+| Description | *Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ & X86) + bindings* |
+| -- | -- |
+| Homepage | [http://www.keystone-engine.org](http://www.keystone-engine.org) |
+| License | GPL-2.0 |
+| Versions | 0.9.2 |
+| Architectures | i386, x86_64 |
+| Definition | [keystone/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/keystone/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install keystone
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("keystone")
+```
+
+
 ### khrplatform (bsd)
 
 
@@ -16447,7 +16471,7 @@ add_requires("spirv-tools")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -16946,8 +16970,8 @@ add_requires("svector")
 | Description | *Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder)* |
 | -- | -- |
 | Homepage | [https://gitlab.com/AOMediaCodec/SVT-AV1](https://gitlab.com/AOMediaCodec/SVT-AV1) |
-| License | BSD-2-clause |
-| Versions | 1.4.0, 1.4.1, 1.5.0, 1.6.0 |
+| License | BSD-3-Clause |
+| Versions | v1.4.0, v1.4.1, v1.5.0, v1.6.0, v2.1.0, v2.2.1 |
 | Architectures | i386, x86_64 |
 | Definition | [svt-av1/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/svt-av1/xmake.lua) |
 

+ 25 - 25
packages/cross.md

@@ -7252,6 +7252,30 @@ add_requires("kdbindings")
 ```
 
 
+### keystone (cross)
+
+
+| Description | *Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ & X86) + bindings* |
+| -- | -- |
+| Homepage | [http://www.keystone-engine.org](http://www.keystone-engine.org) |
+| License | GPL-2.0 |
+| Versions | 0.9.2 |
+| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [keystone/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/keystone/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] keystone
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("keystone")
+```
+
+
 ### khrplatform (cross)
 
 
@@ -15533,7 +15557,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0 |
 | Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -15955,30 +15979,6 @@ add_requires("svector")
 ```
 
 
-### svt-av1 (cross)
-
-
-| Description | *Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder)* |
-| -- | -- |
-| Homepage | [https://gitlab.com/AOMediaCodec/SVT-AV1](https://gitlab.com/AOMediaCodec/SVT-AV1) |
-| License | BSD-2-clause |
-| Versions | 1.4.0, 1.4.1, 1.5.0, 1.6.0 |
-| Architectures | arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
-| Definition | [svt-av1/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/svt-av1/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install -p cross [--sdk=/xxx] svt-av1
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("svt-av1")
-```
-
-
 ### swig (cross)
 
 

+ 28 - 4
packages/iphoneos.md

@@ -2800,7 +2800,7 @@ add_requires("cppunit")
 | -- | -- |
 | Homepage | [https://github.com/pytorch/cpuinfo](https://github.com/pytorch/cpuinfo) |
 | License | BSD-2-Clause |
-| Versions | 2022.09.15, 2023.07.21 |
+| Versions | 2023.07.21, 2024.09.26 |
 | Architectures | arm64, x86_64 |
 | Definition | [cpuinfo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpuinfo/xmake.lua) |
 
@@ -7150,6 +7150,30 @@ add_requires("kdbindings")
 ```
 
 
+### keystone (iphoneos)
+
+
+| Description | *Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ & X86) + bindings* |
+| -- | -- |
+| Homepage | [http://www.keystone-engine.org](http://www.keystone-engine.org) |
+| License | GPL-2.0 |
+| Versions | 0.9.2 |
+| Architectures | arm64, x86_64 |
+| Definition | [keystone/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/keystone/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos keystone
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("keystone")
+```
+
+
 ### khrplatform (iphoneos)
 
 
@@ -15668,7 +15692,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -16073,8 +16097,8 @@ add_requires("svector")
 | Description | *Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder)* |
 | -- | -- |
 | Homepage | [https://gitlab.com/AOMediaCodec/SVT-AV1](https://gitlab.com/AOMediaCodec/SVT-AV1) |
-| License | BSD-2-clause |
-| Versions | 1.4.0, 1.4.1, 1.5.0, 1.6.0 |
+| License | BSD-3-Clause |
+| Versions | v1.4.0, v1.4.1, v1.5.0, v1.6.0, v2.1.0, v2.2.1 |
 | Architectures | arm64, x86_64 |
 | Definition | [svt-av1/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/svt-av1/xmake.lua) |
 

+ 29 - 5
packages/linux.md

@@ -5018,7 +5018,7 @@ add_requires("cpu-features")
 | -- | -- |
 | Homepage | [https://github.com/pytorch/cpuinfo](https://github.com/pytorch/cpuinfo) |
 | License | BSD-2-Clause |
-| Versions | 2022.09.15, 2023.07.21 |
+| Versions | 2023.07.21, 2024.09.26 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [cpuinfo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpuinfo/xmake.lua) |
 
@@ -12944,6 +12944,30 @@ add_requires("kdbindings")
 ```
 
 
+### keystone (linux)
+
+
+| Description | *Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ & X86) + bindings* |
+| -- | -- |
+| Homepage | [http://www.keystone-engine.org](http://www.keystone-engine.org) |
+| License | GPL-2.0 |
+| Versions | 0.9.2 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [keystone/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/keystone/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install keystone
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("keystone")
+```
+
+
 ### khrplatform (linux)
 
 
@@ -29825,7 +29849,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -30538,8 +30562,8 @@ add_requires("svector")
 | Description | *Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder)* |
 | -- | -- |
 | Homepage | [https://gitlab.com/AOMediaCodec/SVT-AV1](https://gitlab.com/AOMediaCodec/SVT-AV1) |
-| License | BSD-2-clause |
-| Versions | 1.4.0, 1.4.1, 1.5.0, 1.6.0 |
+| License | BSD-3-Clause |
+| Versions | v1.4.0, v1.4.1, v1.5.0, v1.6.0, v2.1.0, v2.2.1 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [svt-av1/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/svt-av1/xmake.lua) |
 
@@ -33878,7 +33902,7 @@ add_requires("whisper.cpp")
 | Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
 | -- | -- |
 | Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
-| License | table: 0x55f4e7f67a10 |
+| License | table: 0x55aedb308330 |
 | Versions | 1.13 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |

+ 29 - 5
packages/macosx.md

@@ -4637,7 +4637,7 @@ add_requires("cpu-features")
 | -- | -- |
 | Homepage | [https://github.com/pytorch/cpuinfo](https://github.com/pytorch/cpuinfo) |
 | License | BSD-2-Clause |
-| Versions | 2022.09.15, 2023.07.21 |
+| Versions | 2023.07.21, 2024.09.26 |
 | Architectures | arm64, x86_64 |
 | Definition | [cpuinfo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpuinfo/xmake.lua) |
 
@@ -12111,6 +12111,30 @@ add_requires("kdbindings")
 ```
 
 
+### keystone (macosx)
+
+
+| Description | *Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ & X86) + bindings* |
+| -- | -- |
+| Homepage | [http://www.keystone-engine.org](http://www.keystone-engine.org) |
+| License | GPL-2.0 |
+| Versions | 0.9.2 |
+| Architectures | arm64, x86_64 |
+| Definition | [keystone/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/keystone/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install keystone
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("keystone")
+```
+
+
 ### khrplatform (macosx)
 
 
@@ -27546,7 +27570,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0 |
 | Architectures | arm64, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -28236,8 +28260,8 @@ add_requires("svector")
 | Description | *Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder)* |
 | -- | -- |
 | Homepage | [https://gitlab.com/AOMediaCodec/SVT-AV1](https://gitlab.com/AOMediaCodec/SVT-AV1) |
-| License | BSD-2-clause |
-| Versions | 1.4.0, 1.4.1, 1.5.0, 1.6.0 |
+| License | BSD-3-Clause |
+| Versions | v1.4.0, v1.4.1, v1.5.0, v1.6.0, v2.1.0, v2.2.1 |
 | Architectures | arm64, x86_64 |
 | Definition | [svt-av1/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/svt-av1/xmake.lua) |
 
@@ -31315,7 +31339,7 @@ add_requires("which")
 | Description | *WIGXJPF evaluates Wigner 3j, 6j and 9j symbols accurately using prime factorisation and multi-word integer arithmetic.* |
 | -- | -- |
 | Homepage | [https://fy.chalmers.se/subatom/wigxjpf/](https://fy.chalmers.se/subatom/wigxjpf/) |
-| License | table: 0x55f4e7f67a10 |
+| License | table: 0x55aedb308330 |
 | Versions | 1.13 |
 | Architectures | arm64, x86_64 |
 | Definition | [wigxjpf/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wigxjpf/xmake.lua) |

+ 28 - 4
packages/mingw.md

@@ -3210,7 +3210,7 @@ add_requires("cppunit")
 | -- | -- |
 | Homepage | [https://github.com/pytorch/cpuinfo](https://github.com/pytorch/cpuinfo) |
 | License | BSD-2-Clause |
-| Versions | 2022.09.15, 2023.07.21 |
+| Versions | 2023.07.21, 2024.09.26 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [cpuinfo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpuinfo/xmake.lua) |
 
@@ -8206,6 +8206,30 @@ add_requires("kdbindings")
 ```
 
 
+### keystone (mingw)
+
+
+| Description | *Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ & X86) + bindings* |
+| -- | -- |
+| Homepage | [http://www.keystone-engine.org](http://www.keystone-engine.org) |
+| License | GPL-2.0 |
+| Versions | 0.9.2 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [keystone/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/keystone/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] keystone
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("keystone")
+```
+
+
 ### khrplatform (mingw)
 
 
@@ -18201,7 +18225,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -18724,8 +18748,8 @@ add_requires("svector")
 | Description | *Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder)* |
 | -- | -- |
 | Homepage | [https://gitlab.com/AOMediaCodec/SVT-AV1](https://gitlab.com/AOMediaCodec/SVT-AV1) |
-| License | BSD-2-clause |
-| Versions | 1.4.0, 1.4.1, 1.5.0, 1.6.0 |
+| License | BSD-3-Clause |
+| Versions | v1.4.0, v1.4.1, v1.5.0, v1.6.0, v2.1.0, v2.2.1 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [svt-av1/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/svt-av1/xmake.lua) |
 

+ 28 - 4
packages/msys.md

@@ -2992,7 +2992,7 @@ add_requires("cppunit")
 | -- | -- |
 | Homepage | [https://github.com/pytorch/cpuinfo](https://github.com/pytorch/cpuinfo) |
 | License | BSD-2-Clause |
-| Versions | 2022.09.15, 2023.07.21 |
+| Versions | 2023.07.21, 2024.09.26 |
 | Architectures | i386, x86_64 |
 | Definition | [cpuinfo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpuinfo/xmake.lua) |
 
@@ -7032,6 +7032,30 @@ add_requires("kdbindings")
 ```
 
 
+### keystone (msys)
+
+
+| Description | *Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ & X86) + bindings* |
+| -- | -- |
+| Homepage | [http://www.keystone-engine.org](http://www.keystone-engine.org) |
+| License | GPL-2.0 |
+| Versions | 0.9.2 |
+| Architectures | i386, x86_64 |
+| Definition | [keystone/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/keystone/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install keystone
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("keystone")
+```
+
+
 ### khrplatform (msys)
 
 
@@ -14933,7 +14957,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0 |
 | Architectures | i386, x86_64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -15386,8 +15410,8 @@ add_requires("svector")
 | Description | *Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder)* |
 | -- | -- |
 | Homepage | [https://gitlab.com/AOMediaCodec/SVT-AV1](https://gitlab.com/AOMediaCodec/SVT-AV1) |
-| License | BSD-2-clause |
-| Versions | 1.4.0, 1.4.1, 1.5.0, 1.6.0 |
+| License | BSD-3-Clause |
+| Versions | v1.4.0, v1.4.1, v1.5.0, v1.6.0, v2.1.0, v2.2.1 |
 | Architectures | i386, x86_64 |
 | Definition | [svt-av1/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/svt-av1/xmake.lua) |
 

+ 28 - 4
packages/wasm.md

@@ -2540,7 +2540,7 @@ add_requires("cppunit")
 | -- | -- |
 | Homepage | [https://github.com/pytorch/cpuinfo](https://github.com/pytorch/cpuinfo) |
 | License | BSD-2-Clause |
-| Versions | 2022.09.15, 2023.07.21 |
+| Versions | 2023.07.21, 2024.09.26 |
 | Architectures | wasm32, wasm64 |
 | Definition | [cpuinfo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpuinfo/xmake.lua) |
 
@@ -6367,6 +6367,30 @@ add_requires("kdbindings")
 ```
 
 
+### keystone (wasm)
+
+
+| Description | *Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ & X86) + bindings* |
+| -- | -- |
+| Homepage | [http://www.keystone-engine.org](http://www.keystone-engine.org) |
+| License | GPL-2.0 |
+| Versions | 0.9.2 |
+| Architectures | wasm32, wasm64 |
+| Definition | [keystone/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/keystone/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm keystone
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("keystone")
+```
+
+
 ### khrplatform (wasm)
 
 
@@ -13789,7 +13813,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+100, 3.45.0+200, 3.45.0+300, 3.46.0+0, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+200, 3.45.0+100, 3.45.0+300, 3.46.0+100, 3.46.0+0 |
 | Architectures | wasm32, wasm64 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -14170,8 +14194,8 @@ add_requires("svector")
 | Description | *Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder)* |
 | -- | -- |
 | Homepage | [https://gitlab.com/AOMediaCodec/SVT-AV1](https://gitlab.com/AOMediaCodec/SVT-AV1) |
-| License | BSD-2-clause |
-| Versions | 1.4.0, 1.4.1, 1.5.0, 1.6.0 |
+| License | BSD-3-Clause |
+| Versions | v1.4.0, v1.4.1, v1.5.0, v1.6.0, v2.1.0, v2.2.1 |
 | Architectures | wasm32, wasm64 |
 | Definition | [svt-av1/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/svt-av1/xmake.lua) |
 

+ 29 - 5
packages/windows.md

@@ -4616,7 +4616,7 @@ add_requires("cpu-features")
 | -- | -- |
 | Homepage | [https://github.com/pytorch/cpuinfo](https://github.com/pytorch/cpuinfo) |
 | License | BSD-2-Clause |
-| Versions | 2022.09.15, 2023.07.21 |
+| Versions | 2023.07.21, 2024.09.26 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [cpuinfo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cpuinfo/xmake.lua) |
 
@@ -11853,6 +11853,30 @@ add_requires("kdbindings")
 ```
 
 
+### keystone (windows)
+
+
+| Description | *Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ & X86) + bindings* |
+| -- | -- |
+| Homepage | [http://www.keystone-engine.org](http://www.keystone-engine.org) |
+| License | GPL-2.0 |
+| Versions | 0.9.2 |
+| Architectures | arm, arm64, arm64ec, x64, x86 |
+| Definition | [keystone/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/k/keystone/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install keystone
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("keystone")
+```
+
+
 ### khrplatform (windows)
 
 
@@ -25675,7 +25699,7 @@ add_requires("sqlite-vec")
 | -- | -- |
 | Homepage | [https://sqlite.org/](https://sqlite.org/) |
 | License | Public Domain |
-| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+400, 3.35.0+300, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+200, 3.45.0+100, 3.46.0+0, 3.46.0+100 |
+| Versions | 3.23.0+0, 3.24.0+0, 3.34.0+100, 3.35.0+300, 3.35.0+400, 3.36.0+0, 3.37.0+200, 3.39.0+200, 3.43.0+200, 3.45.0+300, 3.45.0+100, 3.45.0+200, 3.46.0+100, 3.46.0+0 |
 | Architectures | arm, arm64, arm64ec, x64, x86 |
 | Definition | [sqlite3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlite3/xmake.lua) |
 
@@ -26317,9 +26341,9 @@ add_requires("svector")
 | Description | *Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder)* |
 | -- | -- |
 | Homepage | [https://gitlab.com/AOMediaCodec/SVT-AV1](https://gitlab.com/AOMediaCodec/SVT-AV1) |
-| License | BSD-2-clause |
-| Versions | 1.4.0, 1.4.1, 1.5.0, 1.6.0 |
-| Architectures | arm, arm64, arm64ec, x64, x86 |
+| License | BSD-3-Clause |
+| Versions | v1.4.0, v1.4.1, v1.5.0, v1.6.0, v2.1.0, v2.2.1 |
+| Architectures | arm, arm64ec, x64, x86 |
 | Definition | [svt-av1/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/svt-av1/xmake.lua) |
 
 ##### Install command

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2024-10-10T08:16:17+08:00</lastmod>
+  <lastmod>2024-10-10T22:20:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2024-10-10T08:16:24+08:00</lastmod>
+  <lastmod>2024-10-10T22:20:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2024-10-10T08:16:25+08:00</lastmod>
+  <lastmod>2024-10-10T22:20:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2024-10-10T08:16:25+08:00</lastmod>
+  <lastmod>2024-10-10T22:20:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2024-10-10T08:16:26+08:00</lastmod>
+  <lastmod>2024-10-10T22:20:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2024-10-10T08:16:26+08:00</lastmod>
+  <lastmod>2024-10-10T22:20:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2024-10-10T08:16:26+08:00</lastmod>
+  <lastmod>2024-10-10T22:20:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2024-10-10T08:16:27+08:00</lastmod>
+  <lastmod>2024-10-10T22:20:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2024-10-10T08:16:27+08:00</lastmod>
+  <lastmod>2024-10-10T22:20:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2024-10-10T08:16:28+08:00</lastmod>
+  <lastmod>2024-10-10T22:20:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2024-10-10T08:16:28+08:00</lastmod>
+  <lastmod>2024-10-10T22:20:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2024-10-10T08:16:28+08:00</lastmod>
+  <lastmod>2024-10-10T22:20:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2024-10-10T08:16:28+08:00</lastmod>
+  <lastmod>2024-10-10T22:20:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2024-10-10T08:16:28+08:00</lastmod>
+  <lastmod>2024-10-10T22:20:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2024-10-10T08:16:29+08:00</lastmod>
+  <lastmod>2024-10-10T22:20:52+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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