2023-08-01 04:25:46 +00:00

27 lines
834 B
JSON

{
"homepage": "https://dprint.dev",
"description": "Pluggable and configurable code formatting platform written in Rust.",
"version": "0.40.2",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/dprint/dprint/releases/download/0.40.2/dprint-x86_64-pc-windows-msvc.zip",
"hash": "ede70ca91ae7983f8365aa59c477246f9595c9f32536c359abf3a706c68801c8"
}
},
"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"
}
}
}