diff options
| author | Anichitei Ionel-Cristinel <49393881+ianichitei@users.noreply.github.com> | 2021-07-13 23:15:22 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-13 13:15:22 -0700 |
| commit | 9f7d6142eb5866c8da81d515a0746f65f77df03c (patch) | |
| tree | 1cb80a54e1e72e469d0c502354431747191a4848 /versions/baseline.json | |
| parent | a66098ad1a9ec72de9fd4d63ecce8bd23d6b6d74 (diff) | |
| download | vcpkg-9f7d6142eb5866c8da81d515a0746f65f77df03c.tar.gz vcpkg-9f7d6142eb5866c8da81d515a0746f65f77df03c.zip | |
[bddisasm] Update to 1.33.0 (#18873)
* Add bddisasm port
Currently fetching bddisasm from my fork of the project
* bddisasm: Build with BDD_INCLUDE_TOOL=OFF
* bddisasm: Use PREFER_NINJA
* bddisasm: Update REF
* bddisasm: Don't use vcpkg_install_msbuild
* bddisasm: Switch to release 1.32.1 from the bitdefender repo
* Add the result of ./vcpkg x-add-version --all
* Replace the control file with a manifest
Converted with ./vcpkg format-manifest
* Add more details to bddisasm/vcpkg.json
Added port-version, license, homepage, documentation, and port mantainers
* Fix bddisasm/vcpkg.json
* Fix the version file
* List arm as not supported
* Update version file
* Fail install on arm
* Use the new vcpkg_cmake_* functions
* Remove the LICENSE file
* Fix version
* Update version file
* build only static library
bddisasm only supports being built as a static library, so say that in the portfile
* bddisasm: Update port to version 1.33.0
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Diffstat (limited to 'versions/baseline.json')
| -rw-r--r-- | versions/baseline.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index f3f4ad231..794f7bb59 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -333,7 +333,7 @@ "port-version": 0 }, "bddisasm": { - "baseline": "1.32.1", + "baseline": "1.33.0", "port-version": 0 }, "bde": { |
