mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 13:51:19 +00:00
nim: Update to version 1.4.4
This commit is contained in:
parent
c2c9493185
commit
8432d83ff3
@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"version": "1.4.2",
|
"version": "1.4.4",
|
||||||
"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.4.2_x64.zip",
|
"url": "https://nim-lang.org/download/nim-1.4.4_x64.zip",
|
||||||
"hash": "f8f2e4ae0a61a917a23d465d4c8d84348695e551187233f2937b98639a59ca9a"
|
"hash": "92106b7d46c6c297a51980e5fcc18928aba7b2350641a84a4ca3f36e31552252"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://nim-lang.org/download/nim-1.4.2_x32.zip",
|
"url": "https://nim-lang.org/download/nim-1.4.4_x32.zip",
|
||||||
"hash": "eb755c4bc984ce31fd99a9b04142a947c1e8c268e2bcb2f49f499a28ce71c2c3"
|
"hash": "fd0f54a4ca8383dc9dcbddef14a5ed983d4d379d13b234a796b5558c1ccc9d71"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "nim-1.4.2",
|
"extract_dir": "nim-1.4.4",
|
||||||
"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