mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
[libkeyfinder] update to 2.2.8 (#36884)
- [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. - [x] The "supports" clause reflects platforms that may be fixed by this new version. - [x] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. - [x] 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
3ab5d50619
commit
e045a2c3cd
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO mixxxdj/libkeyfinder
|
||||
REF v2.2.6
|
||||
SHA512 c1b771cebfb925db521a344e28fd1d3bc6e6e921e45dcc81f90926e5b2020fea201a4bc05a65177d3559208a45746fd7784eb6f37352bb10ab7d7b820b40c0b6
|
||||
REF ${VERSION}
|
||||
SHA512 31d86715172b62dd72b122a8d480db4598731b87ca58522ad797116acfcbc53b8ecf8fe7eb2b129857b5044b27d32dda9e03927e0a27f8edcdc5d6ce607a76eb
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "libkeyfinder",
|
||||
"version": "2.2.6",
|
||||
"port-version": 1,
|
||||
"version": "2.2.8",
|
||||
"description": "Musical key detection for digital audio",
|
||||
"homepage": "https://github.com/mixxxdj/libkeyfinder",
|
||||
"license": "GPL-3.0-or-later",
|
||||
|
@ -4501,8 +4501,8 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"libkeyfinder": {
|
||||
"baseline": "2.2.6",
|
||||
"port-version": 1
|
||||
"baseline": "2.2.8",
|
||||
"port-version": 0
|
||||
},
|
||||
"libkml": {
|
||||
"baseline": "1.3.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f79ab56bd1477c7d786ff89a242e0cc86d9e32c9",
|
||||
"version": "2.2.8",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "fb2b9f8da5e789508d5ceb645907d8e4d73236ce",
|
||||
"version": "2.2.6",
|
||||
|
Loading…
Reference in New Issue
Block a user