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)
This commit is contained in:
jack-mil 2025-04-16 00:13:45 -04:00 committed by GitHub
parent a77257c051
commit 534e4b06e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,17 +5,17 @@
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/mbuilov/sed-windows/releases/download/sed-4.9/sed-4.9-x64.exe#/sed.exe", "url": "https://github.com/mbuilov/sed-windows/releases/download/sed-4.9-x64-fixed/sed-4.9-x64.exe#/sed.exe",
"hash": "55252fc023b7092d8f39b209a33ae2d56558a541ea6606af53e00c37f1296163" "hash": "38fbdb237afaf25fdaee462c6504d61ce7dd122db0206b353df1a29e5b0aa7c5"
}, },
"32bit": { "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" "hash": "7b31b07ebffa675f85b27908e9f3eb8ef57ec297c289942f6cd2a40eee8f88b3"
} }
}, },
"bin": "sed.exe", "bin": "sed.exe",
"checkver": { "checkver": {
"github": "https://github.com/mbuilov/sed-windows", "url": "https://api.github.com/repos/mbuilov/sed-windows/releases/latest",
"jsonpath": "$.tag_name", "jsonpath": "$.tag_name",
"regex": "sed-([\\d.]+)" "regex": "sed-([\\d.]+)"
}, },