2024-06-09 00:33:38 +00:00

27 lines
834 B
JSON

{
"homepage": "https://dprint.dev",
"description": "Pluggable and configurable code formatting platform written in Rust.",
"version": "0.46.2",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/dprint/dprint/releases/download/0.46.2/dprint-x86_64-pc-windows-msvc.zip",
"hash": "53ab1991d23be9de8bf3b920f8605aee55629321fcacccfc5df38d49b2eb5160"
}
},
"bin": "dprint.exe",
"checkver": {
"github": "https://github.com/dprint/dprint"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/dprint/dprint/releases/download/$version/dprint-x86_64-pc-windows-msvc.zip"
}
},
"hash": {
"url": "$baseurl/SHASUMS256.txt"
}
}
}