aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/update_wrapdb.md
blob: a4e4f278e6e1be5d6d61d48291bd7c8776faf4ce (plain)
1
2
3
4
5
6
7
8
## Update all wraps from WrapDB with `meson wrap update` command

The command `meson wrap update`, with no extra argument, will now update all wraps
that comes from WrapDB to the latest version. The extra `--force` argument will
also replace wraps that do not come from WrapDB if one is available.

The command `meson subprojects update` will not download new wrap files from
WrapDB any more.