From 59103d95a4c25d7c5b729f2afaf2459e3a62044a Mon Sep 17 00:00:00 2001 From: Simon McConnell <22566656+simonmcconnell@users.noreply.github.com> Date: Tue, 12 Mar 2024 00:54:49 +0800 Subject: [PATCH] earthly: Add version 0.8.4 (#5554) * earthly: Add version 0.8.4 * Update earthly.json * crlf at end * remove v from version --- bucket/earthly.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bucket/earthly.json diff --git a/bucket/earthly.json b/bucket/earthly.json new file mode 100644 index 0000000000..bc80dd8f9f --- /dev/null +++ b/bucket/earthly.json @@ -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" + } + } + } + } +}