Skip to content

Commit

Permalink
AU: 2 updated - jtalert octave.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 13, 2021
1 parent 12763e3 commit 6237e60
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/jtalert/jtalert.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>jtalert</id>
<version>2.50.2</version>
<version>2.50.3</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/jtalert</packageSourceUrl>
<owners>chtof</owners>
<title>JTAlert</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/jtalert/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://dnl.hamapps.com/JTAlert/82acac497fae0b65329fc2b00007f3db'
checksum = '8f4bdf57ceceefb0bc9a3a3e0f7238b9fdf26056e7b2422b3a70118a25d47e91'
url = 'https://dnl.hamapps.com/JTAlert/b422cfdb13b5750d9ec2a5abe57ed806'
checksum = '2ea8eefe93b4fd5d53bffd23a6b064cf3c2341e722ab64707d1e47f16c22d33b'
checksumType = 'sha256'

silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /components=""'
Expand Down
2 changes: 1 addition & 1 deletion automatic/octave.install/octave.install.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>octave.install</id>
<version>6.2.0</version>
<version>6.3.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/octave.install</packageSourceUrl>
<owners>chtof</owners>
<title>GNU Octave (Install)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/octave.install/tools/chocolateyinstall.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SetControlDelay -1
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.


Post_install_scriptDir = C:\Octave\Octave-6.2.0\post-install.bat
Post_install_scriptDir = C:\Octave\Octave-6.3.0\post-install.bat

winTitle = GNU Octave

Expand Down
8 changes: 4 additions & 4 deletions automatic/octave.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"

url = 'https://ftpmirror.gnu.org/octave/windows/octave-6.2.0-w32-installer.exe'
checksum = 'eef476072f33959fdfdb1e8e38bb853fab435e6494b0ce19fbde77e6e0ed818b'
url = 'https://ftpmirror.gnu.org/octave/windows/octave-6.3.0-w32-installer.exe'
checksum = '01f311d31269bee8e7162bcb08b4df8733957ad136adbd92bf4777360c8aec87'
checksumType = 'sha256'

url64 = 'https://ftpmirror.gnu.org/octave/windows/octave-6.2.0-w64-installer.exe'
checksum64 = 'cc5484b3f8d23cb7ff85e1813eebcb522e84d5650f0cc6f059ebc1d1812aa931'
url64 = 'https://ftpmirror.gnu.org/octave/windows/octave-6.3.0-w64-installer.exe'
checksum64 = '11faffb1379ac5a6fc25106392f3ae75463712eb98ea4bd086b966d396ff7a30'
checksumType64= 'sha256'

# Note: silentArgs doesn't work as expected for octave.install
Expand Down

0 comments on commit 6237e60

Please sign in to comment.