2024-07-31 12:32:36 +00:00

31 lines
1.1 KiB
JSON

{
"version": "0.9.3",
"description": "A TOML toolkit written in Rust",
"homepage": "https://taplo.tamasfe.dev/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/tamasfe/taplo/releases/download/0.9.3/taplo-full-windows-x86_64.zip",
"hash": "8e24648e698cb5c6443de240c36a82287d00cd5b98406f6cb18b06d9ddd46ba6"
},
"32bit": {
"url": "https://github.com/tamasfe/taplo/releases/download/0.9.3/taplo-full-windows-x86.zip",
"hash": "a2afd8a0b415edb45e4c18d4ab6cca1530b6bec8820ba51d550ce39912ad3510"
}
},
"bin": "taplo.exe",
"checkver": {
"github": "https://github.com/tamasfe/taplo"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/tamasfe/taplo/releases/download/$version/taplo-full-windows-x86_64.zip"
},
"32bit": {
"url": "https://github.com/tamasfe/taplo/releases/download/$version/taplo-full-windows-x86.zip"
}
}
}
}