mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"version": "4.9",
|
|
"description": "sed (stream editor) is a non-interactive command-line text editor",
|
|
"homepage": "https://www.gnu.org/software/sed",
|
|
"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"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mbuilov/sed-windows/releases/download/sed-4.9/sed-4.9-x86.exe#/sed.exe",
|
|
"hash": "7b31b07ebffa675f85b27908e9f3eb8ef57ec297c289942f6cd2a40eee8f88b3"
|
|
}
|
|
},
|
|
"bin": "sed.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/mbuilov/sed-windows",
|
|
"jsonpath": "$.tag_name",
|
|
"regex": "sed-([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mbuilov/sed-windows/releases/download/sed-$version/sed-$version-x64.exe#/sed.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mbuilov/sed-windows/releases/download/sed-$version/sed-$version-x86.exe#/sed.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|