Browse Source

Update MrLumps.json for module release 0.5.2 (#124)

Release 0.5.2 adds a High Contrast option, replaces the PNG panel images with SVG images, fixes an onSampleRateChange bug, and makes MrLumps compliant with VCV Rack’s Community Package manager.  I really, really, really tried to get all of the GitHub and VCV Rack Community details correct.  Please let me know if I missed anything.  Thanks for your time!
pull/126/head
David Peterson Andrew Belt 7 years ago
parent
commit
06ab2a309b
1 changed files with 10 additions and 9 deletions
  1. +10
    -9
      plugins/MrLumps.json

+ 10
- 9
plugins/MrLumps.json View File

@@ -1,22 +1,23 @@
{ {
"slug": "MrLumps", "slug": "MrLumps",
"name": "MrLumps", "name": "MrLumps",
"author": "djpeterso23662",
"license": "BSD 3-clause",
"author": "David Peterson",
"license": "MIT License",
"version": "0.5.2",
"manual": "https://github.com/djpeterso23662/MrLumps/blob/master/README.md", "manual": "https://github.com/djpeterso23662/MrLumps/blob/master/README.md",
"source": "https://github.com/djpeterso23662/MrLumps", "source": "https://github.com/djpeterso23662/MrLumps",
"downloads": { "downloads": {
"win": { "win": {
"download": "https://github.com/djpeterso23662/MrLumps/releases/download/v0.5.1/MrLumps-0.5.1-win.zip",
"sha256": "c78174837c62f2125136351de80339f89b763496cd29d308bb5f76fec46c8021"
"download": "https://github.com/djpeterso23662/MrLumps/releases/download/v0.5.2/MrLumps-0.5.2-win.zip",
"sha256": "56cb4bf57c8d82dc59f3db8f8f97f7aaad2e37facf53dd8057165b64fdaf5794"
}, },
"mac": { "mac": {
"download": "https://github.com/djpeterso23662/MrLumps/releases/download/v0.5.1/MrLumps-0.5.1-mac.zip",
"sha256": "c952b9564328c59d0710d15c5eab2bb23619dc15d83341c9cf2ed86683ef9f9c"
"download": "https://github.com/djpeterso23662/MrLumps/releases/download/v0.5.2/MrLumps-0.5.2-mac.zip",
"sha256": "be1e7d1a6457c3406d2f7f30dfdfe22717ff59525ca9a3f22f71a65084cec526"
}, },
"lin": { "lin": {
"download": "https://github.com/djpeterso23662/MrLumps/releases/download/v0.5.1/MrLumps-0.5.1-lin.zip",
"sha256": "9a4eebce92169d96c11d0c5c99e596a9f46f2d50c912dfda458802b598729ec9"
"download": "https://github.com/djpeterso23662/MrLumps/releases/download/v0.5.2/MrLumps-0.5.2-lin.zip",
"sha256": "7ea8ea5b733b3e05e4aaed7e4f42e2f8300a2a497113c600cbd187b97dcf96a5"
} }
} }
}
}

Loading…
Cancel
Save