From 95b153b23d83878ad577a33ba778ef0288a6d164 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 5 Nov 2017 17:35:50 +0100 Subject: [PATCH] Add uncap version 0.2.2 --- uncap.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 uncap.json diff --git a/uncap.json b/uncap.json new file mode 100644 index 0000000000..8f1436aa90 --- /dev/null +++ b/uncap.json @@ -0,0 +1,15 @@ +{ + "homepage": "https://github.com/susam/uncap", + "license": "MIT", + "version": "0.2.2", + "url": "https://github.com/susam/uncap/releases/download/0.2.2/uncap.exe", + "hash": "sha1:188311c52d07fad5df0071f3f25b8d6ca537451b", + "bin": "uncap.exe", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/susam/uncap/releases/download/$version/uncap.exe", + "hash": { + "url": "$baseurl/uncap.sha1" + } + } +}