From ddc814ce6c73de141da4dc45c4df3153e5ad6360 Mon Sep 17 00:00:00 2001 From: Ches Martin Date: Wed, 5 Sep 2012 03:09:21 +0700 Subject: [PATCH] Fix RBashCompletion formula checksum The batch update in 3c5ca25cad4a19b7200 erroneously set the completion checksum to the same SHA1 as the main R package tarball. Closes Homebrew/homebrew#14708. Signed-off-by: Adam Vandenberg --- Formula/r.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/r.rb b/Formula/r.rb index d497293d73..619a224334 100644 --- a/Formula/r.rb +++ b/Formula/r.rb @@ -4,7 +4,7 @@ class RBashCompletion < Formula # This is the same script that Debian packages use. url 'http://rcompletion.googlecode.com/svn-history/r28/trunk/bash_completion/R', :using => :curl version 'r28' - sha1 'f0e6912be6dfc0d1fdc4be66048304d8befe8424' + sha1 'af734b8624b33f2245bf88d6782bea0dc5d829a4' end class R < Formula