diff --git a/bucket/jnv.json b/bucket/jnv.json new file mode 100644 index 0000000000000..ef6f5f64d08e3 --- /dev/null +++ b/bucket/jnv.json @@ -0,0 +1,24 @@ +{ + "version": "0.4.0", + "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.4.0/jnv-x86_64-pc-windows-msvc.zip", + "hash": "85fdf833526300ff254d8da26b6a8d835e5d28dc4d10a7e5a3fe4c3ee16cb7a9" + } + }, + "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" + } + } + } + } +}