mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
nim: Update to version 1.6.6
This commit is contained in:
parent
2ac7dbfd2a
commit
a5e9674a8a
@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"version": "1.6.4",
|
"version": "1.6.6",
|
||||||
"description": "A statically typed compiled systems programming language, which combines successful concepts from mature languages like Python, Ada and Modula.",
|
"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/",
|
"homepage": "https://nim-lang.org/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"depends": "gcc",
|
"depends": "gcc",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://nim-lang.org/download/nim-1.6.4_x64.zip",
|
"url": "https://nim-lang.org/download/nim-1.6.6_x64.zip",
|
||||||
"hash": "0422bc6c7b30b08720eea4c7c6bfe0818979d9990b95b42e434df9c606a73e17"
|
"hash": "4f3eb453565ff2e65c6d726787c716af39b17859c14497636606d69d63876f18"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://nim-lang.org/download/nim-1.6.4_x32.zip",
|
"url": "https://nim-lang.org/download/nim-1.6.6_x32.zip",
|
||||||
"hash": "73a6c55572e82b7fe8706e4cc8923b1fa8378457de08ac1869faf816feac593b"
|
"hash": "11c6248fd3643fec761d3b0f99bba987e723b982a4891fdb18134cd2835705f6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "nim-1.6.4",
|
"extract_dir": "nim-1.6.6",
|
||||||
"post_install": [
|
"post_install": [
|
||||||
"# Copy Nimble package",
|
"# Copy Nimble package",
|
||||||
"Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""
|
"Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user