diff options
| author | elliottcable | 2009-09-22 13:45:11 -0800 | 
|---|---|---|
| committer | elliottcable | 2009-09-22 13:45:11 -0800 | 
| commit | 51018acf79f222c8147fbd2b1fcc119d3dccb9d8 (patch) | |
| tree | b968e932211557fd6a33260322f6eb62da6fd422 /Library/Formula/ec2-api-tools.rb | |
| parent | cec6cdd3c79dada92c426f7f601e44db80c28f19 (diff) | |
| download | homebrew-51018acf79f222c8147fbd2b1fcc119d3dccb9d8.tar.bz2 | |
No need for a @version, that is extracted from the URL
Diffstat (limited to 'Library/Formula/ec2-api-tools.rb')
| -rw-r--r-- | Library/Formula/ec2-api-tools.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/ec2-api-tools.rb b/Library/Formula/ec2-api-tools.rb index c5d6ceab8..8a0c4507d 100644 --- a/Library/Formula/ec2-api-tools.rb +++ b/Library/Formula/ec2-api-tools.rb @@ -4,7 +4,6 @@ class Ec2ApiTools <Formula    @homepage='http://developer.amazonwebservices.com/connect/entry.jspa?externalID=351'    @url='http://ec2-downloads.s3.amazonaws.com/ec2-api-tools-1.3-41620.zip'    @md5='14734acff6ac8f6899de0398d3eeb0f6' -  @version='1.3-41620'    def install      # Nothing to be done but copying things into place  | 
