earthly: Add version 0.8.4 (#5554)

* earthly: Add version 0.8.4

* Update earthly.json

* crlf at end

* remove v from version
This commit is contained in:
Simon McConnell 2024-03-12 00:54:49 +08:00 committed by GitHub
parent e7df54138e
commit 59103d95a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

27
bucket/earthly.json Normal file
View File

@ -0,0 +1,27 @@
{
"version": "0.8.4",
"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.4/earthly-windows-amd64.exe#/earthly.exe",
"hash": "8138271cf3c64c614c2d0b11311257ff4af8b7a93cb8bd081fec7787a61cae6f"
}
},
"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"
}
}
}
}
}