ScoopInstaller_Main/bucket/symfony-cli.json
2020-10-08 18:57:52 +02:00

37 lines
1.4 KiB
JSON

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