trisquel-icecat/icecat/third_party/sqlite3
2025-10-06 02:35:48 -06:00
..
ext icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
src icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
moz.yaml icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
readme.txt icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
vendor.sh icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00

To vendor a new version of SQLite:

	./mach vendor third_party/sqlite3/moz.yaml

To vendor new versions of SQLite extensions, check for `moz.yaml`
files in `ext/` subfolders.

Vendoring tracks GitHub tags, specific tags can be targeted
using the `--revision` option.

If patches are present, they should be in `patches/*.patch` files
and `--patch-mode check` must be passed to `./mach vendor`.

For example, to vendor sqlite-vec:

	./mach vendor third_party/sqlite3/ext/sqlite-vec/moz.yaml --patch-mode check