mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"version": "4.26.5",
|
|
"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.26.5/symfony_windows_amd64.exe#/symfony.exe",
|
|
"hash": "9f7d6cf261678341516071b7072d6df7f27adc74aeb72c1ea09c028ddd49b8cb"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/symfony/cli/releases/download/v4.26.5/symfony_windows_386.exe#/symfony.exe",
|
|
"hash": "31cfed73b8f280e38bded1dbb83303b30077af433519114f54cb0d16eb4afe17"
|
|
}
|
|
},
|
|
"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>"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|