emplace: Add version 0.2.11 (#837)

This commit is contained in:
Thomas Versteeg 2020-02-26 15:06:40 +01:00 committed by GitHub
parent 81a5494f21
commit 6a46c3364a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
bucket/emplace.json Normal file
View File

@ -0,0 +1,24 @@
{
"homepage": "https://github.com/tversteeg/emplace",
"version": "0.2.11",
"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.11/emplace-x86_64-pc-windows-msvc.zip",
"hash": "95de4ea734358e966891c2e117be3ff40f6e5d416b4f820423ea45ea15cc5b60"
}
},
"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"
}
}
}