rpl: use http protocol in url (was ftp)
Closes Homebrew/homebrew#38430. Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
parent
1681c3676b
commit
d743148c50
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue