ScoopInstaller_Main/bucket/symfony-cli.json
2021-08-28 05:27:07 -07:00

37 lines
1.4 KiB
JSON

{
"version": "4.25.6",
"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.6/symfony_windows_amd64.exe#/symfony.exe",
"hash": "21752ef39b24b5100b18b39ea1ace9aef564b6f068467e6a62748eca6d491760"
},
"32bit": {
"url": "https://github.com/symfony/cli/releases/download/v4.25.6/symfony_windows_386.exe#/symfony.exe",
"hash": "69701515551c988ce684832674e7fc99dd45405acd2089d2efd0e7a44a735f46"
}
},
"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>"
}
}
}
}
}