ScoopInstaller_Main/bucket/purescript.json
Jakub Čábera 6d6d102291 aws: Update to version 2.1.17
format p*
2021-01-08 07:41:21 +01:00

29 lines
919 B
JSON

{
"version": "0.13.8",
"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.13.8/win64.tar.gz",
"hash": "sha1:94620c27616dd82b2e7c2139399f9865099211e8"
}
},
"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})"
}
}
}
}
}