mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-23 23:38:59 +08:00
[rubberband] Update to 4.0.0 (#41809)
Co-authored-by: Cheney-Wang <850426846@qq.com>
This commit is contained in:
parent
eef8a934d3
commit
70f946d0d8
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO breakfastquay/rubberband
|
||||
REF "v${VERSION}"
|
||||
SHA512 6d7ce80f47a5870920748d6e2ff9425f9d90e3fd2d62d7b937158ad2134829bc1d1e34ec4fd6327de5d6f1924b4bb793dc4c9d10574102e11338383c4522ba84
|
||||
SHA512 f581e900a71f78fde3361d2bed2fe165952c2ca087168c5f4e4994586bd832267eea58e0662a74b6a7430bc361fe80b5307b2ee6bf631a3561a8cba86e1cd3f2
|
||||
HEAD_REF default
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "rubberband",
|
||||
"version": "3.3.0",
|
||||
"port-version": 1,
|
||||
"version": "4.0.0",
|
||||
"description": "A high quality software library for audio time-stretching and pitch-shifting.",
|
||||
"homepage": "https://www.breakfastquay.com/rubberband/",
|
||||
"license": "GPL-2.0-or-later",
|
||||
|
@ -8041,8 +8041,8 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"rubberband": {
|
||||
"baseline": "3.3.0",
|
||||
"port-version": 1
|
||||
"baseline": "4.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"ruckig": {
|
||||
"baseline": "0.14.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6809f417332532735fe4b2b92ec5c5902077017c",
|
||||
"version": "4.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "478bcca88451fbdd2fa88816f21449c1b8675e9d",
|
||||
"version": "3.3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user