rc: use sha256
Closes Homebrew/homebrew#40213. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
parent
374e58dad1
commit
2c466fda13
1 changed files with 4 additions and 6 deletions
|
@ -1,16 +1,14 @@
|
|||
require 'formula'
|
||||
|
||||
class Rc < Formula
|
||||
homepage 'http://doc.cat-v.org/plan_9/4th_edition/papers/rc'
|
||||
url 'ftp://rc.quanstro.net/pub/rc-1.7.2.tgz'
|
||||
sha1 '9e51d99677244af1768ff8dd2cbac4ac162350c1'
|
||||
homepage "http://doc.cat-v.org/plan_9/4th_edition/papers/rc"
|
||||
url "ftp://rc.quanstro.net/pub/rc-1.7.2.tgz"
|
||||
sha256 "89487c6c9f5ad0fdae658bf9564f6e920935bbdeabf63abdbf69b7c46f7ee40c"
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}",
|
||||
"--mandir=#{man}",
|
||||
"--with-editline"
|
||||
system "make"
|
||||
system "make install"
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in a new issue