diff --git a/jq.json b/jq.json index bc86e9870b..c7c59bc62a 100644 --- a/jq.json +++ b/jq.json @@ -1,20 +1,30 @@ { - "version": "1.5", + "homepage": "https://stedolan.github.io/jq/", + "version": "1.6", "license": "MIT", "architecture": { "32bit": { - "url": "https://github.com/stedolan/jq/releases/download/jq-1.5/jq-win32.exe#/jq.exe", - "hash": "1860c77bc2816b74f91705b84c7fa0dad3a062b355f021aa8c8e427e388e23fc" + "url": "https://github.com/stedolan/jq/releases/download/jq-1.6/jq-win32.exe#/jq.exe", + "hash": "0012cb4c0eb6eaf97b842e676e423a69a8fea95055d93830551b4a5a54494bd8" }, "64bit": { - "url": "https://github.com/stedolan/jq/releases/download/jq-1.5/jq-win64.exe#/jq.exe", - "hash": "ebecd840ba47efbf66822868178cc721a151060937f7ac406e3d31bd015bde94" + "url": "https://github.com/stedolan/jq/releases/download/jq-1.6/jq-win64.exe#/jq.exe", + "hash": "a51d36968dcbdeabb3142c6f5cf9b401a65dc3a095f3144bd0c118d5bb192753" } }, - "homepage": "https://stedolan.github.io/jq/", "bin": "jq.exe", "checkver": { "url": "https://github.com/stedolan/jq/releases/latest", "re": "/releases/tag/jq-([\\d.]+)" + }, + "autoupdate": { + "architecture": { + "32bit": { + "url": "https://github.com/stedolan/jq/releases/download/jq-$version/jq-win32.exe#/jq.exe" + }, + "64bit": { + "url": "https://github.com/stedolan/jq/releases/download/jq-$version/jq-win64.exe#/jq.exe" + } + } } }