- [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.
This commit is contained in:
Jia Yue Hua 2024-03-08 14:41:07 +08:00 коммит произвёл GitHub
Родитель 7502ccb84c
Коммит 89c8bbe673
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 9 добавлений и 5 удалений

Просмотреть файл

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO LibreDWG/libredwg
REF "${VERSION}"
SHA512 ae93bf958c196cc54b8c05664e7201b82a3975845d544ae45cde437d716507ef1de08bf89615b5a67cf3841a014782af335031668ad59b34721a78648caaba67
SHA512 cf0baf477d053eb6ab2feaeda187f2d92211c7d28aa50318c1c8d7acf1b9c463258fa3a388dddce266bf44e0d4e4cf1bd3aa591c918f8a253515919e5c1b3f57
HEAD_REF master
PATCHES
fix_install.patch

Просмотреть файл

@ -1,7 +1,6 @@
{
"name": "libredwg",
"version": "0.13.2",
"port-version": 1,
"version": "0.13.3",
"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",

Просмотреть файл

@ -4821,8 +4821,8 @@
"port-version": 0
},
"libredwg": {
"baseline": "0.13.2",
"port-version": 1
"baseline": "0.13.3",
"port-version": 0
},
"libremidi": {
"baseline": "4.3.0",

Просмотреть файл

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "98054aab0c4648b6c88a29711decbd2586f4d462",
"version": "0.13.3",
"port-version": 0
},
{
"git-tree": "5b81de86b90979544e2a5cd3f958556cd5d9917a",
"version": "0.13.2",