Skip to content

Commit

Permalink
packaging chocolatey
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-numerical-software committed Oct 26, 2024
1 parent e32d30b commit 7303847
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion chocolatey/nelson/nelson.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>nelson</id>
<version>1.8.0.4314</version>
<version>1.9.0.4392</version>
<owners>Allan CORNET</owners>
<title>nelson</title>
<authors>Nelson numerical software</authors>
Expand Down
8 changes: 4 additions & 4 deletions chocolatey/nelson/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$packageName = 'nelson'
$installerType = 'exe'
$silentArgs = '/VERYSILENT /ALLUSERS /SUPPRESSMSGBOXES /NORESTART /SP-'
$url = 'https://github.com/nelson-lang/nelson/releases/download/v1.8.0/Nelson-1.8.0.4314-x86-32.exe'
$checksum = '70f94febd6665747545c678febfedc1f9cb061def8e893927e4b614c0623031d'
$url = 'https://github.com/nelson-lang/nelson/releases/download/v1.9.0/Nelson-1.9.0.4392-x86-32.exe'
$checksum = '8e7def877b63c65f644358ed8210f3f3aaff76c7022b05b5bd39ab7fcc54ab18'
$checksumType = 'sha256'
$url64 = 'https://github.com/nelson-lang/nelson/releases/download/v1.8.0/Nelson-1.8.0.4314-x86-64.exe'
$checksum64 = '885bb5150f1338ca61bc1ffd4461bea22c5ca0dfe00880548122126e6a76fc93'
$url64 = 'https://github.com/nelson-lang/nelson/releases/download/v1.9.0/Nelson-1.9.0.4392-x86-64.exe'
$checksum64 = '0466a3d184938e9a4ffb4fc2f7387735acdd4bf8b3c1a5c0e94535842ee5968d'
$checksumType64 = 'sha256'
$validExitCodes = @(0)

Expand Down
4 changes: 2 additions & 2 deletions chocolatey/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ https://community.chocolatey.org/account/Packages

```
choco pack
choco install nelson.1.8.0.4314.nupkg -dv -s .
choco install nelson.1.9.0.4392.nupkg -dv -s .
choco apikey -k <your key here> -s https://push.chocolatey.org/
choco push nelson.1.8.0.4314.nupkg -s https://push.chocolatey.org/
choco push nelson.1.9.0.4392.nupkg -s https://push.chocolatey.org/
```

0 comments on commit 7303847

Please sign in to comment.