We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bdd227 commit ee64863Copy full SHA for ee64863
linux-audio/ladspa.json
@@ -12,9 +12,15 @@
12
],
13
"sources": [
14
{
15
- "type": "archive",
16
- "url": "http://www.ladspa.org/download/ladspa_sdk_1.17.tgz",
17
- "sha256": "27d24f279e4b81bd17ecbdcc38e4c42991bb388826c0b200067ce0eb59d3da5b"
+ "type": "git",
+ "url": "https://salsa.debian.org/multimedia-team/ladspa-sdk.git",
+ "commit": "19daa4a64ee2c45042fc737df8d5dff654b976b4"
18
+ },
19
+ {
20
+ "type": "shell",
21
+ "commands": [
22
+ "mkdir plugins bin"
23
+ ]
24
}
25
]
26
0 commit comments