diff --git a/bucket/sshpass.json b/bucket/sshpass.json new file mode 100644 index 0000000000000..c17050991d8dd --- /dev/null +++ b/bucket/sshpass.json @@ -0,0 +1,17 @@ +{ + "version": "1.0.6", + "description": "Windows version of sshpass - noninteractive ssh password provider", + "homepage": "https://github.com/xhcoding/sshpass-win32", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/xhcoding/sshpass-win32/releases/download/v1.0.6/sshpass.exe", + "hash": "cbfc45b6db720df94a2e7a6820994a2126d9be8f37345a9a31e94b23db7e446c" + } + }, + "bin": "sshpass.exe", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/xhcoding/sshpass-win32/releases/download/v$version/sshpass.exe" + } +}