Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

The Manifest

kherge edited this page Dec 13, 2012 · 1 revision

Contents

The manifest file contains a JSON encoded list of key/value pairs.

Name Description
name The name of the downloaded file.
sha1 The SHA1 checksum of the update file.
url The URL of the update file.
version The version of the update file.

Example

[
    {
        "name": "box.phar",
        "sha1": "ca6b42515d76f79a8fd469ec18307ff26cfbdad7",
        "url": "https://bitbucket.org/kherge/box-downloads/downloads/box-1.0.2.phar",
        "version": "1.0.2"
    },
    {
        "name": "box.phar",
        "sha1": "6b6eab3b25eec36cc34c471798cae04f02e3179e",
        "url": "https://bitbucket.org/kherge/box-downloads/downloads/box-1.0.3.phar",
        "version": "1.0.3"
    },
    {
        "name": "box.phar",
        "sha1": "d73be268425ef6a4e6aeef9bac8d1bbb904637d4",
        "url": "https://bitbucket.org/kherge/box-downloads/downloads/box-1.0.4.phar",
        "version": "1.0.4"
    },
    {
        "name": "box.phar",
        "sha1": "b439196171f71336819e0fb7f8b93a199d8b616b",
        "url": "https://bitbucket.org/kherge/box-downloads/downloads/box-1.0.6.phar",
        "version": "1.0.6"
    },
    {
        "name": "box.phar",
        "sha1": "eb24826b038e4ce7ba35fb77b348dda06fc698ee",
        "url": "https://bitbucket.org/kherge/box-downloads/downloads/box-1.0.6+build.1.phar",
        "version": "1.0.6+build.1"
    }
]
Clone this wiki locally