-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathemplace.json
23 lines (23 loc) · 821 Bytes
/
emplace.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"version": "1.4.0",
"description": "Synchronizes installed packages on multiple machines.",
"homepage": "https://github.com/tversteeg/emplace",
"license": "AGPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/tversteeg/emplace/releases/download/v1.4.0/emplace-x86_64-pc-windows-msvc.exe#/emplace.exe",
"hash": "e223681f7d8eb4892051e84331d3134ffba3d5604671f002b0a5f3ce2c9ab510"
}
},
"bin": "emplace.exe",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/tversteeg/emplace/releases/download/v$version/emplace-x86_64-pc-windows-msvc.exe#/emplace.exe"
}
},
"hash": {
"url": "$url.sha256"
}
}
}