diff options
Diffstat (limited to 'Library/Homebrew/software_spec.rb')
| -rw-r--r-- | Library/Homebrew/software_spec.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Homebrew/software_spec.rb b/Library/Homebrew/software_spec.rb index 06bfe5803..3e7067dc9 100644 --- a/Library/Homebrew/software_spec.rb +++ b/Library/Homebrew/software_spec.rb @@ -164,7 +164,7 @@ class BottleSpecification    end    def tag?(tag) -    !!collector.fetch_bottle_for(tag) +    !!checksum_for(tag)    end    # Checksum methods in the DSL's bottle block optionally take @@ -177,7 +177,7 @@ class BottleSpecification    end    def checksum_for(tag) -    collector.fetch_bottle_for(tag) +    collector.fetch_checksum_for(tag)    end    def checksums | 
