aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/rcs.rb6
1 files changed, 3 insertions, 3 deletions
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",