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.3",
|
|
"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.3/symfony_windows_amd64.exe#/symfony.exe",
|
|
"hash": "20471fbe8f0080dfd9188cd2704684747242d00f1b337a70e024b9f0d8bb8721"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/symfony/cli/releases/download/v4.14.3/symfony_windows_386.exe#/symfony.exe",
|
|
"hash": "1ddcc1ce5c4485eb9a69a3166eaee15dab45921c188111d6231181bdc00dc88d"
|
|
}
|
|
},
|
|
"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>"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|