mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "0.9.2",
|
|
"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.2/taplo-full-windows-x86_64.zip",
|
|
"hash": "0085eaa26c45ddbb9c5dd425224ac7671b243811d7c14e27b1112130d46527fe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/tamasfe/taplo/releases/download/0.9.2/taplo-full-windows-x86.zip",
|
|
"hash": "fe4c659f0d4f8d9736dabdd2f235063532a3dccee525ba31dbbff7f839421f9c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|