Skip to content

Evolution-XYZ/OTA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

JSON structure

{
  "response": [
    {
      "maintainer": "Name (nickname)",
      "oem": "OEM",
      "device": "Device Name",
      "filename": "EvolutionX-14.0-<date>-<device codename>-v<evolution_x_version>.zip",
      "download": "https://sourceforge.net/projects/evolution-x/files/<device codename>/14/EvolutionX-14.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"
    }
  ]
}