mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
29 lines
919 B
JSON
29 lines
919 B
JSON
{
|
|
"version": "0.14.5",
|
|
"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.5/win64.tar.gz",
|
|
"hash": "sha1:d288cdbe14207f69549c70bae0c0f8cf2e065133"
|
|
}
|
|
},
|
|
"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})"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|