Add uncap version 0.2.2

This commit is contained in:
Richard Kuhnt 2017-11-05 17:35:50 +01:00
parent bab47606d0
commit 95b153b23d

15
uncap.json Normal file
View File

@ -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"
}
}
}