Add new versions of catch (#3016)

This commit is contained in:
Mayeul d'Avezac 2017-02-03 22:20:41 +00:00 committed by Todd Gamblin
parent 0929b23d53
commit d7c816386a

View file

@ -31,6 +31,13 @@ class Catch(Package):
homepage = "https://github.com/philsquared/Catch"
url = "https://github.com/philsquared/Catch/archive/v1.3.0.tar.gz"
version('1.7.0', 'fe39f5b3eb07a5dd0e3f84a1335ceca7de8982e6')
version('1.6.1', '7d46961a3131655b986123f8a1f439a04a0af623')
version('1.6.0', '890a3b21085d796e13c3bfaf4b6c6f1d06e4a52e')
version('1.5.9', '8bc32146a5a2789cd3d3ce2893772e32f412f1b1')
version('1.5.0', 'c87397846ea5126febd39f513b413e32f9ed552b')
version('1.4.0', 'c165406968fbfb46949885da571cd528c62c4d9a')
version('1.3.5', '31553ba6e4bd0cc61e0507d6754847e354699284')
version('1.3.0', 'e13694aaff72817d02af8ed27d077cd261b6e857')
def install(self, spec, prefix):