Skip to content

Commit

Permalink
AU: 2 updated - datagrip freecad
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 1, 2022
1 parent f69978c commit 8aaf08f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.2.5</version>
<version>2022.3</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.2.5.exe'
checksum = '18f28d1cd3031ae000e93afed52774751d4f872c8a3ef2b9a22ed70b3c704a8c'
url = 'https://download.jetbrains.com/datagrip/datagrip-2022.3.exe'
checksum = 'd550dd63e8d925e57261396603251be0de57745818d8a1beaf7634d9c8bb3ed9'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stable": "0.20.1.1",
"portable": "0.20.1.1",
"dev": "31109.2022.11.27-dev"
"dev": "31155.2022.12.1-dev"
}
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.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>freecad</id>
<version>31109.2022.11.27-dev</version>
<version>31155.2022.12.1-dev</version>
<title>FreeCAD</title>
<owners>chocolatey-community,purity</owners>
<authors>Jürgen Riegel</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/freecad/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ $packageArgs = @{
packageName = 'freecad'
fileType = '7z'
url = ''
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-31109-2022-11-27-conda-Windows-x86_64-py38.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-31155-2022-12-01-conda-Windows-x86_64-py38.7z'
softwareName = 'FreeCAD'
checksum = ''
checksumType = ''
checksum64 = '2F43E793D0498EE71544CFD5C58801837E1A5BB94F78986973FA4C5867801CB4'
checksum64 = '8E67F2A6EE34FFEDFA3DE26F5244E4609181FD37E024026BE4670FD4C913BBE2'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 8aaf08f

Please sign in to comment.