mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
27 lines
834 B
JSON
27 lines
834 B
JSON
{
|
|
"homepage": "https://dprint.dev",
|
|
"description": "Pluggable and configurable code formatting platform written in Rust.",
|
|
"version": "0.50.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/dprint/dprint/releases/download/0.50.0/dprint-x86_64-pc-windows-msvc.zip",
|
|
"hash": "4b396b18741896e794a274998eda6f780e0a345fd9ff4e90a54c90a003007a9c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|