2023-12-06 00:32:49 +00:00

23 lines
761 B
JSON

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