ScoopInstaller_Main/bucket/purescript.json
2019-08-18 14:00:16 +00:00

29 lines
918 B
JSON

{
"homepage": "http://purescript.org/",
"description": "A strongly-typed language that compiles to Javascript",
"license": "MIT",
"version": "0.13.3",
"architecture": {
"64bit": {
"url": "https://github.com/purescript/purescript/releases/download/v0.13.3/win64.tar.gz",
"hash": "sha1:d21f01b7e138c6eb06193b3bd2f56eafc61620e6"
}
},
"bin": "purs.exe",
"extract_dir": "purescript",
"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",
"find": "SHA1\\(bundle/$basename\\)=\\s+([a-fA-F\\d]{40})"
}
}
}
}
}