aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDavid Christenson2014-09-17 21:55:20 -0600
committerMike McQuaid2014-09-18 11:29:57 +0100
commit6933344031b65320fb517f479f49703f2b86f2fa (patch)
treee7551b78f9cc0725bb35fd8baf7fb8c1190912cf /Library/Formula
parent3d392c6ed22745a1cb0ec4a8e33c8059f05d4d80 (diff)
downloadhomebrew-6933344031b65320fb517f479f49703f2b86f2fa.tar.bz2
rcs 5.9.3
Update to latest stable release, use HTTPS on mirror, change single quotes to double.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/rcs.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/rcs.rb b/Library/Formula/rcs.rb
index 5c464d27c..d09d8642b 100644
--- a/Library/Formula/rcs.rb
+++ b/Library/Formula/rcs.rb
@@ -1,10 +1,10 @@
-require 'formula'
+require "formula"
class Rcs < Formula
- homepage 'https://www.gnu.org/software/rcs/'
- 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'
+ homepage "https://www.gnu.org/software/rcs/"
+ url "http://ftpmirror.gnu.org/rcs/rcs-5.9.3.tar.xz"
+ mirror "https://ftp.gnu.org/gnu/rcs/rcs-5.9.3.tar.xz"
+ sha1 "e4a9549678618f5d69968b10c6c9b92b29519813"
def install
system "./configure", "--disable-dependency-tracking",