This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'formula' | |
class Sshpass < Formula | |
desc 'Sshpass is a tool for non-interactivly performing password authentication with SSH\'s so called "interactive keyboard password authentication". Most user should use SSH\'s more secure public key authentiaction instead.' | |
url 'https://downloads.sourceforge.net/project/sshpass/sshpass/1.10/sshpass-1.10.tar.gz' | |
homepage 'https://sourceforge.net/projects/sshpass/' | |
sha256 'ad1106c203cbb56185ca3bad8c6ccafca3b4064696194da879f81c8d7bdfeeda' | |
version '1.10' | |
def install |