This is an important update and developers need change their project file to change repository informations to the new pattern.
All github specific thing was changed to "git". So the repository "type" now is "git" and the "path" is the full git URL ending in ".git". Example:
dependencies:
- name: sample
repository:
path: https://github.com/ezored/dependency-sample.git
type: git
version: t:1.0.0
We have fixed, added more tests and added zip and tar repository types. The zip and tar filename of URL need be the same folder name when extracted. Example:
http://ezored.com/downloads/dependency-sample.zip
When extracted, a folder called "dependency-sample" exists inside it.