From b4db27be3cf9f4299000948f877f0644a79fa4df Mon Sep 17 00:00:00 2001 From: Roger Pack Date: Thu, 3 Feb 2022 13:00:37 -0700 Subject: [PATCH] bump to v1.09 --- Formula/sshpass.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/sshpass.rb b/Formula/sshpass.rb index 200df8a..1f974b2 100644 --- a/Formula/sshpass.rb +++ b/Formula/sshpass.rb @@ -1,9 +1,9 @@ require 'formula' class Sshpass < Formula - url 'https://sourceforge.net/projects/sshpass/files/sshpass/1.06/sshpass-1.06.tar.gz' + url "https://downloads.sourceforge.net/project/sshpass/sshpass/1.09/sshpass-1.09.tar.gz" + sha256 "71746e5e057ffe9b00b44ac40453bf47091930cba96bbea8dc48717dedc49fb7" homepage 'https://sourceforge.net/projects/sshpass' - sha256 'c6324fcee608b99a58f9870157dfa754837f8c48be3df0f5e2f3accf145dee60' depends_on 'gnu-sed'