[MacSDK] Bump msbuild
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 19 Jun 2017 13:15:08 +0000 (15:15 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 19 Jun 2017 13:20:03 +0000 (15:20 +0200)
packaging/MacSDK/msbuild.py

index fd05dcb18d7da0901c48e892863dc9278a81af02..86ec512d97bb0566b45776d8f6f9a49516df8920 100644 (file)
@@ -3,6 +3,7 @@ import fileinput
 class MSBuild (GitHubPackage):
        def __init__ (self):
                GitHubPackage.__init__ (self, 'mono', 'msbuild', '15.3',
+                       revision = '622cece0cf47460bf83f2931c5788134bac4c48d',
                        git_branch = 'xplat-master')
 
        def build (self):