{ "version": "0.15.4", "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.15.4/win64.tar.gz", "hash": "sha1:823f2f72b184256d8fa38395f2085a435e585c0d" } }, "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})" } } } } }