mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
nim: Update to version 2.2.4
This commit is contained in:
parent
2f41f0b374
commit
5867409ade
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2.2.2",
|
||||
"version": "2.2.4",
|
||||
"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",
|
||||
@ -8,15 +8,15 @@
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://nim-lang.org/download/nim-2.2.2_x64.zip",
|
||||
"hash": "8359f3cafe874f235f8875ff12f842ece57b139bb8b6971a48f1344b08702901"
|
||||
"url": "https://nim-lang.org/download/nim-2.2.4_x64.zip",
|
||||
"hash": "efcfdfd8b7225e10fe9d619b3288a5b25467c5f39ec526e80501393691274612"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://nim-lang.org/download/nim-2.2.2_x32.zip",
|
||||
"hash": "4c8abf041b09d55b76678100451f3a4abb71ba387e916863931fed6ba1254041"
|
||||
"url": "https://nim-lang.org/download/nim-2.2.4_x32.zip",
|
||||
"hash": "cea831b306ca52afc62f8351287967b07aac1586cacc0d21f1a1b6e98cc2e12a"
|
||||
}
|
||||
},
|
||||
"extract_dir": "nim-2.2.2",
|
||||
"extract_dir": "nim-2.2.4",
|
||||
"post_install": [
|
||||
"# Copy Nimble package",
|
||||
"Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user