Skip to content

Commit

Permalink
AU: 2 updated - freecad sourcetree
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 13, 2023
1 parent bdf62dc commit 079dff8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
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.2.1",
"portable": "0.20.2.1",
"dev": "33515.2023.7.9-dev"
"dev": "33576.2023.7.13-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>33515.2023.7.9-dev</version>
<version>33576.2023.7.13-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-33515-2023-07-09-conda-Windows-x86_64-py310.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-33576-2023-07-13-conda-Windows-x86_64-py310.7z'
softwareName = 'FreeCAD'
checksum = ''
checksumType = ''
checksum64 = 'B80D64D5B87023D4459761214A5C43F0A24EFB1DCC2E2C65BC55F4C028E79B63'
checksum64 = '5891CBFB2946ED3F0FC26CF04504E5A15E225CCFED1750956609FDE871F621C4'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/sourcetree/sourcetree.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sourcetree</id>
<title>Sourcetree for Windows Enterprise</title>
<version>3.4.9</version>
<version>3.4.14</version>
<authors>Atlassian</authors>
<owners>chocolatey-community</owners>
<projectUrl>http://www.sourcetreeapp.com</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/sourcetree/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ $packageArgs = @{
fileType = 'msi'
silentArgs = "/qn /norestart ACCEPTEULA=1 /l*v `"$env:TEMP\$env:ChocolateyPackageName.$env:ChocolateyPackageVersion.log`""
validExitCodes= @(0,1641,3010)
url = 'https://product-downloads.atlassian.com/software/sourcetree/windows/ga/SourcetreeEnterpriseSetup_3.4.9.msi'
checksum = 'cb6e9bc289b2ffb5d0132e72743d39252d8d92708ec139abd2e9254940e3ff37'
url = 'https://product-downloads.atlassian.com/software/sourcetree/windows/ga/SourcetreeEnterpriseSetup_3.4.14.msi'
checksum = '7139ab2d3cded7a49e327c07bce23033bc1165e7c3f2809b8cd9e7f62a3f4642'
checksumType = 'sha256'
url64bit = ''
checksum64 = ''
Expand Down

0 comments on commit 079dff8

Please sign in to comment.