# HG changeset patch # User Chris Cannam # Date 1496832151 -3600 # Node ID d11103dfc7f671ef35a8665a495d57eb0eaef75c # Parent 41a64dc57066e80eddd59055c41d0e11a181e353 Switch vamp-plugin-sdk back to hg diff -r 41a64dc57066 -r d11103dfc7f6 vext-lock.json --- a/vext-lock.json Wed Jun 07 10:05:47 2017 +0100 +++ b/vext-lock.json Wed Jun 07 11:42:31 2017 +0100 @@ -1,7 +1,7 @@ { "libs": { "vamp-plugin-sdk": { - "pin": "9438f4e9bd299f7cdd2ca61129cf914176d986dd" + "pin": "5d9af3140f05" }, "svcore": { "pin": "09751743647e" @@ -12,6 +12,12 @@ "svapp": { "pin": "72b4870f0e6b" }, + "checker": { + "pin": "cf18645ff411" + }, + "piper-cpp": { + "pin": "adb1f9a4b8b849e418c12038abc294f92bcd18a7" + }, "dataquay": { "pin": "3768bdde6fdf" }, @@ -32,12 +38,6 @@ }, "icons/scalable": { "pin": "3d2cde3b1ab3" - }, - "checker": { - "pin": "cf18645ff411" - }, - "piper-cpp": { - "pin": "adb1f9a4b8b849e418c12038abc294f92bcd18a7" } } } diff -r 41a64dc57066 -r d11103dfc7f6 vext-project.json --- a/vext-project.json Wed Jun 07 10:05:47 2017 +0100 +++ b/vext-project.json Wed Jun 07 11:42:31 2017 +0100 @@ -11,9 +11,8 @@ }, "libs": { "vamp-plugin-sdk": { - "vcs": "git", - "service": "github", - "owner": "c4dm" + "vcs": "hg", + "service": "soundsoftware" }, "svcore": { "vcs": "hg", @@ -27,6 +26,17 @@ "vcs": "hg", "service": "soundsoftware" }, + "checker": { + "vcs": "hg", + "service": "soundsoftware", + "repository": "vamp-plugin-load-checker" + }, + "piper-cpp": { + "vcs": "git", + "service": "github", + "owner": "piper-audio", + "repository": "piper-vamp-cpp" + }, "dataquay": { "vcs": "hg", "service": "bitbucket", @@ -60,16 +70,6 @@ "vcs": "hg", "service": "soundsoftware", "repository": "sv-iconset" - }, - "checker": { - "vcs": "hg", - "service": "soundsoftware", - "repository": "vamp-plugin-load-checker" - }, - "piper-cpp": { - "vcs": "git", - "service": "github", - "owner": "piper-audio" } } }