Browse Source

Fix invalid JSON

pull/44/head
Andrew Belt 7 years ago
parent
commit
e542318e6e
2 changed files with 17 additions and 30 deletions
  1. +15
    -23
      plugins/AutodafeDrumKit.json
  2. +2
    -7
      plugins/AutodafeModulePack.json

+ 15
- 23
plugins/AutodafeDrumKit.json View File

@@ -4,28 +4,20 @@
"author": "Autodafe",
"version": "0.5.0",
"source": "https://github.com/antoniograzioli/Autodafe-Drums",
"homepage": "https://www.autodafe.net/virtual-instruments/vcv-rack-modules.html"
"downloads": {
"win": {
"download": "www.autodafe.net/VCVRack/Autodafe-Drum-Kit-VCV-Rack.zip",
"sha256": "939015f7124da305183d5aeeef18d32828e3fe4f4da81c9b1fd6105b1f61ec18"
},
"lin": {
"download": "www.autodafe.net/VCVRack/Autodafe-Drum-Kit-VCV-Rack.zip",
"sha256": "939015f7124da305183d5aeeef18d32828e3fe4f4da81c9b1fd6105b1f61ec18"
},
"mac": {
"download": "www.autodafe.net/VCVRack/Autodafe-Drum-Kit-VCV-Rack.zip",
"sha256": "939015f7124da305183d5aeeef18d32828e3fe4f4da81c9b1fd6105b1f61ec18"
"homepage": "https://www.autodafe.net/virtual-instruments/vcv-rack-modules.html",
"downloads": {
"win": {
"download": "www.autodafe.net/VCVRack/Autodafe-Drum-Kit-VCV-Rack.zip",
"sha256": "939015f7124da305183d5aeeef18d32828e3fe4f4da81c9b1fd6105b1f61ec18"
},
"lin": {
"download": "www.autodafe.net/VCVRack/Autodafe-Drum-Kit-VCV-Rack.zip",
"sha256": "939015f7124da305183d5aeeef18d32828e3fe4f4da81c9b1fd6105b1f61ec18"
},
"mac": {
"download": "www.autodafe.net/VCVRack/Autodafe-Drum-Kit-VCV-Rack.zip",
"sha256": "939015f7124da305183d5aeeef18d32828e3fe4f4da81c9b1fd6105b1f61ec18"
}
}
}
}
}

+ 2
- 7
plugins/AutodafeModulePack.json View File

@@ -4,9 +4,7 @@
"author": "Autodafe",
"version": "0.5.0",
"source": "https://github.com/antoniograzioli/Autodafe",
"homepage": "https://www.autodafe.net/virtual-instruments/vcv-rack-modules.html"
"homepage": "https://www.autodafe.net/virtual-instruments/vcv-rack-modules.html",
"downloads": {
"win": {
"download": "www.autodafe.net/VCVRack/Autodafe-Modules-Pack-VCV-Rack.zip",
@@ -20,8 +18,5 @@
"download": "www.autodafe.net/VCVRack/Autodafe-Modules-Pack-VCV-Rack.zip",
"sha256": "2d8f53c5ae8eaf70e0188d188aee432c1f26e4042f272c9a76d84bb10e9c5477"
}
}
}



Loading…
Cancel
Save