2023-04-10 20:26:53 +00:00

27 lines
834 B
JSON

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