Skip to content

Instantly share code, notes, and snippets.

View guillermooo's full-sized avatar

Guillermo López-Anglada guillermooo

View GitHub Profile
@guillermooo
guillermooo / updateDartManifestForScoop.ps1
Last active October 23, 2015 19:55
Update Dart manifest for Scoop
# TODO(guillermooo): add dartium manifest
function getManifest {
param($url)
invoke-restmethod $url
}
function getLatestVersion {
param($manifest)
invoke-restmethod $manifest.checkver.url | select -expandproperty version