mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"version": "4.14.4",
|
|
"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.14.4/symfony_windows_amd64.exe#/symfony.exe",
|
|
"hash": "f02f6a1effdc3655dd57ce627c0f6c3c9f268e17e53dedc02cf1386a17f22d19"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/symfony/cli/releases/download/v4.14.4/symfony_windows_386.exe#/symfony.exe",
|
|
"hash": "2e7c3610d3b873867f35c2dcba2511105cdeaefcdc833a90ab8fdf50b4d3a58e"
|
|
}
|
|
},
|
|
"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>"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|