瀏覽代碼

autoupdate docs by xmake-repo/ci

ruki 3 年之前
父節點
當前提交
b7281fa8a5

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: opencolorio, pystring, tinycbor**
+- **Recently added: libspng, opencolorio, pystring**
 
 [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 (517)
+- Packages (518)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -3014,6 +3014,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsoundio")
 </code></pre>
+<h3 id="libspngandroid">libspng (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple, modern libpng alternative</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libspng.org">https://libspng.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.7.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libspng/xmake.lua">libspng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] libspng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libspng")
+</code></pre>
 <h3 id="libsvmandroid">libsvm (android)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/bsd.html

@@ -2079,6 +2079,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsoundio")
 </code></pre>
+<h3 id="libspngbsd">libspng (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple, modern libpng alternative</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libspng.org">https://libspng.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.7.1</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/l/libspng/xmake.lua">libspng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libspng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libspng")
+</code></pre>
 <h3 id="libsvmbsd">libsvm (bsd)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/cross.html

@@ -2038,6 +2038,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsoundio")
 </code></pre>
+<h3 id="libspngcross">libspng (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple, modern libpng alternative</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libspng.org">https://libspng.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.7.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, 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/l/libspng/xmake.lua">libspng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] libspng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libspng")
+</code></pre>
 <h3 id="libsvmcross">libsvm (cross)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/iphoneos.html

@@ -2635,6 +2635,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsoundio")
 </code></pre>
+<h3 id="libspngiphoneos">libspng (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple, modern libpng alternative</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libspng.org">https://libspng.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.7.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libspng/xmake.lua">libspng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos libspng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libspng")
+</code></pre>
 <h3 id="libsvmiphoneos">libsvm (iphoneos)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/linux.html

@@ -8365,6 +8365,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libspectre")
 </code></pre>
+<h3 id="libspnglinux">libspng (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple, modern libpng alternative</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libspng.org">https://libspng.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.7.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libspng/xmake.lua">libspng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libspng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libspng")
+</code></pre>
 <h3 id="libsquishlinux">libsquish (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -7834,6 +7834,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libspectre")
 </code></pre>
+<h3 id="libspngmacosx">libspng (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple, modern libpng alternative</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libspng.org">https://libspng.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.7.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libspng/xmake.lua">libspng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libspng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libspng")
+</code></pre>
 <h3 id="libsquishmacosx">libsquish (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/mingw.html

@@ -3117,6 +3117,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsoundio")
 </code></pre>
+<h3 id="libspngmingw">libspng (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple, modern libpng alternative</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libspng.org">https://libspng.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.7.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libspng/xmake.lua">libspng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] libspng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libspng")
+</code></pre>
 <h3 id="libsvmmingw">libsvm (mingw)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/msys.html

@@ -1898,6 +1898,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsoundio")
 </code></pre>
+<h3 id="libspngmsys">libspng (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple, modern libpng alternative</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libspng.org">https://libspng.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.7.1</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/l/libspng/xmake.lua">libspng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libspng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libspng")
+</code></pre>
 <h3 id="libsvmmsys">libsvm (msys)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -7031,6 +7031,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsoundio")
 </code></pre>
+<h3 id="libspngwindows">libspng (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Simple, modern libpng alternative</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libspng.org">https://libspng.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v0.7.1</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libspng/xmake.lua">libspng/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libspng
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libspng")
+</code></pre>
 <h3 id="libsquishwindows">libsquish (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/android.md

@@ -1988,6 +1988,29 @@ add_requires("libsoundio")
 ```
 
 
+### libspng (android)
+
+
+| Description | *Simple, modern libpng alternative* |
+| -- | -- |
+| Homepage | [https://libspng.org](https://libspng.org) |
+| Versions | v0.7.1 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [libspng/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libspng/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] libspng
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libspng")
+```
+
+
 ### libsvm (android)
 
 

+ 23 - 0
packages/bsd.md

@@ -1356,6 +1356,29 @@ add_requires("libsoundio")
 ```
 
 
+### libspng (bsd)
+
+
+| Description | *Simple, modern libpng alternative* |
+| -- | -- |
+| Homepage | [https://libspng.org](https://libspng.org) |
+| Versions | v0.7.1 |
+| Architectures | i386, x86_64 |
+| Definition | [libspng/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libspng/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libspng
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libspng")
+```
+
+
 ### libsvm (bsd)
 
 

+ 23 - 0
packages/cross.md

@@ -1331,6 +1331,29 @@ add_requires("libsoundio")
 ```
 
 
+### libspng (cross)
+
+
+| Description | *Simple, modern libpng alternative* |
+| -- | -- |
+| Homepage | [https://libspng.org](https://libspng.org) |
+| Versions | v0.7.1 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [libspng/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libspng/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] libspng
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libspng")
+```
+
+
 ### libsvm (cross)
 
 

+ 23 - 0
packages/iphoneos.md

@@ -1731,6 +1731,29 @@ add_requires("libsoundio")
 ```
 
 
+### libspng (iphoneos)
+
+
+| Description | *Simple, modern libpng alternative* |
+| -- | -- |
+| Homepage | [https://libspng.org](https://libspng.org) |
+| Versions | v0.7.1 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [libspng/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libspng/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos libspng
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libspng")
+```
+
+
 ### libsvm (iphoneos)
 
 

+ 23 - 0
packages/linux.md

@@ -5562,6 +5562,29 @@ add_requires("libspectre")
 ```
 
 
+### libspng (linux)
+
+
+| Description | *Simple, modern libpng alternative* |
+| -- | -- |
+| Homepage | [https://libspng.org](https://libspng.org) |
+| Versions | v0.7.1 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libspng/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libspng/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libspng
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libspng")
+```
+
+
 ### libsquish (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -5208,6 +5208,29 @@ add_requires("libspectre")
 ```
 
 
+### libspng (macosx)
+
+
+| Description | *Simple, modern libpng alternative* |
+| -- | -- |
+| Homepage | [https://libspng.org](https://libspng.org) |
+| Versions | v0.7.1 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [libspng/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libspng/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libspng
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libspng")
+```
+
+
 ### libsquish (macosx)
 
 

+ 23 - 0
packages/mingw.md

@@ -2058,6 +2058,29 @@ add_requires("libsoundio")
 ```
 
 
+### libspng (mingw)
+
+
+| Description | *Simple, modern libpng alternative* |
+| -- | -- |
+| Homepage | [https://libspng.org](https://libspng.org) |
+| Versions | v0.7.1 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [libspng/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libspng/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] libspng
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libspng")
+```
+
+
 ### libsvm (mingw)
 
 

+ 23 - 0
packages/msys.md

@@ -1237,6 +1237,29 @@ add_requires("libsoundio")
 ```
 
 
+### libspng (msys)
+
+
+| Description | *Simple, modern libpng alternative* |
+| -- | -- |
+| Homepage | [https://libspng.org](https://libspng.org) |
+| Versions | v0.7.1 |
+| Architectures | i386, x86_64 |
+| Definition | [libspng/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libspng/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libspng
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libspng")
+```
+
+
 ### libsvm (msys)
 
 

+ 23 - 0
packages/windows.md

@@ -4646,6 +4646,29 @@ add_requires("libsoundio")
 ```
 
 
+### libspng (windows)
+
+
+| Description | *Simple, modern libpng alternative* |
+| -- | -- |
+| Homepage | [https://libspng.org](https://libspng.org) |
+| Versions | v0.7.1 |
+| Architectures | x64, x86 |
+| Definition | [libspng/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libspng/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libspng
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libspng")
+```
+
+
 ### libsquish (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-11-25T10:02:47+08:00</lastmod>
+  <lastmod>2021-11-25T14:24:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-11-25T10:02:48+08:00</lastmod>
+  <lastmod>2021-11-25T14:24:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-11-25T10:02:49+08:00</lastmod>
+  <lastmod>2021-11-25T14:24:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-11-25T10:02:49+08:00</lastmod>
+  <lastmod>2021-11-25T14:24:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-11-25T10:02:49+08:00</lastmod>
+  <lastmod>2021-11-25T14:24:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-11-25T10:02:49+08:00</lastmod>
+  <lastmod>2021-11-25T14:24:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-11-25T10:02:50+08:00</lastmod>
+  <lastmod>2021-11-25T14:24:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-11-25T10:02:50+08:00</lastmod>
+  <lastmod>2021-11-25T14:24:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-11-25T10:02:50+08:00</lastmod>
+  <lastmod>2021-11-25T14:24:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-11-25T10:02:50+08:00</lastmod>
+  <lastmod>2021-11-25T14:24:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-11-25T10:02:51+08:00</lastmod>
+  <lastmod>2021-11-25T14:24:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-11-25T10:02:51+08:00</lastmod>
+  <lastmod>2021-11-25T14:24:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-11-25T10:02:51+08:00</lastmod>
+  <lastmod>2021-11-25T14:24:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-11-25T10:02:51+08:00</lastmod>
+  <lastmod>2021-11-25T14:24:48+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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