Skip to content

Commit

Permalink
packaging v0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-numerical-software committed Aug 28, 2022
1 parent ad1b4e8 commit 622106a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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>0.6.7.2141</version>
<version>0.6.8.2254</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 /SUPPRESSMSGBOXES /NORESTART /SP-'
$url = 'https://github.com/Nelson-numerical-software/nelson/releases/download/v0.6.7/Nelson-0.6.7.2141-x86-32.exe'
$checksum = '3da0ba2ca8e1586f47a2663b92dfaf13aa8d174c7bbbdcc08dfde85d28a04de0'
$url = 'https://github.com/Nelson-numerical-software/nelson/releases/download/v0.6.8/Nelson-0.6.8.2254-x86-32.exe'
$checksum = '26ffc5e14ec4d0f9a94d5976d8fe635d6dc4b487eb617390ec95d259e8b02172'
$checksumType = 'sha256'
$url64 = 'https://github.com/Nelson-numerical-software/nelson/releases/download/v0.6.7/Nelson-0.6.7.2141-x86-64.exe'
$checksum64 = '6b672149622611298b025e88bccb857ec99c0d0bf7c3b6c3945fec0f43b2f4f5'
$url64 = 'https://github.com/Nelson-numerical-software/nelson/releases/download/v0.6.8/Nelson-0.6.8.2254-x86-64.exe'
$checksum64 = 'ba9887119fc01b123466a8cd64c6bee1f5f63b483c9bab460fe85278dad6e9fe'
$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.v0.6.7.2141.nupkg -dv -s .
choco install nelson.v0.6.8.2254.nupkg -dv -s .
choco apikey -k <your key here> -s https://push.chocolatey.org/
choco push nelson.0.6.7.2141.nupkg -s https://push.chocolatey.org/
choco push nelson.0.6.8.2254.nupkg -s https://push.chocolatey.org/
```
4 changes: 2 additions & 2 deletions snap/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ snapcraft
# Test locally

```
sudo snap install nelson_0.6.7.0_amd64.snap --dangerous
sudo snap install nelson_0.6.8.0_amd64.snap --dangerous
```

Debug:
Expand All @@ -20,7 +20,7 @@ snap run --shell nelson.nelson
# Push

```
snapcraft upload nelson_0.6.7.0_amd64.snap
snapcraft upload nelson_0.6.8.0_amd64.snap
```

# Connection
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ parts:
ln -s mpiexec.openmpi $CRAFT_PART_INSTALL/usr/bin/mpiexec
craftctl set grade=stable
craftctl set version=0.6.7.0
craftctl set version=0.6.8.0
rm -rf $CRAFT_PART_INSTALL/usr/share/perl5/XML/
rm -rf $CRAFT_PART_INSTALL/usr/share/texmf
Expand Down Expand Up @@ -208,7 +208,7 @@ parts:

apps:
nelson:
command: usr/Nelson-0.6.7/bin/linux/nelson
command: usr/Nelson-0.6.8/bin/linux/nelson
desktop: usr/share/applications/org.nelson.Nelson.desktop
environment:
XDG_CURRENT_DESKTOP: $XDG_CURRENT_DESKTOP:Unity:Unity7
Expand Down

0 comments on commit 622106a

Please sign in to comment.