diff options
-rw-r--r-- | docs/build-matrix.html | 32 | ||||
-rw-r--r-- | docs/packages.json | 2 |
2 files changed, 28 insertions, 6 deletions
diff --git a/docs/build-matrix.html b/docs/build-matrix.html index 06a85c0..cd5777d 100644 --- a/docs/build-matrix.html +++ b/docs/build-matrix.html @@ -4008,6 +4008,16 @@ feel free to submit a pull request. </tr> <tr> + <th class="row">sqlcipher</th> + <td>3.4.1</td> + <td class="supported">✓</td> + <td class="supported">✓</td> + <td class="supported">✓</td> + <td class="supported">✓</td> + <td class="unsupported">✗</td> + </tr> + +<tr> <th class="row">sqlite</th> <td>3200100</td> <td class="supported">✓</td> @@ -4058,6 +4068,16 @@ feel free to submit a pull request. </tr> <tr> + <th class="row">tcl</th> + <td>8.6.4</td> + <td class="supported">✓</td> + <td class="supported">✓</td> + <td class="supported">✓</td> + <td class="supported">✓</td> + <td class="supported">✓</td> + </tr> + +<tr> <th class="row">tclap</th> <td>1.2.1</td> <td class="supported">✓</td> @@ -4489,15 +4509,15 @@ feel free to submit a pull request. <tr> <th class="row" colspan="2"> -Total: 434 +Total: 436 <br>(+7 virtual +4 native-only) </th> -<th>428</th> -<th>341</th> -<th>414</th> -<th>341</th> -<th>20</th> +<th>430</th> +<th>343</th> +<th>416</th> +<th>343</th> +<th>21</th> </tr> </tbody> </table> diff --git a/docs/packages.json b/docs/packages.json index 7966c9a..2e1f8f8 100644 --- a/docs/packages.json +++ b/docs/packages.json @@ -396,11 +396,13 @@ "spatialite": {"version": "4.4.0-RC1", "website": "https://www.gaia-gis.it/fossil/libspatialite/index", "description": "SpatiaLite"}, "speex": {"version": "1.2rc2", "website": "https://speex.org/", "description": "Speex"}, "speexdsp": {"version": "1.2rc3", "website": "https://speex.org/", "description": "SpeexDSP"}, + "sqlcipher": {"version": "3.4.1", "website": "https://www.zetetic.net/sqlcipher/", "description": "SQLite extension that provides 256 bit AES encryption of database files"}, "sqlite": {"version": "3200100", "website": "https://www.sqlite.org/", "description": "SQLite"}, "subversion": {"version": "1.9.4", "website": "https://subversion.apache.org/", "description": ""}, "suitesparse": {"version": "4.2.1", "website": "http://faculty.cse.tamu.edu/davis/suitesparse.html", "description": "SuiteSparse"}, "t4k_common": {"version": "0.1.1", "website": "https://tux4kids.alioth.debian.org/", "description": ""}, "taglib": {"version": "1.10", "website": "https://developer.kde.org/~wheeler/taglib.html", "description": "TagLib"}, + "tcl": {"version": "8.6.4", "website": "https://tcl.tk/", "description": ""}, "tclap": {"version": "1.2.1", "website": "https://tclap.sourceforge.io/", "description": ""}, "teem": {"version": "1.11.0", "website": "https://teem.sourceforge.io/", "description": "Teem"}, "termcap": {"version": "1.3.1", "website": "https://www.gnu.org/software/termutils/", "description": "Termcap"}, |