aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/checksum.rb (renamed from Library/Homebrew/checksums.rb)0
-rw-r--r--Library/Homebrew/formula_support.rb2
2 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/checksums.rb b/Library/Homebrew/checksum.rb
index 28ca023fe..28ca023fe 100644
--- a/Library/Homebrew/checksums.rb
+++ b/Library/Homebrew/checksum.rb
diff --git a/Library/Homebrew/formula_support.rb b/Library/Homebrew/formula_support.rb
index bbc82396d..9aa635808 100644
--- a/Library/Homebrew/formula_support.rb
+++ b/Library/Homebrew/formula_support.rb
@@ -1,5 +1,5 @@
require 'download_strategy'
-require 'checksums'
+require 'checksum'
require 'version'
class SoftwareSpec