mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 20:21:18 +00:00
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:
parent
e7df54138e
commit
59103d95a4
27
bucket/earthly.json
Normal file
27
bucket/earthly.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user