{ "version": "0.14.1", "description": "A strongly-typed language that compiles to Javascript", "homepage": "http://purescript.org/", "license": "MIT", "architecture": { "64bit": { "url": "https://github.com/purescript/purescript/releases/download/v0.14.1/win64.tar.gz", "hash": "sha1:b7e8207b7a5de7979439e40b7667a6c2bd592f82" } }, "extract_dir": "purescript", "bin": "purs.exe", "checkver": { "github": "https://github.com/purescript/purescript" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/purescript/purescript/releases/download/v$version/win64.tar.gz", "hash": { "url": "$baseurl/win64.sha", "regex": "SHA1\\(bundle/$basename\\)=\\s+([a-fA-F\\d]{40})" } } } } }