Skip to content

Commit

Permalink
AU: 1 updated - nim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 26, 2021
1 parent d59f836 commit ded4d61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
10 changes: 4 additions & 6 deletions nim/nim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>nim</id>
<version>0.11.2</version>
<version>1.4.4</version>
<packageSourceUrl>https://github.com/naveen521kk/au-packages/tree/master/nim</packageSourceUrl>
<owners>naveen521kk</owners>
<title>Nim (Install)</title>
Expand All @@ -20,6 +20,7 @@
<summary>Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula.</summary>
<releaseNotes>https://github.com/nim-lang/Nim/tree/devel/changelogs</releaseNotes>
<description><![CDATA[Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula.
## Efficient
- Nim generates native dependency-free executables, not dependent on a virtual machine, which are small and allow easy redistribution.
- The Nim compiler and the generated executables support all major platforms like Windows, Linux, BSD and macOS.
Expand All @@ -45,16 +46,13 @@
The following package parameters can be set:
- `/AddToPath:` - Add the binaries to `PATH`. Allowed values are either `true` or `false`. By default `true`.
- `/InstallGCC:` - Install MingW GCC compiler. Allowed values are either `true` or `false`. by default `true`.
To pass parameters, use `--params "''"` (e.g. `choco install nim [other options] --params="'/InstallGCC:false'"`).
To pass parameters, use `--params "''"` (e.g. `choco install nim [other options] --params="'/AddToPath:false'"`).
To have choco remember parameters on upgrade, be sure to set `choco feature enable -n=useRememberedArgumentsForUpgrades`.
]]></description>
<dependencies>
<dependency id="mingw" version="4.7.2"/>
<dependency id="mingw" version="4.7.2" />
</dependencies>
</metadata>
<files>
Expand Down
6 changes: 3 additions & 3 deletions nim/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:
1. Go to https://nim-lang.org/install_windows.html, and find these URL

x32: https://nim-lang.org/download/nim-1.4.4_x32.zip
x64: https://nim-lang.org/download/nim-1.4.4_x32.zip
x64: https://nim-lang.org/download/nim-1.4.4_x64.zip

to download the zip files. You may wish to rename one of the files.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: E1D02CDA2F865CD18F0695BA08E376BB363939B8AFAFCA4AD4AE1D8067E28F90
checksum64: F3972ACF03C09FF836071D1D173CB49281C8BC0F9682217118565CA62C5559B8
checksum32: FD0F54A4CA8383DC9DCBDDEF14A5ED983D4D379D13B234A796B5558C1CCC9D71
checksum64: 92106B7D46C6C297A51980E5FCC18928ABA7B2350641A84A4CA3F36E31552252

File 'LICENSE.txt' obtained from:
https://github.com/nim-lang/Nim/blob/devel/copying.txt

0 comments on commit ded4d61

Please sign in to comment.