mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[libredwg] update to 0.13.2 (#36848)
Fixes #36695 Update port `libredwg` to the latest version 0.13.2 - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [ ] ~~The "supports" clause reflects platforms that may be fixed by this new version.~~ - [ ] ~~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~~ - [ ] ~~Any patches that are no longer applied are deleted from the port's directory.~~ - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file. Feature `tools` tested successfully in the following triplrt: - x86-windows - x64-windows - x64-windows-static --------- Co-authored-by: Jon <v-zhli17@microsoft.com>
This commit is contained in:
parent
898a927b84
commit
c7424ce15f
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO LibreDWG/libredwg
|
||||
REF ${VERSION}
|
||||
SHA512 8696289ea7ff542bd48d4e1f0e959b95574a7741ba0c80238ad31aff28f1861f0c00dfb1dc78e998b043a4300ff976ba324f5a41195f799f9d31e2b5be288bc7
|
||||
REF "${VERSION}"
|
||||
SHA512 ae93bf958c196cc54b8c05664e7201b82a3975845d544ae45cde437d716507ef1de08bf89615b5a67cf3841a014782af335031668ad59b34721a78648caaba67
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
fix_install.patch
|
||||
@ -36,6 +36,7 @@ vcpkg_cmake_configure(
|
||||
OPTIONS
|
||||
${FEATURE_OPTIONS}
|
||||
-DBUILD_TESTING=OFF
|
||||
-DDISABLE_WERROR=ON
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "libredwg",
|
||||
"version": "0.12.5.5178",
|
||||
"port-version": 1,
|
||||
"version": "0.13.2",
|
||||
"description": "GNU LibreDWG is a free C library to handle DWG files. It aims to be a free replacement for the OpenDWG libraries. DWG is the native file format of AutoCAD.",
|
||||
"homepage": "https://www.gnu.org/software/libredwg/",
|
||||
"license": "GPL-3.0",
|
||||
|
@ -4789,8 +4789,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"libredwg": {
|
||||
"baseline": "0.12.5.5178",
|
||||
"port-version": 1
|
||||
"baseline": "0.13.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"libremidi": {
|
||||
"baseline": "4.3.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7e772e358eee3f6d61854c67c7a4a8afa0a952b8",
|
||||
"version": "0.13.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "17dd1242cc7c640c0b51f493eef55d3c12ad6e52",
|
||||
"version": "0.12.5.5178",
|
||||
|
Loading…
x
Reference in New Issue
Block a user