From 6a46c3364a0f3049d7edb4514703134f20c1cb36 Mon Sep 17 00:00:00 2001 From: Thomas Versteeg Date: Wed, 26 Feb 2020 15:06:40 +0100 Subject: [PATCH] emplace: Add version 0.2.11 (#837) --- bucket/emplace.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/emplace.json diff --git a/bucket/emplace.json b/bucket/emplace.json new file mode 100644 index 0000000000..b5bfb9b8b7 --- /dev/null +++ b/bucket/emplace.json @@ -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" + } + } +}