diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rcs.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/rcs.rb b/Library/Formula/rcs.rb index 737e87075..60ea61caa 100644 --- a/Library/Formula/rcs.rb +++ b/Library/Formula/rcs.rb @@ -1,10 +1,8 @@ -require "formula" - class Rcs < Formula 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" + url "http://ftpmirror.gnu.org/rcs/rcs-5.9.4.tar.xz" + mirror "https://ftp.gnu.org/gnu/rcs/rcs-5.9.4.tar.xz" + sha1 "e87fb2e587fa165204ef69f69b7d5cd354c4e44d" bottle do cellar :any |
