-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv-rs.json
30 lines (30 loc) · 1.07 KB
/
env-rs.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
{
"version": "0.3.0",
"description": "Env.exe for Windows",
"homepage": "https://github.com/hymkor/env-rs",
"license": "MIT License",
"architecture": {
"32bit": {
"url": "https://github.com/hymkor/env-rs/releases/download/v0.3.0/env-v0.3.0-windows-i686.zip",
"hash": "cafcf4bff3c7bca4c15b171cb180c83780d54754e862ee3edb4e77decdebc45a"
},
"64bit": {
"url": "https://github.com/hymkor/env-rs/releases/download/v0.3.0/env-v0.3.0-windows-x86_64.zip",
"hash": "fce46364e705c6fe0e86711152db7fd9c106b76a5c24b898d31359bafdfd32c5"
}
},
"bin": [
"env.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/hymkor/env-rs/releases/download/v$version/env-v$version-windows-i686.zip"
},
"64bit": {
"url": "https://github.com/hymkor/env-rs/releases/download/v$version/env-v$version-windows-x86_64.zip"
}
}
}
}