dart 1.0.0.3_r30188 (add checkver, fixes #326)

This commit is contained in:
Luke Sampson 2015-04-10 16:51:49 +10:00
parent 9e24299443
commit ca3a0ae014

View File

@ -22,5 +22,9 @@
],
"env_set": {
"DART_SDK": "$dir"
},
"checkver": {
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/latest/VERSION",
"re": "\"version\"\\s*:\\s*\"([^\"]+)\""
}
}