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

autoupdate docs by xmake-repo/ci

ruki 3 лет назад
Родитель
Сommit
d497c52d20

+ 1 - 1
_coverpage.md

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

+ 34 - 1
mirror/packages/android.html

@@ -2549,6 +2549,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libiconv")
 </code></pre>
+<h3 id="libintlandroid">libintl (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>GNU gettext runtime</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.gnu.org/software/gettext/">https://www.gnu.org/software/gettext/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.21</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libintl/xmake.lua">libintl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] libintl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libintl")
+</code></pre>
 <h3 id="libjpegandroid">libjpeg (android)</h3>
 <table>
 <thead>
@@ -3574,7 +3607,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2</td>
+<td>0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2, 0.60.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/bsd.html

@@ -2750,7 +2750,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2</td>
+<td>0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2, 0.60.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/cross.html

@@ -2499,7 +2499,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2</td>
+<td>0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2, 0.60.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/iphoneos.html

@@ -3228,7 +3228,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2</td>
+<td>0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2, 0.60.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 2 - 2
mirror/packages/linux.html

@@ -10306,7 +10306,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2</td>
+<td>0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2, 0.60.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13325,7 +13325,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2020.11.01, 2021.06.01, 2021.08.01</td>
+<td>2020.11.01, 2021.06.01, 2021.08.01, 2021.11.01</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 35 - 2
mirror/packages/macosx.html

@@ -6262,6 +6262,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libimagequant")
 </code></pre>
+<h3 id="libintlmacosx">libintl (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>GNU gettext runtime</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.gnu.org/software/gettext/">https://www.gnu.org/software/gettext/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.21</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/libintl/xmake.lua">libintl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libintl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libintl")
+</code></pre>
 <h3 id="libislmacosx">libisl (macosx)</h3>
 <table>
 <thead>
@@ -9487,7 +9520,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2</td>
+<td>0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2, 0.60.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -12370,7 +12403,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2020.11.01, 2021.06.01, 2021.08.01</td>
+<td>2020.11.01, 2021.06.01, 2021.08.01, 2021.11.01</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/mingw.html

@@ -3780,7 +3780,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2</td>
+<td>0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2, 0.60.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/msys.html

@@ -2363,7 +2363,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2</td>
+<td>0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2, 0.60.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 35 - 2
mirror/packages/windows.html

@@ -5961,6 +5961,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libimagequant")
 </code></pre>
+<h3 id="libintlwindows">libintl (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>GNU gettext runtime</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.gnu.org/software/gettext/">https://www.gnu.org/software/gettext/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.21</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/libintl/xmake.lua">libintl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libintl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libintl")
+</code></pre>
 <h3 id="libjpegwindows">libjpeg (windows)</h3>
 <table>
 <thead>
@@ -8040,7 +8073,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2</td>
+<td>0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2, 0.60.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -10779,7 +10812,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>2020.11.01, 2021.06.01, 2021.08.01</td>
+<td>2020.11.01, 2021.06.01, 2021.08.01, 2021.11.01</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 24 - 1
packages/android.md

@@ -1680,6 +1680,29 @@ add_requires("libiconv")
 ```
 
 
+### libintl (android)
+
+
+| Description | *GNU gettext runtime* |
+| -- | -- |
+| Homepage | [https://www.gnu.org/software/gettext/](https://www.gnu.org/software/gettext/) |
+| Versions | 0.21 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [libintl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libintl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] libintl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libintl")
+```
+
+
 ### libjpeg (android)
 
 
@@ -2368,7 +2391,7 @@ add_requires("memorymapping")
 | -- | -- |
 | Homepage | [https://mesonbuild.com/](https://mesonbuild.com/) |
 | License | Apache-2.0 |
-| Versions | 0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2 |
+| Versions | 0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2, 0.60.1 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [meson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meson/xmake.lua) |
 

+ 1 - 1
packages/bsd.md

@@ -1808,7 +1808,7 @@ add_requires("meowhash")
 | -- | -- |
 | Homepage | [https://mesonbuild.com/](https://mesonbuild.com/) |
 | License | Apache-2.0 |
-| Versions | 0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2 |
+| Versions | 0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2, 0.60.1 |
 | Architectures | i386, x86_64 |
 | Definition | [meson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meson/xmake.lua) |
 

+ 1 - 1
packages/cross.md

@@ -1642,7 +1642,7 @@ add_requires("mbedtls")
 | -- | -- |
 | Homepage | [https://mesonbuild.com/](https://mesonbuild.com/) |
 | License | Apache-2.0 |
-| Versions | 0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2 |
+| Versions | 0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2, 0.60.1 |
 | Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [meson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meson/xmake.lua) |
 

+ 1 - 1
packages/iphoneos.md

@@ -2134,7 +2134,7 @@ add_requires("memorymapping")
 | -- | -- |
 | Homepage | [https://mesonbuild.com/](https://mesonbuild.com/) |
 | License | Apache-2.0 |
-| Versions | 0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2 |
+| Versions | 0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2, 0.60.1 |
 | Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Definition | [meson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meson/xmake.lua) |
 

+ 2 - 2
packages/linux.md

@@ -6870,7 +6870,7 @@ add_requires("meowhash")
 | -- | -- |
 | Homepage | [https://mesonbuild.com/](https://mesonbuild.com/) |
 | License | Apache-2.0 |
-| Versions | 0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2 |
+| Versions | 0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2, 0.60.1 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [meson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meson/xmake.lua) |
 
@@ -8902,7 +8902,7 @@ add_requires("raylib")
 | -- | -- |
 | Homepage | [https://github.com/google/re2](https://github.com/google/re2) |
 | License | BSD-3-Clause |
-| Versions | 2020.11.01, 2021.06.01, 2021.08.01 |
+| Versions | 2020.11.01, 2021.06.01, 2021.08.01, 2021.11.01 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [re2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/re2/xmake.lua) |
 

+ 25 - 2
packages/macosx.md

@@ -4144,6 +4144,29 @@ add_requires("libimagequant")
 ```
 
 
+### libintl (macosx)
+
+
+| Description | *GNU gettext runtime* |
+| -- | -- |
+| Homepage | [https://www.gnu.org/software/gettext/](https://www.gnu.org/software/gettext/) |
+| Versions | 0.21 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [libintl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libintl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libintl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libintl")
+```
+
+
 ### libisl (macosx)
 
 
@@ -6326,7 +6349,7 @@ add_requires("meowhash")
 | -- | -- |
 | Homepage | [https://mesonbuild.com/](https://mesonbuild.com/) |
 | License | Apache-2.0 |
-| Versions | 0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2 |
+| Versions | 0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2, 0.60.1 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [meson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meson/xmake.lua) |
 
@@ -8265,7 +8288,7 @@ add_requires("raylib")
 | -- | -- |
 | Homepage | [https://github.com/google/re2](https://github.com/google/re2) |
 | License | BSD-3-Clause |
-| Versions | 2020.11.01, 2021.06.01, 2021.08.01 |
+| Versions | 2020.11.01, 2021.06.01, 2021.08.01, 2021.11.01 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [re2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/re2/xmake.lua) |
 

+ 1 - 1
packages/mingw.md

@@ -2508,7 +2508,7 @@ add_requires("mbedtls")
 | -- | -- |
 | Homepage | [https://mesonbuild.com/](https://mesonbuild.com/) |
 | License | Apache-2.0 |
-| Versions | 0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2 |
+| Versions | 0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2, 0.60.1 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [meson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meson/xmake.lua) |
 

+ 1 - 1
packages/msys.md

@@ -1549,7 +1549,7 @@ add_requires("mbedtls")
 | -- | -- |
 | Homepage | [https://mesonbuild.com/](https://mesonbuild.com/) |
 | License | Apache-2.0 |
-| Versions | 0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2 |
+| Versions | 0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2, 0.60.1 |
 | Architectures | i386, x86_64 |
 | Definition | [meson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meson/xmake.lua) |
 

+ 25 - 2
packages/windows.md

@@ -3936,6 +3936,29 @@ add_requires("libimagequant")
 ```
 
 
+### libintl (windows)
+
+
+| Description | *GNU gettext runtime* |
+| -- | -- |
+| Homepage | [https://www.gnu.org/software/gettext/](https://www.gnu.org/software/gettext/) |
+| Versions | 0.21 |
+| Architectures | x64, x86 |
+| Definition | [libintl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libintl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libintl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libintl")
+```
+
+
 ### libjpeg (windows)
 
 
@@ -5330,7 +5353,7 @@ add_requires("meowhash")
 | -- | -- |
 | Homepage | [https://mesonbuild.com/](https://mesonbuild.com/) |
 | License | Apache-2.0 |
-| Versions | 0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2 |
+| Versions | 0.50.1, 0.56.0, 0.58.0, 0.58.1, 0.59.1, 0.59.2, 0.60.1 |
 | Architectures | x64, x86 |
 | Definition | [meson/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/meson/xmake.lua) |
 
@@ -7174,7 +7197,7 @@ add_requires("raylib")
 | -- | -- |
 | Homepage | [https://github.com/google/re2](https://github.com/google/re2) |
 | License | BSD-3-Clause |
-| Versions | 2020.11.01, 2021.06.01, 2021.08.01 |
+| Versions | 2020.11.01, 2021.06.01, 2021.08.01, 2021.11.01 |
 | Architectures | x64, x86 |
 | Definition | [re2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/re2/xmake.lua) |
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-11-02T15:33:17+08:00</lastmod>
+  <lastmod>2021-11-04T23:35:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-11-02T15:33:19+08:00</lastmod>
+  <lastmod>2021-11-04T23:35:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-11-02T15:33:19+08:00</lastmod>
+  <lastmod>2021-11-04T23:35:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-11-02T15:33:19+08:00</lastmod>
+  <lastmod>2021-11-04T23:35:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-11-02T15:33:19+08:00</lastmod>
+  <lastmod>2021-11-04T23:35:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-11-02T15:33:20+08:00</lastmod>
+  <lastmod>2021-11-04T23:35:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-11-02T15:33:20+08:00</lastmod>
+  <lastmod>2021-11-04T23:35:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-11-02T15:33:20+08:00</lastmod>
+  <lastmod>2021-11-04T23:35:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-11-02T15:33:20+08:00</lastmod>
+  <lastmod>2021-11-04T23:35:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-11-02T15:33:21+08:00</lastmod>
+  <lastmod>2021-11-04T23:35:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-11-02T15:33:21+08:00</lastmod>
+  <lastmod>2021-11-04T23:35:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-11-02T15:33:21+08:00</lastmod>
+  <lastmod>2021-11-04T23:35:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-11-02T15:33:21+08:00</lastmod>
+  <lastmod>2021-11-04T23:35:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-11-02T15:33:21+08:00</lastmod>
+  <lastmod>2021-11-04T23:35:44+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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