mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-02 21:41:19 +00:00
25 lines
824 B
JSON
25 lines
824 B
JSON
{
|
|
"version": "0.3.7",
|
|
"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.7/emplace-x86_64-pc-windows-msvc.exe#/emplace.exe",
|
|
"hash": "9eb6c813893736e6fc7243ac35850a3512902c9a20eec2b0d89cf3985151143b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|