Skip to content

Commit

Permalink
AU: 2 updated - datagrip octave.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 15, 2018
1 parent 5a2a1a6 commit 27b7d1e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/datagrip/datagrip.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>datagrip</id>
<version>2018.2.1</version>
<version>2018.2.2</version>
<title>JetBrains DataGrip</title>
<authors>JetBrains</authors>
<licenseUrl>https://www.datagrip.org/terms.php</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/datagrip/tools/ChocolateyInstall.ps1
Expand Up @@ -3,8 +3,8 @@
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains DataGrip*'
url = 'https://download.jetbrains.com/datagrip/datagrip-2018.2.1.exe'
checksum = '6ca718d80caf30f5a53baf9f08e5c9a571078b946352c25cd959bd6404d74ecb'
url = 'https://download.jetbrains.com/datagrip/datagrip-2018.2.2.exe'
checksum = '77bcf7534d83de5e5ed9c75296b6e310ae3f912baffa373392a8b6037c10fd68'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/S'
Expand Down
8 changes: 4 additions & 4 deletions automatic/octave.portable/legal/VERIFICATION.txt
Expand Up @@ -8,8 +8,8 @@ location on <https://www.gnu.org/software/octave/download.html>
and can be verified by doing the following:

1. Download the following:
32-bit software: <https://ftp.gnu.org/gnu/octave/windows/octave-4.4.0-w32.zip>
64-bit software: <https://ftp.gnu.org/gnu/octave/windows/octave-4.4.0-w64.zip>
32-bit software: <https://ftp.gnu.org/gnu/octave/windows/octave-4.4.1-w32.zip>
64-bit software: <https://ftp.gnu.org/gnu/octave/windows/octave-4.4.1-w64.zip>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -18,7 +18,7 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type: sha256
checksum32: 26d4874d7eba14879d837666678006254a7db31780f724f5e214864989e491ce
checksum64: ef8aa3c1eb1454d5c92ee780aa6a3df1f008e74fcd051d56b91dde59c7ac7a17
checksum32: e2fe876c72feb396af2ff4c4a7a893cbd802634ac1f6cadd05f29fb8d4bf26e2
checksum64: 69482931038a63fa258a58e23c4745015cbf0a6283dec92dfd866d8dfb7807c0

File 'gpl-3.0.txt' is obtained from <https://www.gnu.org/software/octave/license.html>
4 changes: 2 additions & 2 deletions automatic/octave.portable/octave.portable.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>octave.portable</id>
<version>4.4.0</version>
<version>4.4.1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/octave.portable</packageSourceUrl>
<owners>chocolatey,Andrei Bejenaru</owners>
<title>GNU Octave (Portable)</title>
Expand All @@ -30,7 +30,7 @@ Octave has extensive tools for solving common numerical linear algebra problems,
* Octave Forge, a central location for development of packages for GNU Octave, similar to Matlab's toolboxes.
* Free software, runs on GNU/Linux, macOS, BSD, and Windows
]]></description>
<releaseNotes>https://www.gnu.org/software/octave/news/release/2018/04/30/octave-4.4.0-released.html</releaseNotes>
<releaseNotes>https://www.gnu.org/software/octave/news/release/2018/08/09/octave-4.4.1-released.html</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
10 changes: 5 additions & 5 deletions automatic/octave.portable/tools/chocolateyInstall.ps1
@@ -1,4 +1,4 @@
$version = '4.4.0'
$version = '4.4.1'

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$progDir = "$toolsDir\octave"
Expand All @@ -8,10 +8,10 @@ $osBitness = Get-OSArchitectureWidth
$packageArgs = @{
PackageName = 'octave.portable'
UnzipLocation = $toolsDir
Url = 'https://ftp.gnu.org/gnu/octave/windows/octave-4.4.0-w32.zip'
Url64 = 'https://ftp.gnu.org/gnu/octave/windows/octave-4.4.0-w64.zip'
Checksum = '26d4874d7eba14879d837666678006254a7db31780f724f5e214864989e491ce'
Checksum64 = 'ef8aa3c1eb1454d5c92ee780aa6a3df1f008e74fcd051d56b91dde59c7ac7a17'
Url = 'https://ftp.gnu.org/gnu/octave/windows/octave-4.4.1-w32.zip'
Url64 = 'https://ftp.gnu.org/gnu/octave/windows/octave-4.4.1-w64.zip'
Checksum = 'e2fe876c72feb396af2ff4c4a7a893cbd802634ac1f6cadd05f29fb8d4bf26e2'
Checksum64 = '69482931038a63fa258a58e23c4745015cbf0a6283dec92dfd866d8dfb7807c0'
ChecksumType = 'sha256'
ChecksumType64 = 'sha256'
}
Expand Down

0 comments on commit 27b7d1e

Please sign in to comment.