-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathserve.json
24 lines (24 loc) · 873 Bytes
/
serve.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
{
"version": "0.3.2",
"description": "Starts a simple temporary static file server in your current directory and prints your IP address to share with colleagues",
"homepage": "https://github.com/philippgille/serve",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/philippgille/serve/releases/download/v0.3.2/serve_v0.3.2_Windows_x64.zip",
"hash": "ab8e274c2e1144440a15dd0c78bb6385084439c94f85c1413739b2c8e7c8d6ba"
}
},
"bin": "serve.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/philippgille/serve/releases/download/v$version/serve_v$version_Windows_x64.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}