ScoopInstaller_Main/bucket/symfony-cli.json
2021-03-29 18:37:24 +02:00

37 lines
1.4 KiB
JSON

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