Skip to content

Commit

Permalink
AU: 3 updated - datagrip dropbox palemoon
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 7, 2022
1 parent 24abbc4 commit 5c6c88d
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 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>2022.1.4</version>
<version>2022.1.5</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-2022.1.4.exe'
checksum = '3666203d471f88d6196562ee63bc9816af5cce819c0ff715b6e35275190c026b'
url = 'https://download.jetbrains.com/datagrip/datagrip-2022.1.5.exe'
checksum = '33d436735cc543f2a95b5307a25e2ddb1fe6715f6d05224fa5c0f53930654038'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down
4 changes: 2 additions & 2 deletions automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "150.3.4987-beta",
"stable": "149.4.4568"
"beta": "151.3.4180-beta",
"stable": "150.4.5000"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>150.3.4987-beta</version>
<version>150.4.5000</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '150.3.4987'
$version = '150.4.5000'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20150.3.4987%20Offline%20Installer.x86.exe'
checksum = 'e8390485d8374e3ada948645e60d94fa56798228f5e7efbc9bb426220a69f93b'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20150.4.5000%20Offline%20Installer.x86.exe'
checksum = '46229d9a7c6e50ab96cdc1bd0cfd9f223e818d6dddfab732fb95fc7c9a7f349d'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/palemoon/palemoon.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>palemoon</id>
<title>Pale Moon browser</title>
<version>31.0.0</version>
<version>31.1.0</version>
<authors>Moonchild Productions</authors>
<owners>chocolatey-community,Redsandro</owners>
<summary>A Firefox-based web browser optimized for modern hardware.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/palemoon/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
$packageArgs = @{
packageName = 'palemoon'
fileType = 'exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-31.0.0.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-31.0.0.win64.installer.exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-31.1.0.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-31.1.0.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = '43fa39644257e94024b454d01052f0cef5a022e3972a576e9070ea20a0e96ab0'
checksum = '57a197c1c619071a4918302d80e2bacd460562cf79627b33d9ae3a81d37979e8'
checksumType = 'sha256'
checksum64 = '063bc50c431a352f69387815c6076c806961c08c61785539ca6f610e7fdfdd38'
checksum64 = '9b76d7cfaefa41e62853e67b2b9d26e2d432fdcc63959db3d7f14e4db0001df3'
checksumType64= 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down

0 comments on commit 5c6c88d

Please sign in to comment.