mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-19 18:15:16 +00:00
25 lines
824 B
JSON
25 lines
824 B
JSON
{
|
|
"version": "1.3.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.3.0/emplace-x86_64-pc-windows-msvc.exe#/emplace.exe",
|
|
"hash": "b2b60b6ccc420fb5358fb969dc3224b3874776adaca05949df882dc554540375"
|
|
}
|
|
},
|
|
"bin": "emplace.exe",
|
|
"checkver": "github",
|
|
"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"
|
|
}
|
|
}
|
|
}
|