Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 1.07 KB

README.md

File metadata and controls

27 lines (25 loc) · 1.07 KB

The scripts in the repository are used to generate the releases.json file used in the USB-SD-Creator and in the manual update feature present in LibreELEC 8.0+

The script generates a json formatted output with the filenames, file sizes, and sha256 sums.

For example

{  
   "LibreELEC-8.0":{  
      "url":"http://releases.libreelec.tv/",
      "project":{  
         "WeTek_Hub.aarch64":{  
            "displayName":"WeTek Hub",
            "releases":{  
               "0":{  
                  "image":{  
                     "sha256":"bcc1f74fa1deda0db8d873aefb9d154271698982d0503a6a3170ec0c2bc33a59",
                     "name":"LibreELEC-WeTek_Hub.aarch64-7.90.005.img.gz",
                     "size":"116989175"
                  },
                  "file":{  
                     "sha256":"d82ead255190c30c43c3f6bc57962bf5f46863598fd67a31b0e2e5ecb375fbe7",
                     "name":"LibreELEC-WeTek_Hub.aarch64-7.90.005.tar",
                     "size":"128993280"
                  }
               },

For the full output see, http://releases.libreelec.tv/releases.json