ouch: Update to version 0.6.1

This commit is contained in:
github-actions[bot] 2025-04-21 08:30:10 +00:00
parent 8e0bc65ec6
commit 283bf11fb9

View File

@ -1,17 +1,17 @@
{ {
"version": "0.6.0", "version": "0.6.1",
"description": "Painless compression and decompression for your terminal.", "description": "Painless compression and decompression for your terminal.",
"homepage": "https://github.com/ouch-org/ouch", "homepage": "https://github.com/ouch-org/ouch",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/ouch-org/ouch/releases/download/0.6.0/ouch-x86_64-pc-windows-msvc.zip", "url": "https://github.com/ouch-org/ouch/releases/download/0.6.1/ouch-x86_64-pc-windows-msvc.zip",
"hash": "54ffb30ca52e9d8f228630828fc0e8407df23560dc1b53b0462ddaa732863967", "hash": "ae40416d48f0a48031d18925728813f7970f749e5f2ed49e18a8f8b7c8a28af4",
"extract_dir": "ouch-x86_64-pc-windows-msvc" "extract_dir": "ouch-x86_64-pc-windows-msvc"
}, },
"arm64": { "arm64": {
"url": "https://github.com/ouch-org/ouch/releases/download/0.6.0/ouch-aarch64-pc-windows-msvc.zip", "url": "https://github.com/ouch-org/ouch/releases/download/0.6.1/ouch-aarch64-pc-windows-msvc.zip",
"hash": "14099938be905aecb81088f4a599b8fdc9ad0cc7699cfc7f730cee993693de6c", "hash": "481f165689878787767d3899f27f514521c22009d1780e1a4ab0754891f53b59",
"extract_dir": "ouch-aarch64-pc-windows-msvc" "extract_dir": "ouch-aarch64-pc-windows-msvc"
} }
}, },