Skip to content

Commit

Permalink
rubberband: Add version 4.0.0 (#6596)
Browse files Browse the repository at this point in the history
  • Loading branch information
niheaven authored Mar 3, 2025
1 parent fffbfed commit a55fc07
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions bucket/rubberband.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": "4.0.0",
"description": "A high quality software library for audio time-stretching and pitch-shifting",
"homepage": "https://breakfastquay.com/rubberband/",
"license": "GPL-2.0-or-later",
"url": "https://breakfastquay.com/files/releases/rubberband-4.0.0-gpl-executable-windows.zip",
"hash": "f2d47fc64dbb42f6cc62edf7933ac4fa89d8f0ef8b9cf97b6afc263a7fe05644",
"extract_dir": "rubberband-4.0.0-gpl-executable-windows",
"bin": [
"rubberband.exe",
"rubberband-r3.exe"
],
"checkver": "rubberband-([\\d.]+)-gpl-executable-windows",
"autoupdate": {
"url": "https://breakfastquay.com/files/releases/rubberband-$version-gpl-executable-windows.zip",
"extract_dir": "rubberband-$version-gpl-executable-windows"
}
}

0 comments on commit a55fc07

Please sign in to comment.