-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsed.json
32 lines (32 loc) · 1.25 KB
/
sed.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"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"
}
}
}
}