ScoopInstaller_Main/bucket/symfony-cli.json
2021-10-26 23:14:34 -07:00

37 lines
1.4 KiB
JSON

{
"version": "4.26.8",
"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.8/symfony_windows_amd64.exe#/symfony.exe",
"hash": "1a4063d38947c75254d16dce87134e45556a9504cdf3c826177233d3ff561db6"
},
"32bit": {
"url": "https://github.com/symfony/cli/releases/download/v4.26.8/symfony_windows_386.exe#/symfony.exe",
"hash": "f11d1b5d860210eb5c8695bf8f8edc357ccefaa2c591101089136a0cdd9344f0"
}
},
"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>"
}
}
}
}
}