mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
25 lines
824 B
JSON
25 lines
824 B
JSON
{
|
|
"version": "1.2.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.2.0/emplace-x86_64-pc-windows-msvc.exe#/emplace.exe",
|
|
"hash": "154ae2163fb4202a1f6daa0ce0329b031090385ae0b42f6a01d0ab97275e220f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|