From 3d7f703e702f6e71202df5070477f3fa6cb0f520 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 7 Apr 2015 11:08:36 +0200 Subject: rpl: use http protocol in url (was ftp) Closes #38430. Signed-off-by: Xu Cheng --- Library/Formula/rpl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/rpl.rb b/Library/Formula/rpl.rb index 3166f1640..9c068530d 100644 --- a/Library/Formula/rpl.rb +++ b/Library/Formula/rpl.rb @@ -1,6 +1,6 @@ class Rpl < Formula homepage "http://www.laffeycomputer.com/rpl.html" - url "ftp://ftp2.laffeycomputer.com/pub/current_builds/rpl-1.4.1.tar.gz" + url "http://downloads.laffeycomputer.com/current_builds/rpl-1.4.1.tar.gz" sha256 "291055dc8763c855bab76142b5f7e9625392bcefa524b796bc4ddbcf941a1310" bottle do -- cgit v1.2.3