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.0",
|
|
"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.0/symfony_windows_amd64.exe#/symfony.exe",
|
|
"hash": "6de790ae92d0049f9da2a86fa18ce35042a69999e4ac76d8aae6d08cae1ddf5b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/symfony/cli/releases/download/v4.26.0/symfony_windows_386.exe#/symfony.exe",
|
|
"hash": "c6cfba947325833cc2ab9b8eae46a54f8f0944b78e9bf511e909e886131a211d"
|
|
}
|
|
},
|
|
"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>"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|