aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Szakats2015-04-07 11:08:36 +0200
committerXu Cheng2015-04-09 20:23:38 +0800
commit3d7f703e702f6e71202df5070477f3fa6cb0f520 (patch)
tree178864b57260da03c5d270151e634a0a15dde9b0
parent9f8463a70e183a872892d43ed990a62730603993 (diff)
downloadhomebrew-3d7f703e702f6e71202df5070477f3fa6cb0f520.tar.bz2
rpl: use http protocol in url (was ftp)
Closes #38430. Signed-off-by: Xu Cheng <xucheng@me.com>
-rw-r--r--Library/Formula/rpl.rb2
1 files changed, 1 insertions, 1 deletions
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