forked from jcwillox/scoop-bucket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpwsh-search-web.json
20 lines (20 loc) · 858 Bytes
/
pwsh-search-web.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"##": ":PowerShell Search Web",
"version": "0.2022.01.20",
"description": "Adds PowerShell functions for searching the web with several popular services.",
"homepage": "https://github.com/jcwillox/pwsh-search-web",
"license": "MIT",
"url": "https://github.com/jcwillox/pwsh-search-web/raw/312c8693b12907f9cc66bbb4810d0307c7a4392c/SearchWeb/SearchWeb.psm1",
"hash": "22d73f2fcd890dc78c444db186f055ce9e7eed092b4f610bfcffb989e7bc301c",
"psmodule": {
"name": "SearchWeb"
},
"checkver": {
"url": "https://github.com/jcwillox/pwsh-search-web/commits/main.atom",
"regex": "(?s)>(\\d+)-(\\d+)-(\\d+)T.*?/(?<sha>[0-9a-f]{40})",
"replace": "0.${1}.${2}.${3}"
},
"autoupdate": {
"url": "https://github.com/jcwillox/pwsh-search-web/raw/$matchSha/SearchWeb/SearchWeb.psm1"
}
}