aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2009-09-30 13:42:42 -0700
committerAdam Vandenberg2009-10-01 10:23:02 -0700
commitda565308add13f866590b43dd860fd250d00fedc (patch)
tree34dd921f40b819838d5162a5a232c906911b294e /Library
parent3c3902954b4a00629526a501ec2b7f829bf93e4b (diff)
downloadbrew-da565308add13f866590b43dd860fd250d00fedc.tar.bz2
Add -sources to the version recognizer.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/pathname+yeast.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/pathname+yeast.rb b/Library/Homebrew/pathname+yeast.rb
index 1dbb99d8c..4385ddf8c 100644
--- a/Library/Homebrew/pathname+yeast.rb
+++ b/Library/Homebrew/pathname+yeast.rb
@@ -142,7 +142,7 @@ class Pathname
return $1 if $1
# eg foobar-4.5.0-bin
- /-((\d+\.)+\d+[abc]?)-(bin|src)$/.match stem
+ /-((\d+\.)+\d+[abc]?)-(bin|src|sources)$/.match stem
return $1 if $1
# eg. otp_src_R13B (this is erlang's style)