Skip to content

Commit

Permalink
AU: 8 updated - dropbox freecad googlechromebeta mkdocs-material mono…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 15, 2023
1 parent da84d89 commit 40fe4c1
Show file tree
Hide file tree
Showing 18 changed files with 41 additions and 41 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": "177.3.5380-beta",
"beta": "177.3.5390-beta",
"stable": "176.4.5108"
}
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>176.4.5108</version>
<version>177.3.5390-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
10 changes: 5 additions & 5 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 = '176.4.5108'
$version = '177.3.5390'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20176.4.5108%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20176.4.5108%20Offline%20Installer.x64.exe'
checksum = '47ec97baf91aec2bd7e85bf99ae2550592ecf4b34298677cf8a6bec00d9b911a'
checksum64 = '72b10bdad3ccf1d627f8be0a14520f9b08f29494c68e5e7e07a98e618cd013ad'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20177.3.5390%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20177.3.5390%20Offline%20Installer.x64.exe'
checksum = 'f1b5dd1515b8a12cd6c90457d1f65bf7870268a16e7bf02ff1030ca3677c7f12'
checksum64 = '719d40961f32e721aa8d8ba1342900b680e2b6258a2bfabf31d723b09a31d3da'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
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.2.1",
"portable": "0.20.2.1",
"dev": "33345.2023.6.11-dev"
"dev": "33345.2023.6.15-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>33345.2023.6.11-dev</version>
<version>33345.2023.6.15-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-33345-2023-06-11-conda-Windows-x86_64-py310.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-33345-2023-06-15-conda-Windows-x86_64-py310.7z'
softwareName = 'FreeCAD'
checksum = ''
checksumType = ''
checksum64 = 'C7512AC9F55C5EAA6D5E72CC1409E4D2DB66C08D7C24C650AE6A8D31DA83B598'
checksum64 = '047599D03B9933D9959A25DC7E31970CEF0BD0AF5C5F91A6A16DB508D91A35A4'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>115.0.5790.24-beta</version>
<version>115.0.5790.32-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google LLC.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '115.0.5790.24-beta'
$version = '115.0.5790.32-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = 'e368475848470385825eb3ac9c86773e8b21ebb9b7b96b369b598d14e985c7c5'
checksum64 = '93159a463c5bbc29f6049875b38c44fb47c77e9fd48c61aeb9ce784ab6ac6201'
checksum = 'f2cc598e2b3ca7caf6b6027471cee14c92c1c36d1a128fcf2eaa408a3d6a8faa'
checksum64 = '9ce084b3a426ab1d5932b09913d2e791c2c950872a3e9f47d8c4889a2286ce2a'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/mkdocs-material.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs-material</id>
<title>MkDocs Material Theme</title>
<version>9.1.15</version>
<version>9.1.16</version>
<authors>Martin Donath</authors>
<owners>chocolatey-community</owners>
<projectUrl>http://squidfunk.github.io/mkdocs-material/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Update-SessionEnvironment

$version = '9.1.15'
$version = '9.1.16'

$proxy = Get-EffectiveProxy
if ($proxy) {
Expand Down
2 changes: 1 addition & 1 deletion automatic/mono/mono.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>mono</id>
<version>6.12.0.182</version>
<version>6.12.0.199</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/mono</packageSourceUrl>
<title>Mono</title>
<authors>Miguel de Icaza, other Mono committers</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/mono/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
url = 'https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.182-gtksharp-2.12.45-win32-0.msi'
url64bit = 'https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.182-x64-0.msi'
url = 'https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.199-gtksharp-2.12.45-win32-0.msi'
url64bit = 'https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.199-x64-0.msi'
softwareName = 'Mono for Windows*'
checksum = 'c930c8b96b6cb38d4cf56118ed03c93ba1055ac57f97555f55282474ba4e7796'
checksum = '6eceda58480e87c097193969a2e5442ed7fd1134291a03fcfe525705a836a680'
checksumType = 'sha256'
checksum64 = '1e6b87d72416cee3d9df2f9a643a09002a3adb5a0b38604adff988446927d5c8'
checksum64 = 'd3d103f56238c421a34d3cb17f5377139b1c075521024bb71da4aafefe4fba6d'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
8 changes: 4 additions & 4 deletions automatic/mono/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ function global:au_GetLatest {
$download_page = Invoke-WebRequest -Uri $releases -UseBasicParsing

$re = 'mono.*win32[\-\d]+\.msi$'
$url32 = $download_page.Links | ? href -match $re | select -first 1 -expand href
$url32 = $download_page.Links | Where-Object href -match $re | Select-Object -first 1 -expand href

# Temporary fix
$url32 = [uri]::EscapeUriString($url32)
$url32 = $url32 -replace '%E2%80%8B',''

$re = 'mono.*x64[\-\d]+\.msi$'
$url64 = $download_page.links | ? href -match $re | select -first 1 -expand href
$url64 = $download_page.links | Where-Object href -match $re | Select-Object -first 1 -expand href

$verRe = '[-]'
$version32 = $url32 -split "$verRe" | ? { [version]::TryParse($_, [ref]$null) } | select -first 1
$version64 = $url64 -split "$verRe" | ? { [version]::TryParse($_, [ref]$null) } | select -first 1
$version32 = $url32 -split "$verRe" | Where-Object { [version]::TryParse($_, [ref]$null) } | Select-Object -first 1
$version64 = $url64 -split "$verRe" | Where-Object { [version]::TryParse($_, [ref]$null) } | Select-Object -first 1
if ($version32 -ne $version64) {
throw "32bit version do not match the 64bit version"
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/opera/opera.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Opera</id>
<version>99.0.4788.65</version>
<version>99.0.4788.77</version>
<title>Opera</title>
<owners>chocolatey-community</owners>
<authors>Opera</authors>
Expand All @@ -26,7 +26,7 @@ For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'`
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<summary>The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.</summary>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-99/#b4788.65</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-99/#b4788.77</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar=0"; Write-Host "Oper
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/99.0.4788.65/win/Opera_99.0.4788.65_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/99.0.4788.65/win/Opera_99.0.4788.65_Setup_x64.exe'
checksum = 'df35f62dc46dd9e4c890192754d7333da80de9c05dd2b1adfedf1f7c59b038e4'
checksum64 = 'a9963c6c7dbc9075c44e52615208de7b494615a15057780b9c9e9d30f025c84f'
url = 'https://get.geo.opera.com/pub/opera/desktop/99.0.4788.77/win/Opera_99.0.4788.77_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/99.0.4788.77/win/Opera_99.0.4788.77_Setup_x64.exe'
checksum = '80b4365c22ace7ed508db2dbd876df649afb66f2a66148aeb9782cd56345164f'
checksum64 = 'a0e539df5702bc865e915748ea6916e11ecfc1a4cfe044d19cbceb7051eba130'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '99.0.4788.65'
$version = '99.0.4788.77'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
}
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode.install/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$softwareName = 'Microsoft Visual Studio Code'
$version = '1.79.1'
$version = '1.79.2'
if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) {
Write-Host "VS Code $version is already installed."
return
Expand All @@ -16,14 +16,14 @@ Close-VSCode
$packageArgs = @{
packageName = 'vscode.install'
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/stable/4cb974a7aed77a74c7813bdccd99ee0d04901215/VSCodeSetup-ia32-1.79.1.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/4cb974a7aed77a74c7813bdccd99ee0d04901215/VSCodeSetup-x64-1.79.1.exe'
url = 'https://az764295.vo.msecnd.net/stable/695af097c7bd098fbf017ce3ac85e09bbc5dda06/VSCodeSetup-ia32-1.79.2.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/695af097c7bd098fbf017ce3ac85e09bbc5dda06/VSCodeSetup-x64-1.79.2.exe'

softwareName = "$softwareName"

checksum = 'f5ea7e83c331702c4befabc6e683c400393e3a2b42740012e4293b475ef7459e'
checksum = 'b06e9ae63b8eee6024babc7bbe4f1827e4ad7223438c340fdf41600b2847203b'
checksumType = 'sha256'
checksum64 = 'bd3efa6bb9d76166142443b76c54ed934cdb6d5a8b1a6e839fa5068eed609150'
checksum64 = 'b9468afa773c04182ee7387450b29e164c5e68894d7f03e367ef354e609428e4'
checksumType64 = 'sha256'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode.install/vscode.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode.install</id>
<title>Visual Studio Code (Install)</title>
<version>1.79.1</version>
<version>1.79.2</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode/vscode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode</id>
<title>Visual Studio Code</title>
<version>1.79.1</version>
<version>1.79.2</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down Expand Up @@ -45,7 +45,7 @@ Example: `choco install vscode --params "/NoDesktopIcon /DontAddToPath"`
]]></description>
<tags>microsoft visualstudiocode vscode development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode.install" version="[1.79.1]" />
<dependency id="vscode.install" version="[1.79.2]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/Updates</releaseNotes>
</metadata>
Expand Down

0 comments on commit 40fe4c1

Please sign in to comment.