mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +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": "54ffb30ca52e9d8f228630828fc0e8407df23560dc1b53b0462ddaa732863967",
|
|
"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": "14099938be905aecb81088f4a599b8fdc9ad0cc7699cfc7f730cee993693de6c",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|