2025-07-16 20:30:33 +00:00

28 lines
1.0 KiB
JSON

{
"version": "0.8.16",
"description": "Super simple build framework with fast, repeatable builds and an instantly familiar syntax - like Dockerfile and Makefile had a baby.",
"bin": "earthly.exe",
"homepage": "https://earthly.dev",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/earthly/earthly/releases/download/v0.8.16/earthly-windows-amd64.exe#/earthly.exe",
"hash": "30672f3a3ce73893b30fe47e6e9b0aeed67bd596a156c10762ea7fce3db5d934"
}
},
"checkver": {
"github": "https://github.com/earthly/earthly"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/earthly/earthly/releases/download/v$version/earthly-windows-amd64.exe#/earthly.exe",
"hash": {
"url": "$baseurl/checksum.asc",
"regex": "$sha256\\s+\\earthly-windows-amd64.exe"
}
}
}
}
}