-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsay.json
26 lines (26 loc) · 1.06 KB
/
say.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
{
"version": "0.2023.06.28",
"description": "An approximation of say from macOS.",
"homepage": "https://github.com/lukesampson/psutils",
"license": "MIT",
"url": [
"https://raw.githubusercontent.com/lukesampson/psutils/1d746384cb351f2e38bdbe98120d3a9322bbd1a0/say.ps1",
"https://raw.githubusercontent.com/lukesampson/psutils/1d746384cb351f2e38bdbe98120d3a9322bbd1a0/getopt.ps1"
],
"hash": [
"b8951f0c7f54701c8775fedfb0e33a97a2fa45931d7c6571c739b82627bad73d",
"e3939d732ee937db60f336c2a0ed7a463874b37e213d5f42c5346b489a6edb65"
],
"bin": "say.ps1",
"checkver": {
"url": "https://github.com/lukesampson/psutils/commits/master.atom",
"regex": "(?s)>(\\d+)-(\\d+)-(\\d+)T.*?/(?<sha>[0-9a-f]{40})",
"replace": "0.${1}.${2}.${3}"
},
"autoupdate": {
"url": [
"https://raw.githubusercontent.com/lukesampson/psutils/$matchSha/say.ps1",
"https://raw.githubusercontent.com/lukesampson/psutils/$matchSha/getopt.ps1"
]
}
}