diff --git a/bucket/npiperelay.json b/bucket/npiperelay.json new file mode 100644 index 00000000000000..f2508a75a06329 --- /dev/null +++ b/bucket/npiperelay.json @@ -0,0 +1,34 @@ +{ + "version": "0.1.0", + "description": "npiperelay 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": "https://github.com/jstarks/npiperelay" + }, + "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", + "hash": "$sha256\\s+$basename" + } + } + }