2023-12-01 20:25:00 +00:00

23 lines
761 B
JSON

{
"version": "0.5.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.5.0/ouch-x86_64-pc-windows-msvc.zip",
"hash": "1d9680d25791aef11d9ec8fa7278526077fcdde4c1a7086da59093fd5d0b241d",
"extract_dir": "ouch-x86_64-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"
}
}
}
}