mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"version": "4.23.1",
|
|
"description": "Wrapper for managing and deploying Symfony applications",
|
|
"homepage": "https://github.com/symfony/cli",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/symfony/cli/releases/download/v4.23.1/symfony_windows_amd64.exe#/symfony.exe",
|
|
"hash": "8cd9c6f8c6ef77f4124ec02ef540b03928724ed4eb1b3a8d19d97d671803ea99"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/symfony/cli/releases/download/v4.23.1/symfony_windows_386.exe#/symfony.exe",
|
|
"hash": "8e839c62c89c1b9b6b470f9a123e46c32e1032fead59e96b87254afc63d10f88"
|
|
}
|
|
},
|
|
"bin": "symfony.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/symfony/cli/releases/download/v$version/symfony_windows_amd64.exe#/symfony.exe",
|
|
"hash": {
|
|
"url": "https://symfony.com/download",
|
|
"regex": "windows_amd64:\\s+<code>$sha256</code>"
|
|
}
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/symfony/cli/releases/download/v$version/symfony_windows_386.exe#/symfony.exe",
|
|
"hash": {
|
|
"url": "https://symfony.com/download",
|
|
"regex": "windows_386:\\s+<code>$sha256</code>"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|