rubberband: Add version 4.0.0 (#6596)

This commit is contained in:
Hsiao-nan Cheung 2025-03-03 13:33:29 +08:00 committed by GitHub
parent fffbfedd75
commit a55fc07df5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

18
bucket/rubberband.json Normal file
View File

@ -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"
}
}