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:
parent
d5acd6522a
commit
ddc814ce6c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue