jq@1.7: Download from new jqlang organization (#5089)

* jq: Download from new jqlang organization and new executable names

* jq: use release assets for sha256 hash sum extraction

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

---------

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
itchyny 2023-09-11 03:15:31 +09:00 committed by GitHub
parent 77166d0a46
commit 154fa6f292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,37 +1,37 @@
{ {
"version": "1.7", "version": "1.7",
"description": "Lightweight and flexible command-line JSON processor", "description": "Lightweight and flexible command-line JSON processor",
"homepage": "https://stedolan.github.io/jq/", "homepage": "https://jqlang.github.io/jq/",
"license": "MIT", "license": "MIT",
"suggest": { "suggest": {
"jid": "jid" "jid": "jid"
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/stedolan/jq/releases/download/jq-1.7/jq-win64.exe#/jq.exe", "url": "https://github.com/jqlang/jq/releases/download/jq-1.7/jq-windows-amd64.exe#/jq.exe",
"hash": "2e9cc54d0a5d098e2007decec1dbb3c555ca2f5aabded7aec907fe0ffe401aab" "hash": "2e9cc54d0a5d098e2007decec1dbb3c555ca2f5aabded7aec907fe0ffe401aab"
}, },
"32bit": { "32bit": {
"url": "https://github.com/stedolan/jq/releases/download/jq-1.7/jq-win32.exe#/jq.exe", "url": "https://github.com/jqlang/jq/releases/download/jq-1.7/jq-windows-i386.exe#/jq.exe",
"hash": "9500d0300e28a930ab3430a101ca940038b8e82ca441f5c9a1fddaa9d1b770df" "hash": "9500d0300e28a930ab3430a101ca940038b8e82ca441f5c9a1fddaa9d1b770df"
} }
}, },
"bin": "jq.exe", "bin": "jq.exe",
"checkver": { "checkver": {
"github": "https://github.com/stedolan/jq/", "github": "https://github.com/jqlang/jq/",
"regex": "tag/jq-([\\d.]+)" "regex": "tag/jq-([\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/stedolan/jq/releases/download/jq-$version/jq-win64.exe#/jq.exe" "url": "https://github.com/jqlang/jq/releases/download/jq-$version/jq-windows-amd64.exe#/jq.exe"
}, },
"32bit": { "32bit": {
"url": "https://github.com/stedolan/jq/releases/download/jq-$version/jq-win32.exe#/jq.exe" "url": "https://github.com/jqlang/jq/releases/download/jq-$version/jq-windows-i386.exe#/jq.exe"
} }
}, },
"hash": { "hash": {
"url": "https://raw.githubusercontent.com/stedolan/jq/jq-$version/sig/v$version/sha256sum.txt" "url": "https://github.com/jqlang/jq/releases/download/jq-$version/sha256sum.txt"
} }
} }
} }