mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"version": "0.0.1",
|
|
"description": "Rust implementation of GNU coreutils (binaries compiled with MSVC)",
|
|
"homepage": "https://github.com/uutils/coreutils",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/uutils/coreutils/releases/download/0.0.1/uutils-0.0.1-x86_64-pc-windows-msvc.zip",
|
|
"hash": "0af507b4faea272416ec87fcec29b076b3536349f0254d2ac9960f736ebd14a0",
|
|
"extract_dir": "uutils-0.0.1-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/uutils/coreutils/releases/download/0.0.1/uutils-0.0.1-i686-pc-windows-msvc.zip",
|
|
"hash": "1fa9123785932d32feb2127e92867541b921560d2e2f2c7d9f7be6463ae09b7d",
|
|
"extract_dir": "uutils-0.0.1-i686-pc-windows-msvc"
|
|
}
|
|
},
|
|
"bin": "uutils.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/uutils/coreutils/releases/download/$version/uutils-$version-x86_64-pc-windows-msvc.zip",
|
|
"extract_dir": "uutils-$version-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/uutils/coreutils/releases/download/$version/uutils-$version-i686-pc-windows-msvc.zip",
|
|
"extract_dir": "uutils-$version-i686-pc-windows-msvc"
|
|
}
|
|
}
|
|
}
|
|
}
|