ScoopInstaller_Main/bucket/symfony-cli.json
2021-12-22 12:29:54 +00:00

37 lines
1.4 KiB
JSON

{
"version": "4.26.12",
"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.12/symfony_windows_amd64.exe#/symfony.exe",
"hash": "1810f4616d40d16845a70e7b471f7e22031b066d6f37f11b3494979639f4865d"
},
"32bit": {
"url": "https://github.com/symfony/cli/releases/download/v4.26.12/symfony_windows_386.exe#/symfony.exe",
"hash": "fcdb628eaeacd950647434d71fa5b676c8ec27a7b851e96755375200ed19664a"
}
},
"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>"
}
}
}
}
}