mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
25 lines
800 B
JSON
25 lines
800 B
JSON
{
|
|
"homepage": "https://github.com/tversteeg/emplace",
|
|
"version": "0.2.14",
|
|
"description": "Synchronizes installed packages on multiple machines.",
|
|
"license": "AGPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/tversteeg/emplace/releases/download/v0.2.14/emplace-x86_64-pc-windows-msvc.zip",
|
|
"hash": "5bcb35169d26336bcf2170c6261eab945a15d48a6d9baa80d9cd20c6e724cea8"
|
|
}
|
|
},
|
|
"bin": "emplace.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/tversteeg/emplace/releases/download/v$version/emplace-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|