ScoopInstaller_Main/bucket/symfony-cli.json
2020-07-03 15:54:42 +02:00

37 lines
1.4 KiB
JSON

{
"version": "4.16.5",
"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.5/symfony_windows_amd64.exe#/symfony.exe",
"hash": "b92db41f30ab0fe79d1f1a4f155f105106b5ca499fdf9d4128dd6a273f0edd88"
},
"32bit": {
"url": "https://github.com/symfony/cli/releases/download/v4.16.5/symfony_windows_386.exe#/symfony.exe",
"hash": "e09d13c419a8d81f924ec5e82fb4c47ac0627668c5576bc1f81a2f8df8ce117b"
}
},
"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>"
}
}
}
}
}