From e045a2c3cda78c84a7ea98ac95e80a7bb9d31ebd Mon Sep 17 00:00:00 2001 From: Be Date: Wed, 21 Feb 2024 11:23:46 -0600 Subject: [PATCH] [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. --- ports/libkeyfinder/portfile.cmake | 4 ++-- ports/libkeyfinder/vcpkg.json | 3 +-- versions/baseline.json | 4 ++-- versions/l-/libkeyfinder.json | 5 +++++ 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ports/libkeyfinder/portfile.cmake b/ports/libkeyfinder/portfile.cmake index c6239987bd..cb4bafee3f 100644 --- a/ports/libkeyfinder/portfile.cmake +++ b/ports/libkeyfinder/portfile.cmake @@ -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 ) diff --git a/ports/libkeyfinder/vcpkg.json b/ports/libkeyfinder/vcpkg.json index cb2f71d494..3a902307e7 100644 --- a/ports/libkeyfinder/vcpkg.json +++ b/ports/libkeyfinder/vcpkg.json @@ -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", diff --git a/versions/baseline.json b/versions/baseline.json index b43cd76c9a..a4e964921b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -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", diff --git a/versions/l-/libkeyfinder.json b/versions/l-/libkeyfinder.json index 08a8f2d6b8..b92fbc2e52 100644 --- a/versions/l-/libkeyfinder.json +++ b/versions/l-/libkeyfinder.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f79ab56bd1477c7d786ff89a242e0cc86d9e32c9", + "version": "2.2.8", + "port-version": 0 + }, { "git-tree": "fb2b9f8da5e789508d5ceb645907d8e4d73236ce", "version": "2.2.6",