Răsfoiți Sursa

autoupdate docs by xmake-repo/ci

ruki 3 ani în urmă
părinte
comite
7955903fe3

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: gobject-introspection, krb5, toml++**
+- **Recently added: gnu-gsl, gobject-introspection, krb5**
 
 [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 (488)
+- Packages (489)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 1 - 1
mirror/packages/android.html

@@ -5104,7 +5104,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1</td>
+<td>v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1, v1.9.2</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/bsd.html

@@ -3996,7 +3996,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1</td>
+<td>v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1, v1.9.2</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/cross.html

@@ -3716,7 +3716,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1</td>
+<td>v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1, v1.9.2</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/iphoneos.html

@@ -4589,7 +4589,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1</td>
+<td>v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1, v1.9.2</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 46 - 5
mirror/packages/linux.html

@@ -713,7 +713,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.7.4, 3.7.6</td>
+<td>3.7.4, 3.7.6, 3.8.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -3409,7 +3409,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.3.8, 3.3.9</td>
+<td>3.3.10, 3.3.8, 3.3.9</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4589,6 +4589,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gn")
 </code></pre>
+<h3 id="gnugsllinux">gnu-gsl (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.gnu.org/software/gsl/">https://www.gnu.org/software/gsl/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.7</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/gnu-gsl/xmake.lua">gnu-gsl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gnu-gsl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gnu-gsl")
+</code></pre>
 <h3 id="gnurmlinux">gnu-rm (linux)</h3>
 <table>
 <thead>
@@ -5976,7 +6013,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.5.1</td>
+<td>3.5.1, 3.5.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13165,8 +13202,12 @@
 <td><a href="https://github.com/pybind/pybind11">https://github.com/pybind/pybind11</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>v2.5.0, v2.6.2, v2.7.1</td>
+<td>v2.5.0, v2.6.2, v2.7.1, v2.8.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -14170,7 +14211,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1</td>
+<td>v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1, v1.9.2</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 46 - 5
mirror/packages/macosx.html

@@ -598,7 +598,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.7.4, 3.7.6</td>
+<td>3.7.4, 3.7.6, 3.8.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -3154,7 +3154,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.3.8, 3.3.9</td>
+<td>3.3.10, 3.3.8, 3.3.9</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4264,6 +4264,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gn")
 </code></pre>
+<h3 id="gnugslmacosx">gnu-gsl (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.gnu.org/software/gsl/">https://www.gnu.org/software/gsl/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.7</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/gnu-gsl/xmake.lua">gnu-gsl/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gnu-gsl
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gnu-gsl")
+</code></pre>
 <h3 id="gnurmmacosx">gnu-rm (macosx)</h3>
 <table>
 <thead>
@@ -5614,7 +5651,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.5.1</td>
+<td>3.5.1, 3.5.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -12309,8 +12346,12 @@
 <td><a href="https://github.com/pybind/pybind11">https://github.com/pybind/pybind11</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>v2.5.0, v2.6.2, v2.7.1</td>
+<td>v2.5.0, v2.6.2, v2.7.1, v2.8.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -13244,7 +13285,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1</td>
+<td>v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1, v1.9.2</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/mingw.html

@@ -5384,7 +5384,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1</td>
+<td>v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1, v1.9.2</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/msys.html

@@ -3476,7 +3476,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1</td>
+<td>v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1, v1.9.2</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 8 - 4
mirror/packages/windows.html

@@ -3195,7 +3195,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.3.8, 3.3.9</td>
+<td>3.3.10, 3.3.8, 3.3.9</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -5412,7 +5412,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>3.5.1</td>
+<td>3.5.1, 3.5.2</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -10648,8 +10648,12 @@
 <td><a href="https://github.com/pybind/pybind11">https://github.com/pybind/pybind11</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>v2.5.0, v2.6.2, v2.7.1</td>
+<td>v2.5.0, v2.6.2, v2.7.1, v2.8.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -11550,7 +11554,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1</td>
+<td>v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1, v1.9.2</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
packages/android.md

@@ -3410,7 +3410,7 @@ add_requires("sol2")
 | Description | *Fast C++ logging library.* |
 | -- | -- |
 | Homepage | [https://github.com/gabime/spdlog](https://github.com/gabime/spdlog) |
-| Versions | v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1 |
+| Versions | v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1, v1.9.2 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [spdlog/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spdlog/xmake.lua) |
 

+ 1 - 1
packages/bsd.md

@@ -2661,7 +2661,7 @@ add_requires("sol2")
 | Description | *Fast C++ logging library.* |
 | -- | -- |
 | Homepage | [https://github.com/gabime/spdlog](https://github.com/gabime/spdlog) |
-| Versions | v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1 |
+| Versions | v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1, v1.9.2 |
 | Architectures | i386, x86_64 |
 | Definition | [spdlog/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spdlog/xmake.lua) |
 

+ 1 - 1
packages/cross.md

@@ -2473,7 +2473,7 @@ add_requires("sol2")
 | Description | *Fast C++ logging library.* |
 | -- | -- |
 | Homepage | [https://github.com/gabime/spdlog](https://github.com/gabime/spdlog) |
-| Versions | v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1 |
+| Versions | v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1, v1.9.2 |
 | Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [spdlog/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spdlog/xmake.lua) |
 

+ 1 - 1
packages/iphoneos.md

@@ -3060,7 +3060,7 @@ add_requires("sol2")
 | Description | *Fast C++ logging library.* |
 | -- | -- |
 | Homepage | [https://github.com/gabime/spdlog](https://github.com/gabime/spdlog) |
-| Versions | v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1 |
+| Versions | v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1, v1.9.2 |
 | Architectures | arm64, armv7, armv7s, i386, x86_64 |
 | Definition | [spdlog/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spdlog/xmake.lua) |
 

+ 30 - 5
packages/linux.md

@@ -411,7 +411,7 @@ add_requires("binutils")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/bison/](https://www.gnu.org/software/bison/) |
 | License | GPL-3.0 |
-| Versions | 3.7.4, 3.7.6 |
+| Versions | 3.7.4, 3.7.6, 3.8.2 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [bison/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bison/xmake.lua) |
 
@@ -2213,7 +2213,7 @@ add_requires("ffmpeg")
 | -- | -- |
 | Homepage | [http://fftw.org/](http://fftw.org/) |
 | License | GPL-2.0 |
-| Versions | 3.3.8, 3.3.9 |
+| Versions | 3.3.10, 3.3.8, 3.3.9 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [fftw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fftw/xmake.lua) |
 
@@ -3009,6 +3009,30 @@ add_requires("gn")
 ```
 
 
+### gnu-gsl (linux)
+
+
+| Description | *The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers.* |
+| -- | -- |
+| Homepage | [https://www.gnu.org/software/gsl/](https://www.gnu.org/software/gsl/) |
+| License | GPL-3.0 |
+| Versions | 2.7 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [gnu-gsl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gnu-gsl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gnu-gsl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gnu-gsl")
+```
+
+
 ### gnu-rm (linux)
 
 
@@ -3942,7 +3966,7 @@ add_requires("leveldb")
 | -- | -- |
 | Homepage | [https://libarchive.org/](https://libarchive.org/) |
 | License | BSD-2-Clause |
-| Versions | 3.5.1 |
+| Versions | 3.5.1, 3.5.2 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [libarchive/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libarchive/xmake.lua) |
 
@@ -8785,7 +8809,8 @@ add_requires("pugixml")
 | Description | *Seamless operability between C++11 and Python.* |
 | -- | -- |
 | Homepage | [https://github.com/pybind/pybind11](https://github.com/pybind/pybind11) |
-| Versions | v2.5.0, v2.6.2, v2.7.1 |
+| License | BSD-3-Clause |
+| Versions | v2.5.0, v2.6.2, v2.7.1, v2.8.1 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [pybind11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pybind11/xmake.lua) |
 
@@ -9469,7 +9494,7 @@ add_requires("sol2")
 | Description | *Fast C++ logging library.* |
 | -- | -- |
 | Homepage | [https://github.com/gabime/spdlog](https://github.com/gabime/spdlog) |
-| Versions | v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1 |
+| Versions | v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1, v1.9.2 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [spdlog/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spdlog/xmake.lua) |
 

+ 30 - 5
packages/macosx.md

@@ -338,7 +338,7 @@ add_requires("binutils")
 | -- | -- |
 | Homepage | [https://www.gnu.org/software/bison/](https://www.gnu.org/software/bison/) |
 | License | GPL-3.0 |
-| Versions | 3.7.4, 3.7.6 |
+| Versions | 3.7.4, 3.7.6, 3.8.2 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [bison/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bison/xmake.lua) |
 
@@ -2046,7 +2046,7 @@ add_requires("ffmpeg")
 | -- | -- |
 | Homepage | [http://fftw.org/](http://fftw.org/) |
 | License | GPL-2.0 |
-| Versions | 3.3.8, 3.3.9 |
+| Versions | 3.3.10, 3.3.8, 3.3.9 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [fftw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fftw/xmake.lua) |
 
@@ -2795,6 +2795,30 @@ add_requires("gn")
 ```
 
 
+### gnu-gsl (macosx)
+
+
+| Description | *The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers.* |
+| -- | -- |
+| Homepage | [https://www.gnu.org/software/gsl/](https://www.gnu.org/software/gsl/) |
+| License | GPL-3.0 |
+| Versions | 2.7 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [gnu-gsl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gnu-gsl/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gnu-gsl
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gnu-gsl")
+```
+
+
 ### gnu-rm (macosx)
 
 
@@ -3704,7 +3728,7 @@ add_requires("leveldb")
 | -- | -- |
 | Homepage | [https://libarchive.org/](https://libarchive.org/) |
 | License | BSD-2-Clause |
-| Versions | 3.5.1 |
+| Versions | 3.5.1, 3.5.2 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [libarchive/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libarchive/xmake.lua) |
 
@@ -8217,7 +8241,8 @@ add_requires("pugixml")
 | Description | *Seamless operability between C++11 and Python.* |
 | -- | -- |
 | Homepage | [https://github.com/pybind/pybind11](https://github.com/pybind/pybind11) |
-| Versions | v2.5.0, v2.6.2, v2.7.1 |
+| License | BSD-3-Clause |
+| Versions | v2.5.0, v2.6.2, v2.7.1, v2.8.1 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [pybind11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pybind11/xmake.lua) |
 
@@ -8854,7 +8879,7 @@ add_requires("sol2")
 | Description | *Fast C++ logging library.* |
 | -- | -- |
 | Homepage | [https://github.com/gabime/spdlog](https://github.com/gabime/spdlog) |
-| Versions | v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1 |
+| Versions | v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1, v1.9.2 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [spdlog/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spdlog/xmake.lua) |
 

+ 1 - 1
packages/mingw.md

@@ -3598,7 +3598,7 @@ add_requires("sol2")
 | Description | *Fast C++ logging library.* |
 | -- | -- |
 | Homepage | [https://github.com/gabime/spdlog](https://github.com/gabime/spdlog) |
-| Versions | v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1 |
+| Versions | v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1, v1.9.2 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [spdlog/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spdlog/xmake.lua) |
 

+ 1 - 1
packages/msys.md

@@ -2308,7 +2308,7 @@ add_requires("sol2")
 | Description | *Fast C++ logging library.* |
 | -- | -- |
 | Homepage | [https://github.com/gabime/spdlog](https://github.com/gabime/spdlog) |
-| Versions | v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1 |
+| Versions | v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1, v1.9.2 |
 | Architectures | i386, x86_64 |
 | Definition | [spdlog/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spdlog/xmake.lua) |
 

+ 5 - 4
packages/windows.md

@@ -2071,7 +2071,7 @@ add_requires("fcl")
 | -- | -- |
 | Homepage | [http://fftw.org/](http://fftw.org/) |
 | License | GPL-2.0 |
-| Versions | 3.3.8, 3.3.9 |
+| Versions | 3.3.10, 3.3.8, 3.3.9 |
 | Architectures | x64, x86 |
 | Definition | [fftw/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fftw/xmake.lua) |
 
@@ -3565,7 +3565,7 @@ add_requires("leveldb")
 | -- | -- |
 | Homepage | [https://libarchive.org/](https://libarchive.org/) |
 | License | BSD-2-Clause |
-| Versions | 3.5.1 |
+| Versions | 3.5.1, 3.5.2 |
 | Architectures | x64, x86 |
 | Definition | [libarchive/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libarchive/xmake.lua) |
 
@@ -7079,7 +7079,8 @@ add_requires("pugixml")
 | Description | *Seamless operability between C++11 and Python.* |
 | -- | -- |
 | Homepage | [https://github.com/pybind/pybind11](https://github.com/pybind/pybind11) |
-| Versions | v2.5.0, v2.6.2, v2.7.1 |
+| License | BSD-3-Clause |
+| Versions | v2.5.0, v2.6.2, v2.7.1, v2.8.1 |
 | Architectures | x64, x86 |
 | Definition | [pybind11/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pybind11/xmake.lua) |
 
@@ -7693,7 +7694,7 @@ add_requires("sol2")
 | Description | *Fast C++ logging library.* |
 | -- | -- |
 | Homepage | [https://github.com/gabime/spdlog](https://github.com/gabime/spdlog) |
-| Versions | v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1 |
+| Versions | v1.3.1, v1.4.2, v1.5.0, v1.8.0, v1.8.1, v1.8.2, v1.8.5, v1.9.0, v1.9.1, v1.9.2 |
 | Architectures | x64, x86 |
 | Definition | [spdlog/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/spdlog/xmake.lua) |
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-11-10T11:02:02+08:00</lastmod>
+  <lastmod>2021-11-11T09:37:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-11-10T11:02:05+08:00</lastmod>
+  <lastmod>2021-11-11T09:37:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-11-10T11:02:05+08:00</lastmod>
+  <lastmod>2021-11-11T09:37:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-11-10T11:02:05+08:00</lastmod>
+  <lastmod>2021-11-11T09:37:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-11-10T11:02:05+08:00</lastmod>
+  <lastmod>2021-11-11T09:37:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-11-10T11:02:06+08:00</lastmod>
+  <lastmod>2021-11-11T09:37:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-11-10T11:02:06+08:00</lastmod>
+  <lastmod>2021-11-11T09:37:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-11-10T11:02:06+08:00</lastmod>
+  <lastmod>2021-11-11T09:37:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-11-10T11:02:06+08:00</lastmod>
+  <lastmod>2021-11-11T09:37:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-11-10T11:02:07+08:00</lastmod>
+  <lastmod>2021-11-11T09:37:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-11-10T11:02:07+08:00</lastmod>
+  <lastmod>2021-11-11T09:37:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-11-10T11:02:07+08:00</lastmod>
+  <lastmod>2021-11-11T09:37:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-11-10T11:02:07+08:00</lastmod>
+  <lastmod>2021-11-11T09:37:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-11-10T11:02:08+08:00</lastmod>
+  <lastmod>2021-11-11T09:37:31+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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