diff --git a/modules/Git.php b/modules/Git.php new file mode 100644 index 0000000..15da878 --- /dev/null +++ b/modules/Git.php @@ -0,0 +1,14 @@ +fetch_json('https://api.github.com/repos/git-for-windows/git/releases/latest')) + return $this->parse_json('tag_name', '/v(.+)\.windows\.\d+/'); + return false; + } +} + +?>