ScoopInstaller_Main/bucket/symfony-cli.json
2021-08-31 23:30:02 -07:00

37 lines
1.4 KiB
JSON

{
"version": "4.25.9",
"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.25.9/symfony_windows_amd64.exe#/symfony.exe",
"hash": "b0b137e5ed9bfe9115774d5933e4856d22a4ab86a44253caa3ed7ca79d56ef78"
},
"32bit": {
"url": "https://github.com/symfony/cli/releases/download/v4.25.9/symfony_windows_386.exe#/symfony.exe",
"hash": "d604f71464cfc30d3f379440a2119fdbb56c29456e4fe4b88896183953a4d08b"
}
},
"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>"
}
}
}
}
}