Extras/bucket/butane.json
2026-07-07 20:57:37 +00:00

24 lines
785 B
JSON

{
"version": "0.29.0",
"description": "Translates Butane configs into Ignition configs.",
"homepage": "https://coreos.github.io/butane/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/coreos/butane/releases/download/v0.29.0/butane-x86_64-pc-windows-gnu.exe#/butane.exe",
"hash": "b4966a4c4dbe4dd66de3ab593f557c8030c8a0b945285d83ae7930e72b05a678"
}
},
"bin": "butane.exe",
"checkver": {
"github": "https://github.com/coreos/butane"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/coreos/butane/releases/download/v$version/butane-x86_64-pc-windows-gnu.exe#/butane.exe"
}
}
}
}