Skip to content

Commit

Permalink
Added audiowaveform manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
instinctualjealousy committed Aug 24, 2024
1 parent 92d3204 commit e922d08
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions bucket/audiowaveform.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"version": "1.10.1",
"description": "C++ program to generate waveform data and render waveform images from audio files",
"homepage": "https://github.com/bbc/audiowaveform",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/bbc/audiowaveform/releases/download/1.10.1/audiowaveform-1.10.1.win64.zip",
"hash": "794c4fc5eb89d207cbfa16f6a6b05e1c8bf87de68e630d70a53def9f251d966e"
},
"32bit": {
"url": "https://github.com/bbc/audiowaveform/releases/download/1.10.1/audiowaveform-1.10.1-win32.zip",
"hash": "19d293548ca2a5136d20f500ddb94697a6663c10e7bf0b8c1633f3e5ef47f969"
}
},
"bin": "audiowaveform.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/bbc/audiowaveform/releases/download/1.10.1/audiowaveform-$version.win64.zip"
},
"32bit": {
"url": "https://github.com/bbc/audiowaveform/releases/download/1.10.1/audiowaveform-$version-win32.zip"
}
}
}
}

0 comments on commit e922d08

Please sign in to comment.