Skip to content

Commit

Permalink
sshpass: Use HTTPS URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlon (Esolitos) Saglia authored Jan 22, 2020
1 parent 82d669b commit 6e7a2f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/sshpass.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
require 'formula'

class Sshpass < Formula
url 'http://sourceforge.net/projects/sshpass/files/sshpass/1.06/sshpass-1.06.tar.gz'
homepage 'http://sourceforge.net/projects/sshpass'
url 'https://sourceforge.net/projects/sshpass/files/sshpass/1.06/sshpass-1.06.tar.gz'
homepage 'https://sourceforge.net/projects/sshpass'
sha256 'c6324fcee608b99a58f9870157dfa754837f8c48be3df0f5e2f3accf145dee60'

depends_on 'gnu-sed'
Expand Down

0 comments on commit 6e7a2f4

Please sign in to comment.