mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
nim: Update to version 1.4.6
This commit is contained in:
parent
dc3fd6fe19
commit
bbe6918641
@ -1,20 +1,20 @@
|
||||
{
|
||||
"version": "1.4.4",
|
||||
"version": "1.4.6",
|
||||
"description": "A statically typed compiled systems programming language, which combines successful concepts from mature languages like Python, Ada and Modula.",
|
||||
"homepage": "https://nim-lang.org/",
|
||||
"license": "MIT",
|
||||
"depends": "gcc",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://nim-lang.org/download/nim-1.4.4_x64.zip",
|
||||
"hash": "92106b7d46c6c297a51980e5fcc18928aba7b2350641a84a4ca3f36e31552252"
|
||||
"url": "https://nim-lang.org/download/nim-1.4.6_x64.zip",
|
||||
"hash": "b9468de3be6e7a166cbc63b19a26e8174b4c0379dc12a897a69bb584cdb4e485"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://nim-lang.org/download/nim-1.4.4_x32.zip",
|
||||
"hash": "fd0f54a4ca8383dc9dcbddef14a5ed983d4d379d13b234a796b5558c1ccc9d71"
|
||||
"url": "https://nim-lang.org/download/nim-1.4.6_x32.zip",
|
||||
"hash": "a92df99a9c3eefe8f900e2868fa863fef4609250ada20078b16cf4f174a9d1cc"
|
||||
}
|
||||
},
|
||||
"extract_dir": "nim-1.4.4",
|
||||
"extract_dir": "nim-1.4.6",
|
||||
"post_install": [
|
||||
"# Copy Nimble package",
|
||||
"Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user