Skip to content

Commit

Permalink
chocolatey packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-numerical-software committed Dec 14, 2024
1 parent 0cf304d commit 94ae26b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.10.4516</version>
<version>1.10.0.4516</version>
<owners>Allan CORNET</owners>
<title>nelson</title>
<authors>Nelson numerical software</authors>
Expand Down
4 changes: 2 additions & 2 deletions chocolatey/nelson/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$packageName = 'nelson'
$installerType = 'exe'
$silentArgs = '/VERYSILENT /ALLUSERS /SUPPRESSMSGBOXES /NORESTART /SP-'
$url = 'https://github.com/nelson-lang/nelson/releases/download/v1.10/Nelson-1.10.4516-x86-32.exe'
$url = 'https://github.com/nelson-lang/nelson/releases/download/v1.10.0/Nelson-1.10.0.4516-x86-32.exe'
$checksum = 'c94fc765b8363efe5ee04730ae010109607fc25e5e4a375a525e43eb97734aa4'
$checksumType = 'sha256'
$url64 = 'https://github.com/nelson-lang/nelson/releases/download/v1.10/Nelson-1.10.4516-x86-64.exe'
$url64 = 'https://github.com/nelson-lang/nelson/releases/download/v1.10.0/Nelson-1.10.0.4516-x86-64.exe'
$checksum64 = 'cd3d1ea3b9a4e923397ccb75c0652f7ca0f44f967395df1266eef9b7804a4819'
$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.10.4516.nupkg -dv -s .
choco install nelson.1.10.0.4516.nupkg -dv -s .
choco apikey -k <your key here> -s https://push.chocolatey.org/
choco push nelson.1.10.4516.nupkg -s https://push.chocolatey.org/
choco push nelson.1.10.0.4516.nupkg -s https://push.chocolatey.org/
```

0 comments on commit 94ae26b

Please sign in to comment.