Skip to content

Commit

Permalink
Add yubico cli tools (#2423)
Browse files Browse the repository at this point in the history
  • Loading branch information
WataruHaniyama authored and r15ch13 committed Jul 23, 2018
1 parent 299fca1 commit 217c0ad
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
32 changes: 32 additions & 0 deletions bucket/yubico-piv-tool.json
@@ -0,0 +1,32 @@
{
"homepage": "https://developers.yubico.com/yubico-piv-tool/",
"version": "1.5.0",
"license": "BSD-2-Clause",
"architecture": {
"64bit": {
"url": "https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-1.5.0-win64.zip",
"hash": "d51fdc7dc1f717e1b0fafb503e999377b95496c4fa2d1686e37fbbb063f9ca15"
},
"32bit": {
"url": "https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-1.5.0-win32.zip",
"hash": "74695de467b13d7320b99ac85a04ff24ae18c7d3230f71aa85fda07feba426d2"
}
},
"bin": [
"bin\\yubico-piv-tool.exe"
],
"checkver": {
"url": "https://developers.yubico.com/yubico-piv-tool/Releases/",
"re": "yubico-piv-tool-([\\d.]+)-win64.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-$version-win64.zip"
},
"32bit": {
"url": "https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-$version-win32.zip"
}
}
}
}
37 changes: 37 additions & 0 deletions bucket/yubikey-personalization.json
@@ -0,0 +1,37 @@
{
"homepage": "https://developers.yubico.com/yubikey-personalization/",
"version": "1.19.0",
"license": "BSD-2-Clause",
"architecture": {
"64bit": {
"url": "https://developers.yubico.com/yubikey-personalization/Releases/ykpers-1.19.0-win64.zip",
"hash": "921bc18cc9232453877f60f663e0645c45740c935f0dcddacd245b69791898d7"
},
"32bit": {
"url": "https://developers.yubico.com/yubikey-personalization/Releases/ykpers-1.19.0-win32.zip",
"hash": "921d8f7b46eae4f445187375b023452154455f1492f51da0a0a8126025218ddb"
}
},
"bin": [
"bin\\modhex.exe",
"bin\\ykchalresp.exe",
"bin\\ykgenerate.exe",
"bin\\ykinfo.exe",
"bin\\ykparse.exe",
"bin\\ykpersonalize.exe"
],
"checkver": {
"url": "https://www.yubico.com/support/knowledge-base/categories/articles/yubikey-personalization-tools/",
"re": "ykpers-([\\d.]+)-win64\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://developers.yubico.com/yubikey-personalization/Releases/ykpers-$version-win64.zip"
},
"32bit": {
"url": "https://developers.yubico.com/yubikey-personalization/Releases/ykpers-$version-win32.zip"
}
}
}
}

0 comments on commit 217c0ad

Please sign in to comment.