mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
nim: Update to version 1.6.8
This commit is contained in:
parent
ce2f98c181
commit
11320ce7c3
@ -1,20 +1,20 @@
|
||||
{
|
||||
"version": "1.6.6",
|
||||
"version": "1.6.8",
|
||||
"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": "mingw-winlibs",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://nim-lang.org/download/nim-1.6.6_x64.zip",
|
||||
"hash": "4f3eb453565ff2e65c6d726787c716af39b17859c14497636606d69d63876f18"
|
||||
"url": "https://nim-lang.org/download/nim-1.6.8_x64.zip",
|
||||
"hash": "baeea83bcc1d3ae75537aa37f77d3cf00a975849279aea35dd8e3668fc2be857"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://nim-lang.org/download/nim-1.6.6_x32.zip",
|
||||
"hash": "11c6248fd3643fec761d3b0f99bba987e723b982a4891fdb18134cd2835705f6"
|
||||
"url": "https://nim-lang.org/download/nim-1.6.8_x32.zip",
|
||||
"hash": "fb35cf9b67b2c0cc9ac3d4df1d2a8e534b15fb9c484088cc091c627d7168cc63"
|
||||
}
|
||||
},
|
||||
"extract_dir": "nim-1.6.6",
|
||||
"extract_dir": "nim-1.6.8",
|
||||
"post_install": [
|
||||
"# Copy Nimble package",
|
||||
"Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user