From 73038475964ad490c47336d8d25c3623d6aca2c8 Mon Sep 17 00:00:00 2001 From: Allan CORNET Date: Sat, 26 Oct 2024 21:09:49 +0200 Subject: [PATCH] packaging chocolatey --- chocolatey/nelson/nelson.nuspec | 2 +- chocolatey/nelson/tools/chocolateyinstall.ps1 | 8 ++++---- chocolatey/readme.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/chocolatey/nelson/nelson.nuspec b/chocolatey/nelson/nelson.nuspec index 058149e96c..4fe6fa6865 100644 --- a/chocolatey/nelson/nelson.nuspec +++ b/chocolatey/nelson/nelson.nuspec @@ -19,7 +19,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe nelson - 1.8.0.4314 + 1.9.0.4392 Allan CORNET nelson Nelson numerical software diff --git a/chocolatey/nelson/tools/chocolateyinstall.ps1 b/chocolatey/nelson/tools/chocolateyinstall.ps1 index e2bd6fdc5b..5b27d6504e 100644 --- a/chocolatey/nelson/tools/chocolateyinstall.ps1 +++ b/chocolatey/nelson/tools/chocolateyinstall.ps1 @@ -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) diff --git a/chocolatey/readme.md b/chocolatey/readme.md index dd4aa22397..cdfe6e20a5 100644 --- a/chocolatey/readme.md +++ b/chocolatey/readme.md @@ -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 -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/ ```