Skip to content

Commit

Permalink
AU: 2 updated - freecad Opera
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 15, 2022
1 parent 0eb24ef commit 73d59a1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.json
@@ -1,5 +1,5 @@
{
"stable": "0.20.1.1",
"portable": "0.20.1.1",
"dev": "31155.2022.12.11-dev"
"dev": "31155.2022.12.15-dev"
}
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>freecad</id>
<version>31155.2022.12.11-dev</version>
<version>31155.2022.12.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
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-31155-2022-12-11-conda-Windows-x86_64-py310.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-31155-2022-12-15-conda-Windows-x86_64-py310.7z'
softwareName = 'FreeCAD'
checksum = ''
checksumType = ''
checksum64 = 'A4BEE2373D5F3406F84466BCBD8EFDF2E57B406DB57F0168107A178C673FDCE8'
checksum64 = 'DDB1F8C0CD774F2B28DE7D91C971C352D6450F077F39F7BD1DCC88CDFBB26F47'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/opera/opera.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Opera</id>
<version>93.0.4585.70</version>
<version>94.0.4606.26</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-93/#b4585.70</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-94/#b4606.26</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
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/93.0.4585.70/win/Opera_93.0.4585.70_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/93.0.4585.70/win/Opera_93.0.4585.70_Setup_x64.exe'
checksum = 'c456fe4b9973cb60c6920d4427cf2c11f598530754a26d981e48446bbdce50f6'
checksum64 = '7d3796425c75d52f10eb8c07ea913cbcefa6cd979729b9df37807aeea460ea5d'
url = 'https://get.geo.opera.com/pub/opera/desktop/94.0.4606.26/win/Opera_94.0.4606.26_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/94.0.4606.26/win/Opera_94.0.4606.26_Setup_x64.exe'
checksum = 'ec821c8ea16f0261eaafc0299708bd23cd31014b68e365c76ac185621e7278df'
checksum64 = 'aac97da0c5cea6adca249dbcf52485b16b2f17c6ff385a81d621ce20d1b0b74c'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '93.0.4585.70'
$version = '94.0.4606.26'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
}
Expand Down

0 comments on commit 73d59a1

Please sign in to comment.