浏览代码

autoupdate docs by xmake-repo/ci

ruki 2 年之前
父节点
当前提交
a6dc3c9da1

+ 1 - 1
mirror/packages/android.html

@@ -572,7 +572,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.3.1</td>
+<td>1.3.1, 1.3.3</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/bsd.html

@@ -539,7 +539,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.3.1</td>
+<td>1.3.1, 1.3.3</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/cross.html

@@ -502,7 +502,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.3.1</td>
+<td>1.3.1, 1.3.3</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/iphoneos.html

@@ -502,7 +502,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.3.1</td>
+<td>1.3.1, 1.3.3</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/linux.html

@@ -1264,7 +1264,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.3.1</td>
+<td>1.3.1, 1.3.3</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
mirror/packages/macosx.html

@@ -1075,7 +1075,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.3.1</td>
+<td>1.3.1, 1.3.3</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 2 - 2
mirror/packages/mingw.html

@@ -613,11 +613,11 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.3.1</td>
+<td>1.3.1, 1.3.3</td>
 </tr>
 <tr>
 <td>Architectures</td>
-<td>arm, arm64, i386, x86_64</td>
+<td>x86_64</td>
 </tr>
 <tr>
 <td>Definition</td>

+ 0 - 37
mirror/packages/msys.html

@@ -520,43 +520,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bison")
 </code></pre>
-<h3 id="blake3msys">blake3 (msys)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>BLAKE3 is a cryptographic hash function that is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2; secure, unlike MD5 and SHA-1 (and secure against length extension, unlike SHA-2); highly parallelizable across any number of threads and SIMD lanes, because it&#39;s a Merkle tree on the inside; capable of verified streaming and incremental updates (Merkle tree); a PRF, MAC, KDF, and XOF, as well as a regular hash; and is a single algorithm with no variants, fast on x86-64 and also on smaller architectures.</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="https://blake3.io/">https://blake3.io/</a></td>
-</tr>
-<tr>
-<td>License</td>
-<td>CC0-1.0</td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>1.3.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/b/blake3/xmake.lua">blake3/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install blake3
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("blake3")
-</code></pre>
 <h3 id="brotlimsys">brotli (msys)</h3>
 <table>
 <thead>

+ 0 - 37
mirror/packages/wasm.html

@@ -483,43 +483,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bison")
 </code></pre>
-<h3 id="blake3wasm">blake3 (wasm)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>BLAKE3 is a cryptographic hash function that is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2; secure, unlike MD5 and SHA-1 (and secure against length extension, unlike SHA-2); highly parallelizable across any number of threads and SIMD lanes, because it&#39;s a Merkle tree on the inside; capable of verified streaming and incremental updates (Merkle tree); a PRF, MAC, KDF, and XOF, as well as a regular hash; and is a single algorithm with no variants, fast on x86-64 and also on smaller architectures.</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="https://blake3.io/">https://blake3.io/</a></td>
-</tr>
-<tr>
-<td>License</td>
-<td>CC0-1.0</td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>1.3.1</td>
-</tr>
-<tr>
-<td>Architectures</td>
-<td>wasm32</td>
-</tr>
-<tr>
-<td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua">blake3/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p wasm blake3
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("blake3")
-</code></pre>
 <h3 id="brotliwasm">brotli (wasm)</h3>
 <table>
 <thead>

+ 1 - 1
mirror/packages/windows.html

@@ -906,7 +906,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.3.1</td>
+<td>1.3.1, 1.3.3</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 1 - 1
packages/android.md

@@ -315,7 +315,7 @@ add_requires("bison")
 | -- | -- |
 | Homepage | [https://blake3.io/](https://blake3.io/) |
 | License | CC0-1.0 |
-| Versions | 1.3.1 |
+| Versions | 1.3.1, 1.3.3 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [blake3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua) |
 

+ 1 - 1
packages/bsd.md

@@ -292,7 +292,7 @@ add_requires("bison")
 | -- | -- |
 | Homepage | [https://blake3.io/](https://blake3.io/) |
 | License | CC0-1.0 |
-| Versions | 1.3.1 |
+| Versions | 1.3.1, 1.3.3 |
 | Architectures | i386, x86_64 |
 | Definition | [blake3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua) |
 

+ 1 - 1
packages/cross.md

@@ -268,7 +268,7 @@ add_requires("bison")
 | -- | -- |
 | Homepage | [https://blake3.io/](https://blake3.io/) |
 | License | CC0-1.0 |
-| Versions | 1.3.1 |
+| Versions | 1.3.1, 1.3.3 |
 | Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [blake3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua) |
 

+ 1 - 1
packages/iphoneos.md

@@ -268,7 +268,7 @@ add_requires("bison")
 | -- | -- |
 | Homepage | [https://blake3.io/](https://blake3.io/) |
 | License | CC0-1.0 |
-| Versions | 1.3.1 |
+| Versions | 1.3.1, 1.3.3 |
 | Architectures | arm64, x86_64 |
 | Definition | [blake3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua) |
 

+ 1 - 1
packages/linux.md

@@ -770,7 +770,7 @@ add_requires("bison")
 | -- | -- |
 | Homepage | [https://blake3.io/](https://blake3.io/) |
 | License | CC0-1.0 |
-| Versions | 1.3.1 |
+| Versions | 1.3.1, 1.3.3 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [blake3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua) |
 

+ 1 - 1
packages/macosx.md

@@ -649,7 +649,7 @@ add_requires("bison")
 | -- | -- |
 | Homepage | [https://blake3.io/](https://blake3.io/) |
 | License | CC0-1.0 |
-| Versions | 1.3.1 |
+| Versions | 1.3.1, 1.3.3 |
 | Architectures | arm64, x86_64 |
 | Definition | [blake3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua) |
 

+ 2 - 2
packages/mingw.md

@@ -340,8 +340,8 @@ add_requires("bison")
 | -- | -- |
 | Homepage | [https://blake3.io/](https://blake3.io/) |
 | License | CC0-1.0 |
-| Versions | 1.3.1 |
-| Architectures | arm, arm64, i386, x86_64 |
+| Versions | 1.3.1, 1.3.3 |
+| Architectures | x86_64 |
 | Definition | [blake3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua) |
 
 ##### Install command

+ 0 - 24
packages/msys.md

@@ -285,30 +285,6 @@ add_requires("bison")
 ```
 
 
-### blake3 (msys)
-
-
-| Description | *BLAKE3 is a cryptographic hash function that is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2; secure, unlike MD5 and SHA-1 (and secure against length extension, unlike SHA-2); highly parallelizable across any number of threads and SIMD lanes, because it's a Merkle tree on the inside; capable of verified streaming and incremental updates (Merkle tree); a PRF, MAC, KDF, and XOF, as well as a regular hash; and is a single algorithm with no variants, fast on x86-64 and also on smaller architectures.* |
-| -- | -- |
-| Homepage | [https://blake3.io/](https://blake3.io/) |
-| License | CC0-1.0 |
-| Versions | 1.3.1 |
-| Architectures | i386, x86_64 |
-| Definition | [blake3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install blake3
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("blake3")
-```
-
-
 ### brotli (msys)
 
 

+ 0 - 24
packages/wasm.md

@@ -261,30 +261,6 @@ add_requires("bison")
 ```
 
 
-### blake3 (wasm)
-
-
-| Description | *BLAKE3 is a cryptographic hash function that is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2; secure, unlike MD5 and SHA-1 (and secure against length extension, unlike SHA-2); highly parallelizable across any number of threads and SIMD lanes, because it's a Merkle tree on the inside; capable of verified streaming and incremental updates (Merkle tree); a PRF, MAC, KDF, and XOF, as well as a regular hash; and is a single algorithm with no variants, fast on x86-64 and also on smaller architectures.* |
-| -- | -- |
-| Homepage | [https://blake3.io/](https://blake3.io/) |
-| License | CC0-1.0 |
-| Versions | 1.3.1 |
-| Architectures | wasm32 |
-| Definition | [blake3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install -p wasm blake3
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("blake3")
-```
-
-
 ### brotli (wasm)
 
 

+ 1 - 1
packages/windows.md

@@ -533,7 +533,7 @@ add_requires("bison")
 | -- | -- |
 | Homepage | [https://blake3.io/](https://blake3.io/) |
 | License | CC0-1.0 |
-| Versions | 1.3.1 |
+| Versions | 1.3.1, 1.3.3 |
 | Architectures | arm64, x64, x86 |
 | Definition | [blake3/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blake3/xmake.lua) |
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-01-03T15:01:05+08:00</lastmod>
+  <lastmod>2023-01-04T00:54:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-01-03T15:01:08+08:00</lastmod>
+  <lastmod>2023-01-04T00:54:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-01-03T15:01:08+08:00</lastmod>
+  <lastmod>2023-01-04T00:54:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-01-03T15:01:09+08:00</lastmod>
+  <lastmod>2023-01-04T00:54:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-01-03T15:01:09+08:00</lastmod>
+  <lastmod>2023-01-04T00:54:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-01-03T15:01:09+08:00</lastmod>
+  <lastmod>2023-01-04T00:54:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-01-03T15:01:09+08:00</lastmod>
+  <lastmod>2023-01-04T00:54:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-01-03T15:01:10+08:00</lastmod>
+  <lastmod>2023-01-04T00:54:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-01-03T15:01:10+08:00</lastmod>
+  <lastmod>2023-01-04T00:54:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-01-03T15:01:10+08:00</lastmod>
+  <lastmod>2023-01-04T00:54:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-01-03T15:01:10+08:00</lastmod>
+  <lastmod>2023-01-04T00:54:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-01-03T15:01:11+08:00</lastmod>
+  <lastmod>2023-01-04T00:54:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-01-03T15:01:11+08:00</lastmod>
+  <lastmod>2023-01-04T00:54:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-01-03T15:01:11+08:00</lastmod>
+  <lastmod>2023-01-04T00:54:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-01-03T15:01:11+08:00</lastmod>
+  <lastmod>2023-01-04T00:54:54+08:00</lastmod>
 </url>
 
 </urlset>