[ableton-link] Fix typo missing dash in name. (#29434)

* [ableton-link] Fix typo missing dash in name.

* Version DB
This commit is contained in:
Billy O'Neal 2023-02-03 12:25:31 -08:00 committed by GitHub
parent 2f0bcabe63
commit 6abc931a7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 19 additions and 5 deletions

View File

@ -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/",

View File

@ -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"
]
}

View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "eb603bd61d919dd4db44c901c00e47198fe186c5",
"version": "3.0.6",
"port-version": 0
}
]
}

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d7d1ce16983bcf96d3134583617767e765d9b6c0",
"version": "3.0.6",
"port-version": 2
},
{
"git-tree": "04e19d5336b0e18917966ce1de230dc3bf9c796d",
"version": "3.0.6",

View File

@ -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
},