From 534e4b06e607be1de3ae437671765716065fecc0 Mon Sep 17 00:00:00 2001 From: jack-mil <62065280+jack-mil@users.noreply.github.com> Date: Wed, 16 Apr 2025 00:13:45 -0400 Subject: [PATCH] sed@4.9: Use fixed release (#6720) Upstream broke their tag naming scheme, and pushed a build fix for x64 specifically Manually updated download url for 4.9 specifically. Also fixed issue in checkver preventing future auto-matic updates (assuming upstream tags nicely) --- bucket/sed.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sed.json b/bucket/sed.json index 81eba3f177..ca5089eef6 100644 --- a/bucket/sed.json +++ b/bucket/sed.json @@ -5,17 +5,17 @@ "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/mbuilov/sed-windows/releases/download/sed-4.9/sed-4.9-x64.exe#/sed.exe", - "hash": "55252fc023b7092d8f39b209a33ae2d56558a541ea6606af53e00c37f1296163" + "url": "https://github.com/mbuilov/sed-windows/releases/download/sed-4.9-x64-fixed/sed-4.9-x64.exe#/sed.exe", + "hash": "38fbdb237afaf25fdaee462c6504d61ce7dd122db0206b353df1a29e5b0aa7c5" }, "32bit": { - "url": "https://github.com/mbuilov/sed-windows/releases/download/sed-4.9/sed-4.9-x86.exe#/sed.exe", + "url": "https://github.com/mbuilov/sed-windows/releases/download/sed-4.9-x64-fixed/sed-4.9-x86.exe#/sed.exe", "hash": "7b31b07ebffa675f85b27908e9f3eb8ef57ec297c289942f6cd2a40eee8f88b3" } }, "bin": "sed.exe", "checkver": { - "github": "https://github.com/mbuilov/sed-windows", + "url": "https://api.github.com/repos/mbuilov/sed-windows/releases/latest", "jsonpath": "$.tag_name", "regex": "sed-([\\d.]+)" },