From 154fa6f29294866d2f10799708e31ddb58f141e7 Mon Sep 17 00:00:00 2001 From: itchyny Date: Mon, 11 Sep 2023 03:15:31 +0900 Subject: [PATCH] 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> --- bucket/jq.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/jq.json b/bucket/jq.json index 3f44872e02..ff11a20ad0 100644 --- a/bucket/jq.json +++ b/bucket/jq.json @@ -1,37 +1,37 @@ { "version": "1.7", "description": "Lightweight and flexible command-line JSON processor", - "homepage": "https://stedolan.github.io/jq/", + "homepage": "https://jqlang.github.io/jq/", "license": "MIT", "suggest": { "jid": "jid" }, "architecture": { "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" }, "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" } }, "bin": "jq.exe", "checkver": { - "github": "https://github.com/stedolan/jq/", + "github": "https://github.com/jqlang/jq/", "regex": "tag/jq-([\\d.]+)" }, "autoupdate": { "architecture": { "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": { - "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": { - "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" } } }