[lief] add new port LIEF-0.15.1-dev #46000
Annotations
2 errors
Check
All vcpkg.json files must be formatted. To fix this problem, run:
./vcpkg format-manifest ports/*/vcpkg.json
It should make the following changes:```diff
diff --git a/ports/lief/vcpkg.json b/ports/lief/vcpkg.json
index 7744572..b7e1610 100644
--- a/ports/lief/vcpkg.json
+++ b/ports/lief/vcpkg.json
@@ -7,12 +7,12 @@
"dependencies": [
"boost-leaf",
"fmt",
+ "frozen",
"mbedtls",
"spdlog",
"tcb-span",
"tl-expected",
"utfcpp",
- "frozen",
{
"name": "vcpkg-cmake",
"host": true
```
|
Check
PRs must add only one version, and must not modify any published versions.
When making any changes to a library, the version or port-version in vcpkg.json must be modified, and the version database updated.
Making the following changes will fix this problem:```diff
error: checked-in files for lief have changed but the version was not updated
version: 0.15.1
old SHA: a88c5722843b13089f363a80fdacf9456a3c30b6
new SHA: 5a41b98849815db3d1d6db0df5b29aa73e0d4c94
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
See https://learn.microsoft.com/vcpkg/commands/add-version?WT.mc_id=vcpkg_inproduct_cli#--overwrite-version for more information.
***No files were updated***
```
|