mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "2026.1.2.107",
|
|
"homepage": "https://cascadeur.com",
|
|
"description": "A physics-based 3D animation software powered by artificial intelligence (A.I.).",
|
|
"license": {
|
|
"identifier": "Shareware",
|
|
"url": "https://cascadeur.com/help/cascadeur_end_user_agreement"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cdn.cascadeur.com/builds/windows/107/Cascadeur_2026.1.2.exe#/dl.7z",
|
|
"hash": "3f8ed62c573cee26b6d7597cf14bf728742553713e5d2bfcbc20126acae496a5"
|
|
}
|
|
},
|
|
"pre_install": "Remove-Item -Path $dir -Include '$*', 'unins*' -Force -Recurse -ErrorAction SilentlyContinue",
|
|
"shortcuts": [
|
|
[
|
|
"cascadeur.exe",
|
|
"Cascadeur"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://cascadeur.com/after-download?platform=windows",
|
|
"regex": "(?i)windows/(?<build>\\d+)/(?<name>Cascadeur_+(?<version>[\\d.]+\\w+?)\\.exe)",
|
|
"replace": "${version}.${build}"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cdn.cascadeur.com/builds/windows/$matchBuild/$matchName#/dl.7z"
|
|
}
|
|
}
|
|
}
|
|
}
|