nim: Update to version 1.2.6

This commit is contained in:
Richard Kuhnt 2020-07-31 10:00:25 +00:00
parent 9fbd4cd330
commit d0336d7445

View File

@ -1,20 +1,20 @@
{
"version": "1.2.4",
"version": "1.2.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.2.4_x64.zip",
"hash": "0892b8988a7ee14e4ba477ad2057e8d7ce937f8a3d4d1aaac52fda9cf28ffe53"
"url": "https://nim-lang.org/download/nim-1.2.6_x64.zip",
"hash": "eceb3f514e3cc846274cbfc2f075e0bc039500e799d8aa3eb5bb2ece35ab888c"
},
"32bit": {
"url": "https://nim-lang.org/download/nim-1.2.4_x32.zip",
"hash": "7b5ae87a7bad27c0c386289acc2418f9006af4882e59d3fe786caae92781306e"
"url": "https://nim-lang.org/download/nim-1.2.6_x32.zip",
"hash": "2686a94f3abaab83bb38dbd0f5ad394282057ee9321c6fdb4fb22f8c3d570e08"
}
},
"extract_dir": "nim-1.2.4",
"extract_dir": "nim-1.2.6",
"post_install": [
"# Copy Nimble package",
"Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""