mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 05:43:03 +08:00
[ebml] update to 1.4.5 (#37209)
- [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:
parent
5bc95c95f3
commit
c1c01d9d06
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Matroska-Org/libebml
|
||||
REF release-1.4.4
|
||||
SHA512 4a7926f56de211b8431105e37045a13d5e0576151326c87bc3168821c10342acee2aa6447438296f1d56893b3ebbc60851cb0c310f5561127612f0cd2477743f
|
||||
REF "release-${VERSION}"
|
||||
SHA512 284da9b7a1415585bbcfffc87101c63f1dd242bb09d88a731597127732a2f8064fd35e0a718fdcde464714b71e3f7dcc8285f291889629aba6997c38e0575dfb
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "ebml",
|
||||
"version": "1.4.4",
|
||||
"port-version": 1,
|
||||
"version": "1.4.5",
|
||||
"description": "A C++ library to parse EBML files",
|
||||
"homepage": "https://github.com/Matroska-Org/libebml",
|
||||
"dependencies": [
|
||||
|
@ -2405,8 +2405,8 @@
|
||||
"port-version": 5
|
||||
},
|
||||
"ebml": {
|
||||
"baseline": "1.4.4",
|
||||
"port-version": 1
|
||||
"baseline": "1.4.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"ecal": {
|
||||
"baseline": "5.12.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "211ad9219c349adeae527edf0bc1ae9c57028751",
|
||||
"version": "1.4.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "4dd27fceafb402b6a634a2a934e7c3df0c1a64c0",
|
||||
"version": "1.4.4",
|
||||
|
Loading…
Reference in New Issue
Block a user