dprint: Add version 0.26.0 (#3521)

* 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>
This commit is contained in:
LengSword 2022-04-23 00:53:44 +08:00 committed by GitHub
parent a422e58033
commit 84727aa940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
bucket/dprint.json Normal file
View File

@ -0,0 +1,26 @@
{
"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"
}
}
}