mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-07 04:05:13 +00:00
* dprint: Add version 0.26.0 * Update bucket/dprint.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update bucket/dprint.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update bucket/dprint.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
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.26.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/dprint/dprint/releases/download/0.26.0/dprint-x86_64-pc-windows-msvc.zip",
|
|
"hash": "40a128d102db1e74d65c33d497eaa4d85963b2ea21245dd29d6ade06bb93bbda"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|