forked from jcwillox/scoop-bucket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
npiperelay.json
32 lines (32 loc) · 1.2 KB
/
npiperelay.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": "0.1.0",
"description": "Allows you to access Windows named pipes from WSL",
"homepage": "https://github.com/jstarks/npiperelay",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/jstarks/npiperelay/releases/download/v0.1.0/npiperelay_windows_amd64.zip",
"hash": "6b9ef61ffd17c03507a9a3d54d815dceb3dae669ac67fc3bf4225d1e764ce5f6"
},
"32bit": {
"url": "https://github.com/jstarks/npiperelay/releases/download/v0.1.0/npiperelay_windows_386.zip",
"hash": "600e3f94f0d9f48e68b5a9276849d00d658ae9c18c81541463ed11b1dfe6c998"
}
},
"bin": "npiperelay.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/jstarks/npiperelay/releases/download/v$version/npiperelay_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/jstarks/npiperelay/releases/download/v$version/npiperelay_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/npiperelay_$version_checksums.txt",
"regex": "$sha256 $basename"
}
}
}