ScoopInstaller_Main/bucket/symfony-cli.json
2020-06-09 09:46:31 +02:00

37 lines
1.4 KiB
JSON

{
"version": "4.16.1",
"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.16.1/symfony_windows_amd64.exe#/symfony.exe",
"hash": "209cbeeb742424cdd362300daaeed9271a727f15218e8c6883e74536c1436e13"
},
"32bit": {
"url": "https://github.com/symfony/cli/releases/download/v4.16.1/symfony_windows_386.exe#/symfony.exe",
"hash": "7ecbadc694c6c5c8f886590663dffc448cd4ebcdeb131cbdc1e4110dcd2fca66"
}
},
"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>"
}
}
}
}
}