mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
29 lines
918 B
JSON
29 lines
918 B
JSON
{
|
|
"homepage": "http://purescript.org/",
|
|
"description": "A strongly-typed language that compiles to Javascript",
|
|
"license": "MIT",
|
|
"version": "0.12.5",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/purescript/purescript/releases/download/v0.12.5/win64.tar.gz",
|
|
"hash": "sha1:6b93a1d0c629414a6b9f6fc607edb4bc2d30e2d1"
|
|
}
|
|
},
|
|
"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})"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|