Skip to content

Commit

Permalink
AU: 2 updated - dropbox freecad
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 20, 2021
1 parent 12c8437 commit 8f246f8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "130.3.4934-beta",
"beta": "130.3.4940-beta",
"stable": "129.4.3571"
}
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>129.4.3571</version>
<version>130.3.4940-beta</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 = '129.4.3571'
$version = '130.3.4940'

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%20129.4.3571%20Offline%20Installer.exe'
checksum = '9a81f152ac854a347af6e7a4db98fe485fd70b596d11a44f8c213a650a83ae84'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20130.3.4940%20Offline%20Installer.exe'
checksum = 'b4d811035df827b387f1f10bb60f2e1cf6b7c3c046e3bbdbc51631089ad5d837'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
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.19.2.7",
"portable": "0.19.2.7",
"dev": "0.20.0.25452-dev"
"dev": "0.20.0.25541-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>0.20.0.25452-dev</version>
<version>0.20.0.25541-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_0.20.25452_Win-LPv12.5.4_vc17.x-x86-64.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_0.20.25541_Win-LPv12.5.4_vc17.x-x86-64.7z'
softwareName = 'FreeCAD'
checksum = ''
checksumType = ''
checksum64 = '37A13E5C8C085DA40FCE468D7CEF944B5EB715D767B4BC2C9E882E7D22F857B1'
checksum64 = '4E1F2BE4C9D531B1CE5A38BF1000E73A57FDB00CE4514A5E1F70CDC77CA9D445'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 8f246f8

Please sign in to comment.