Skip to content

Commit

Permalink
AU: 2 updated - kmymoney octave.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 10, 2023
1 parent acded55 commit 134f41d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/kmymoney/kmymoney.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>kmymoney</id>
<version>5.1.1855</version>
<version>5.1.1856</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/kmymoney</packageSourceUrl>
<owners>chtof</owners>
<title>KMyMoney</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/kmymoney/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ $packageName= 'kmymoney'

$packageArgs = @{
packageName = $packageName
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1855-windows-cl-msvc2019-x86_64.exe'
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1856-windows-cl-msvc2019-x86_64.exe'

checksumType = 'sha256'
checksum64 = '32100472e0598856652240f3e9c19ba1bc6cbc7df9419b5253f010a37b215321'
checksum64 = '008320dd7f4fec76d260ac84018cc360e91880148cb23649aa23591115f03810'
checksumType64 = 'sha256'

silentArgs = '/S'
Expand Down
4 changes: 2 additions & 2 deletions 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>8.2.0</version>
<version>8.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 All @@ -30,7 +30,7 @@ Octave has extensive tools for solving common numerical linear algebra problems,
GNU Octave is also freely redistributable software. You may redistribute it and/or modify it under the terms of the [GNU General Public License (GPL)](https://www.gnu.org/copyleft/gpl.html) as published by the [Free Software Foundation](https://www.gnu.org).
Octave was written by John W. Eaton and [many others](https://hg.savannah.gnu.org/hgweb/octave/file/tip/doc/interpreter/contributors.in). Because Octave is [free software](https://www.gnu.org/philosophy/free-sw.html) you are encouraged to help make Octave more useful by writing and contributing additional functions for it, and by reporting any problems you may have.
Octave was written by [John W. Eaton](mailto:jwe@octave.org) and [many others](https://hg.savannah.gnu.org/hgweb/octave/file/tip/doc/interpreter/contributors.in). Because Octave is [free software](https://www.gnu.org/philosophy/free-sw.html) you are encouraged to help make Octave more useful by writing and contributing additional functions for it, and by reporting any problems you may have.
Everyone is encouraged to share this software with others under the terms of the [GNU General Public License (GPL)](https://www.gnu.org/copyleft/gpl.html). You are also encouraged to help make Octave more useful by writing and contributing additional functions for it, and by reporting any problems you may have.
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-8.2.0\post-install.bat
Post_install_scriptDir = C:\Octave\Octave-8.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 @@ -5,12 +5,12 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"

url = 'https://ftpmirror.gnu.org/octave/windows/octave-8.2.0-w32-installer.exe'
checksum = 'a1710261246db102cebf25f0ef3aa0871887f81dc6add22e734207d0a17e29d4'
url = 'https://ftpmirror.gnu.org/octave/windows/octave-8.3.0-w32-installer.exe'
checksum = '2d6062a5a33f49ecd33cc21811cd030e8a93b8afb67a217d985a03d88275bb92'
checksumType = 'sha256'

url64 = 'https://ftpmirror.gnu.org/octave/windows/octave-8.2.0-w64-installer.exe'
checksum64 = '28f6183b4d4776877b9518d03a8f02ae3dd3d1be00c0f2d8d07eb2918b3d38a3'
url64 = 'https://ftpmirror.gnu.org/octave/windows/octave-8.3.0-w64-installer.exe'
checksum64 = '214e33138aba18f9a97d1fc7e326707a6ecacc7a59d70fbe13445b96506bdfab'
checksumType64= 'sha256'

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

0 comments on commit 134f41d

Please sign in to comment.