mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"version": "0.6.0",
|
|
"description": "Painless compression and decompression for your terminal.",
|
|
"homepage": "https://github.com/ouch-org/ouch",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ouch-org/ouch/releases/download/0.6.0/ouch-x86_64-pc-windows-msvc.zip",
|
|
"hash": "d0a9f98e39c3ad2a75098d34e15df30710c950c5978eb1982016c1d484a22be7",
|
|
"extract_dir": "ouch-x86_64-pc-windows-msvc"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ouch-org/ouch/releases/download/0.6.0/ouch-aarch64-pc-windows-msvc.zip",
|
|
"hash": "7dba962b39ab4404ee6c3c885f521a3fe44699d13096fd783c47323ffda2f8b7",
|
|
"extract_dir": "ouch-aarch64-pc-windows-msvc"
|
|
}
|
|
},
|
|
"bin": "ouch.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ouch-org/ouch/releases/download/$version/ouch-x86_64-pc-windows-msvc.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ouch-org/ouch/releases/download/$version/ouch-aarch64-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|