mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 14:04:27 +00:00
28 lines
1.0 KiB
JSON
28 lines
1.0 KiB
JSON
{
|
|
"version": "0.8.13",
|
|
"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.13/earthly-windows-amd64.exe#/earthly.exe",
|
|
"hash": "8201bcdd20272e4e68c56ce3b070fd488e410aef6be1e75b3b1992b4cdd0caaa"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|