Skip to content

Commit

Permalink
AU: 2 updated - datagrip juju
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 5, 2023
1 parent 3f9a55f commit 2313187
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/datagrip/datagrip.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>datagrip</id>
<version>2023.2</version>
<version>2023.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
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains DataGrip*'
url = 'https://download.jetbrains.com/datagrip/datagrip-2023.2.exe'
checksum = '4dd6346de1ec523c3ade223c8d39f9c98743626811d0af21fe7b46f99c7859e5'
url = 'https://download.jetbrains.com/datagrip/datagrip-2023.2.2.exe'
checksum = '1452af7f1cb3d0c9390bc15c801165ea74eca9dfb248e143b12f4a1e9653235a'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/juju/juju.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"2.8": "2.8.10",
"2.9": "2.9.38",
"3.0": "3.0.3",
"3.1": "3.1.5",
"3.1": "3.1.6",
"3.2": "3.2.3",
"3.3": "3.3-beta1"
}
2 changes: 1 addition & 1 deletion automatic/juju/juju.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>juju</id>
<version>3.2.3</version>
<version>3.1.6</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/juju</packageSourceUrl>
<owners>chocolatey-community,AdmiringWorm</owners>
<title>Juju</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/juju/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The installer has been downloaded from their launchpad page <https://launchpad.n
The same download links are also located in their docs <https://jujucharms.com/docs/stable/reference-releases>
and can be verified like this:

1. Go to <https://launchpad.net/juju/3.2/3.2.3/+download/juju-setup-3.2.3.exe>
1. Go to <https://launchpad.net/juju/3.1/3.1.6/+download/juju-setup-3.1.6.exe>
to download the installer
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: 7B5EA0A5F25611620105F689D1D914F7E51CD284E70E3AB104B02659A6522A38
checksum: B8BE11E2D86BF54E0843839CB14313C7C6B5801F220E935BA71C94F711E04C7C

File 'LICENSE.txt' is obtained from <https://github.com/juju/juju/blob/0b9d2d867111e1476ace5483c9868960cfe22ba1/LICENCE>
2 changes: 1 addition & 1 deletion automatic/juju/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = 'juju'
fileType = 'exe'
softwareName = 'Juju'
file = "$toolsDir\juju-setup-3.2.3.exe"
file = "$toolsDir\juju-setup-3.1.6.exe"
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"${env:TEMP}\${env:chocolateyPackageName}.${env:chocolateyPackageVersion}.Install.log`""
validExitCodes= @(0)
}
Expand Down

0 comments on commit 2313187

Please sign in to comment.