ScoopInstaller_Main/bucket/purescript.json
2023-04-29 20:24:25 +00:00

29 lines
924 B
JSON

{
"version": "0.15.9",
"description": "A strongly-typed language that compiles to Javascript",
"homepage": "https://www.purescript.org/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/purescript/purescript/releases/download/v0.15.9/win64.tar.gz",
"hash": "sha1:23a22f5a604d3bfc80157e0d721830e387383fd3"
}
},
"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})"
}
}
}
}
}