mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 03:31:19 +00:00
25 lines
824 B
JSON
25 lines
824 B
JSON
{
|
|
"version": "0.3.5",
|
|
"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/v0.3.5/emplace-x86_64-pc-windows-msvc.exe#/emplace.exe",
|
|
"hash": "bee3cd2a5e0a8da2ec1376038d55ef836db47ae866defd7de9615bd3bff2bcec"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|