{
    "##": "pyshim creates a .ps1 script for each .py file",
    "version": "1.9.70",
    "description": "The preferred tooling for managing your App Engine applications in Go.",
    "homepage": "https://cloud.google.com/appengine/docs",
    "license": {
        "identifier": "Freeware",
        "url": "https://cloud.google.com/terms/"
    },
    "notes": "appengine-go depends on either python or python27 being installed.",
    "architecture": {
        "64bit": {
            "url": [
                "https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_windows_amd64-1.9.70.zip",
                "https://raw.githubusercontent.com/ScoopInstaller/Extras/master/scripts/pyshim.ps1"
            ],
            "hash": [
                "d5ca6b2f06f022a08448a06c4d716f80ef4eff00ab35e528d5d0272618fd3b26",
                "3d0658083c09ee3c424ef7f4ef69553ebb105058584f66c938ceb446d8fa7bb0"
            ]
        },
        "32bit": {
            "url": [
                "https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_windows_386-1.9.70.zip",
                "https://raw.githubusercontent.com/ScoopInstaller/Extras/master/scripts/pyshim.ps1"
            ],
            "hash": [
                "6ede92c2f2799c6721f583d3d010f9bf13eaae9e588c8260e79cb8a09dfb0892",
                "3d0658083c09ee3c424ef7f4ef69553ebb105058584f66c938ceb446d8fa7bb0"
            ]
        }
    },
    "extract_dir": "go_appengine",
    "installer": {
        "file": "pyshim.ps1",
        "args": "$dir"
    },
    "bin": [
        "appcfg.ps1",
        "backends_conversion.ps1",
        "bulkloader.ps1",
        "bulkload_client.ps1",
        "dev_appserver.ps1",
        "download_appstats.ps1",
        "endpointscfg.ps1",
        "php_cli.ps1",
        "run_tests.ps1",
        "wrapper_util.ps1"
    ],
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_windows_amd64-$version.zip"
            },
            "32bit": {
                "url": "https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_windows_386-$version.zip"
            }
        }
    }
}
