2026-02-20 16:33:08 +00:00

25 lines
783 B
JSON

{
"version": "0.6.2",
"description": "Interactive JSON filter using jq",
"homepage": "https://github.com/ynqa/jnv",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ynqa/jnv/releases/download/v0.6.2/jnv-x86_64-pc-windows-msvc.zip",
"hash": "5cb9616599e3fffad6385ac6b6e47bf5cfcfedc0773b6588b6199d667c20084a"
}
},
"bin": "jnv.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ynqa/jnv/releases/download/v$version/jnv-x86_64-pc-windows-msvc.zip",
"hash": {
"url": "$baseurl/jnv-x86_64-pc-windows-msvc.zip.sha256"
}
}
}
}
}