mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:28:59 +08:00
[ableton-link] Fix typo missing dash in name. (#29434)
* [ableton-link] Fix typo missing dash in name. * Version DB
This commit is contained in:
parent
2f0bcabe63
commit
6abc931a7d
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "abletonlink",
|
||||
"name": "ableton-link",
|
||||
"version": "3.0.6",
|
||||
"description": "Ableton Link, a technology that synchronizes musical beat, tempo, and phase across multiple applications running on one or more devices.",
|
||||
"homepage": "https://www.ableton.com/en/link/",
|
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "ableton",
|
||||
"version": "3.0.6",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "Meta-package for transitioning to abletonlink port.",
|
||||
"homepage": "https://www.ableton.com/en/link/",
|
||||
"documentation": "http://ableton.github.io/link/",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"dependencies": [
|
||||
"abletonlink"
|
||||
"ableton-link"
|
||||
]
|
||||
}
|
||||
|
9
versions/a-/ableton-link.json
Normal file
9
versions/a-/ableton-link.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "eb603bd61d919dd4db44c901c00e47198fe186c5",
|
||||
"version": "3.0.6",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d7d1ce16983bcf96d3134583617767e765d9b6c0",
|
||||
"version": "3.0.6",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "04e19d5336b0e18917966ce1de230dc3bf9c796d",
|
||||
"version": "3.0.6",
|
||||
|
@ -10,9 +10,9 @@
|
||||
},
|
||||
"ableton": {
|
||||
"baseline": "3.0.6",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"abletonlink": {
|
||||
"ableton-link": {
|
||||
"baseline": "3.0.6",
|
||||
"port-version": 0
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user