Add version 1.2.2 and 1.2.3 to the package (#11748)

This commit is contained in:
Valentin Clement (バレンタイン クレメン) 2019-06-17 16:03:26 +02:00 committed by Axel Huebl
parent 83c7959580
commit f4d8b1ee60

View File

@ -15,6 +15,8 @@ class Claw(CMakePackage):
git = 'https://github.com/claw-project/claw-compiler.git' git = 'https://github.com/claw-project/claw-compiler.git'
maintainers = ['clementval'] maintainers = ['clementval']
version('1.2.3', commit='eaf5e5fb39150090e51bec1763170ce5c5355198', submodules=True)
version('1.2.2', commit='fc27a267eef9f412dd6353dc0b358a05b3fb3e16', submodules=True)
version('1.2.1', commit='939989ab52edb5c292476e729608725654d0a59a', submodules=True) version('1.2.1', commit='939989ab52edb5c292476e729608725654d0a59a', submodules=True)
version('1.2.0', commit='fc9c50fe02be97b910ff9c7015064f89be88a3a2', submodules=True) version('1.2.0', commit='fc9c50fe02be97b910ff9c7015064f89be88a3a2', submodules=True)
version('1.1.0', commit='16b165a443b11b025a77cad830b1280b8c9bcf01', submodules=True) version('1.1.0', commit='16b165a443b11b025a77cad830b1280b8c9bcf01', submodules=True)