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 <flangy@gmail.com>
This commit is contained in:
Ches Martin 2012-09-05 03:09:21 +07:00 committed by Adam Vandenberg
parent d5acd6522a
commit ddc814ce6c

View file

@ -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