mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"version": "3.5.1",
|
|
"description": "Easy to use video editor",
|
|
"homepage": "https://www.openshot.org/",
|
|
"license": "GPL-3.0-or-later",
|
|
"suggest": {
|
|
"Blender": "extras/blender",
|
|
"Inkscape": "extras/inkscape"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/OpenShot/openshot-qt/releases/download/v3.5.1/OpenShot-v3.5.1-x86_64.exe",
|
|
"hash": "f7894bbf87ec77f37ea46407fef0ae444cd8db52dfc9fd52d969b8a8bde55685"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/OpenShot/openshot-qt/releases/download/v3.5.1/OpenShot-v3.5.1-x86.exe",
|
|
"hash": "205127c2e477564e3cd03d1e2edf73f61d8071d04a37c195bcefa5b8f60e945c"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"shortcuts": [
|
|
[
|
|
"openshot-qt.exe",
|
|
"OpenShot Video Editor"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/OpenShot/openshot-qt"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/OpenShot/openshot-qt/releases/download/v$version/OpenShot-v$version-x86_64.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/OpenShot/openshot-qt/releases/download/v$version/OpenShot-v$version-x86.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256sum"
|
|
}
|
|
}
|
|
}
|