mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-25 12:54:39 +00:00
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"version": "1.25.0",
|
|
"description": "An open source tool that makes it simple to get local PHP development environments up and running in minutes",
|
|
"homepage": "https://ddev.readthedocs.io/en/latest/",
|
|
"license": "Apache-2.0",
|
|
"notes": [
|
|
"If you need to use HTTPS, install the custom root certificate.",
|
|
"$dir\\mkcert.exe -install",
|
|
""
|
|
],
|
|
"suggest": {
|
|
"docker": "docker-compose"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/drud/ddev/releases/download/v1.25.0/ddev_windows-amd64.v1.25.0.zip",
|
|
"hash": "2a0abf30e8fa922aba9bf6a1511b2d11388ffb01b39e4d2a9132f1e0f2a95503"
|
|
}
|
|
},
|
|
"bin": [
|
|
"ddev.exe",
|
|
"ddev-hostname.exe"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/drud/ddev"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/drud/ddev/releases/download/v$version/ddev_windows-amd64.v$version.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|