Skip to content

Commit

Permalink
Add manifest for keepass-keechallenge
Browse files Browse the repository at this point in the history
  • Loading branch information
Alveel committed Apr 3, 2021
1 parent 8e5edb1 commit f1b6165
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions bucket/keepass-plugin-keechallenge.json
@@ -0,0 +1,21 @@
{
"version": "1.7.1",
"description": "A plugin for KeePass2 to add Yubikey challenge-response capability.",
"homepage": "http://brush701.github.io/keechallenge/",
"license": "GPL-3.0-only",
"depends": "extras/keepass",
"url": "https://github.com/whinis/keechallenge/releases/download/1.7.1/KeeChallenge.plgx",
"hash": "CD437AA0B4EEC1D38386067D06C3715F0B6D2B037040ECA9A31653651047AD4A",
"installer": {
"script": "Copy-Item \"$dir\\KeeChallenge.plgx\" \"$(appdir keepass $global)\\current\\Plugins\""
},
"uninstaller": {
"script": "Remove-Item \"$(appdir keepass $global)\\current\\Plugins\\KeeChallenge.plgx\""
},
"checkver": {
"github": "https://github.com/whinis/keechallenge"
},
"autoupdate": {
"url": "https://github.com/whinis/keechallenge/releases/download/$version/KeeChallenge.plgx"
}
}

0 comments on commit f1b6165

Please sign in to comment.