From bf1998806f89defa87e9f9a321785570b4bb94f0 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Fri, 29 Nov 2013 12:18:07 -0600 Subject: rcs 5.9.2 Closes #24777. Signed-off-by: Adam Vandenberg --- Library/Formula/rcs.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/rcs.rb b/Library/Formula/rcs.rb index 9c49175e8..5c464d27c 100644 --- a/Library/Formula/rcs.rb +++ b/Library/Formula/rcs.rb @@ -2,9 +2,9 @@ require 'formula' class Rcs < Formula homepage 'https://www.gnu.org/software/rcs/' - url 'http://ftpmirror.gnu.org/rcs/rcs-5.9.1.tar.xz' - mirror 'http://ftp.gnu.org/gnu/rcs/rcs-5.9.1.tar.xz' - sha1 '2e1017c24cd79ed434fa80e384ba844738c2cbfe' + url 'http://ftpmirror.gnu.org/rcs/rcs-5.9.2.tar.xz' + mirror 'http://ftp.gnu.org/gnu/rcs/rcs-5.9.2.tar.xz' + sha1 'cb053f6ba87ab6ea03306d6241e1cde67182100b' def install system "./configure", "--disable-dependency-tracking", -- cgit v1.2.3