Skip to content

Latest commit

 

History

History
28 lines (28 loc) · 962 Bytes

README.md

File metadata and controls

28 lines (28 loc) · 962 Bytes

JSON structure

{
  "response": [
    {
      "maintainer": "Name (nickname)",
      "oem": "OEM",
      "device": "Device Name",
      "filename": "EvolutionX-15.0-<date>-<device codename>-v<evolution_x_version>.zip",
      "download": "https://sourceforge.net/projects/evolution-x/files/<device codename>/14/EvolutionX-15.0-<date>-<device codename>-v<evolution_x_version>.zip/download",
      "timestamp": 0000000000,
      "md5": "abcdefg123456",
      "sha256": "abcdefg123456",
      "size": 123456789,
      "version": "<evolution_x_version>",
      "buildtype": "Testing/Alpha/Beta/Weekly/Monthly",
      "forum": "https://forum link", #(mandatory)
      "firmware": "https://firmware link",
      "paypal": "https://donation link",
      "telegram": "https://telegram link",
      "github": "GitHub Username",
      "initial_installation_images": [
        "img files to be flashed before sideloading Evolution X's zip"
      ]
    }
  ]
}