ouch: add 0.4.0 (#4235)

This commit is contained in:
ivaquero 2022-12-16 13:50:23 +08:00 committed by GitHub
parent 0f3f8a8590
commit c65772157a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/ouch.json Normal file
View File

@ -0,0 +1,21 @@
{
"version": "0.4.0",
"description": "Painless compression and decompression for your terminal.",
"homepage": "https://github.com/ouch-org/ouch",
"license": "https://github.com/ouch-org/ouch/blob/main/LICENSE",
"architecture": {
"64bit": {
"url": "https://github.com/ouch-org/ouch/releases/download/0.4.0/ouch-x86_64-pc-windows-msvc.zip",
"hash": "2e95fd97e25630dfa5ce4d3e006b2cacbd0d1c69cd976da80e96a9dd71ef6b54"
}
},
"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"
}
}
}
}