mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://github.com/BurntSushi/xsv",
|
|
"description": "A fast CSV command line toolkit written in Rust",
|
|
"license": "Unlicense",
|
|
"version": "0.12.2",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/BurntSushi/xsv/releases/download/0.12.2/xsv-0.12.2-x86_64-pc-windows-msvc.zip",
|
|
"hash": "7066b505f2e1098e0b83bea443b52a06c6a748aa62938d28d13fd7327b804a81"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/BurntSushi/xsv/releases/download/0.12.2/xsv-0.12.2-i686-pc-windows-msvc.zip",
|
|
"hash": "48dea268ba9eee197367f500c262975a25d6fbeda9ba99b5d07d48d74f66c7d9"
|
|
}
|
|
},
|
|
"bin": "xsv.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/BurntSushi/xsv"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/BurntSushi/xsv/releases/download/$version/xsv-$version-x86_64-pc-windows-msvc.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/BurntSushi/xsv/releases/download/$version/xsv-$version-i686-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|