mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 00:31:20 +00:00
Add purescript version 0.12.0
This commit is contained in:
parent
a46e895e2b
commit
cf45aad234
28
purescript.json
Normal file
28
purescript.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"homepage": "http://purescript.org/",
|
||||
"description": "A strongly-typed language that compiles to Javascript",
|
||||
"license": "MIT",
|
||||
"version": "0.12.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/purescript/purescript/releases/download/v0.12.0/win64.tar.gz",
|
||||
"hash": "sha1:594c41bf9090bd01dfce32a0d29c6b700f06cf5b"
|
||||
}
|
||||
},
|
||||
"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})"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user