Skip to content

Commit

Permalink
AU: 6 updated - blender Firefox git git.install git.portable skype
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 25, 2023
1 parent e820f67 commit 21ab08b
Show file tree
Hide file tree
Showing 14 changed files with 226 additions and 226 deletions.
2 changes: 1 addition & 1 deletion automatic/blender/blender.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>blender</id>
<version>3.5.0</version>
<version>3.5.1</version>
<title>Blender</title>
<owners>chocolatey-community, Redsandro</owners>
<authors>Blender Foundation</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/blender/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $packageArgs = @{
packageName = 'blender'
softwareName = 'Blender'
fileType = 'MSI'
url64bit = 'https://download.blender.org/release/Blender3.5/blender-3.5.0-windows-x64.msi'
checksum64 = 'e2c77c59dcdaf021b087959b6a95f56eb789be79fc827ffe68d909d3be4d3019'
url64bit = 'https://download.blender.org/release/Blender3.5/blender-3.5.1-windows-x64.msi'
checksum64 = 'c395798af29cc4a63f47af46b6a2e5aa985742dae1417fcba482270ef65e584b'
checksumType64 = 'sha256'
silentArgs = '/quiet /norestart'
validExitCodes = @(0, 2010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/firefox/firefox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"latest": "112.0.1",
"latest": "112.0.2",
"esr": "102.10.0"
}
4 changes: 2 additions & 2 deletions automatic/firefox/firefox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>112.0.1</version>
<version>112.0.2</version>
<authors>Mozilla</authors>
<projectUrl>https://www.mozilla.org/en-US/firefox/new/</projectUrl>
<projectSourceUrl>https://hg.mozilla.org/mozilla-central/</projectSourceUrl>
Expand Down Expand Up @@ -63,7 +63,7 @@ Command-line options for installer configuration. See the [official page](https:
]]></description>
<summary>Bringing together all kinds of awesomeness to make browsing better for you</summary>
<tags>browser mozilla firefox admin foss cross-platform</tags>
<releaseNotes>https://www.mozilla.org/en-US/firefox/112.0.1/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/112.0.2/releasenotes/</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/firefox</packageSourceUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down
400 changes: 200 additions & 200 deletions automatic/firefox/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions automatic/firefox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $softwareName = 'Mozilla Firefox'

$pp = Get-PackageParameters

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '112.0.1')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '112.0.2')

if (Get-32bitOnlyInstalled -product $softwareName) {
Write-Output $(
Expand Down Expand Up @@ -62,15 +62,15 @@ else {
softwareName = "$softwareName*"
Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://download.mozilla.org/?product=firefox-112.0.1-ssl&os=win&lang=${locale}"
Url = "https://download.mozilla.org/?product=firefox-112.0.2-ssl&os=win&lang=${locale}"
silentArgs = "$sa /S"
validExitCodes = @(0)
}

if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-112.0.1-ssl&os=win64&lang=${locale}"
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-112.0.2-ssl&os=win64&lang=${locale}"
}

Install-ChocolateyPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/git.install/git.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git.install</id>
<title>Git (Install)</title>
<version>2.40.0</version>
<version>2.40.1</version>
<authors>The Git Development Community</authors>
<owners>chocolatey-community</owners>
<summary>Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/git.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer has been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/Git-2.40.0-32-bit.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/Git-2.40.0-64-bit.exe>
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.40.1.windows.1/Git-2.40.1-32-bit.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.40.1.windows.1/Git-2.40.1-64-bit.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type:
checksum32: 9B14E05C3EA00C51DC38838DB23FCCC6CCB21BFD42ED078BF406857FB47688D6
checksum64: FF8954AFB29814821E9E3759A761BDAC49186085E916FA354BF8706E3C7FE7A2
checksum32: 3EE2289A4F6E9917F702BD032A67874C11AA05BF2D28D967986E40D4F7F50636
checksum64: D2F0FBF9D84622B2AA4AED401DAF6DEDB8AC89BB388AF02078BA375496A873DC

File 'LICENSE.txt' is obtained from <https://github.com/git-for-windows/git/blob/703601d6780c32d33dadf19b2b367f2f79e1e34c/COPYING>
4 changes: 2 additions & 2 deletions automatic/git.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Stop-GitSSHAgent
# Workaround for chocolateyBeforeModify.ps1 being bypassed if upgrading via metapackage (chocolatey/choco#1092)
Stop-GitGPGAgent

$fileName32 = 'Git-2.40.0-32-bit.exe'
$fileName64 = 'Git-2.40.0-64-bit.exe'
$fileName32 = 'Git-2.40.1-32-bit.exe'
$fileName64 = 'Git-2.40.1-64-bit.exe'
$silentArgs = "/VERYSILENT", "/SUPPRESSMSGBOXES", "/NORESTART", "/NOCANCEL", "/SP-", "/LOG", (Get-InstallComponents $pp)
$silentArgs += Get-InstallOptions $pp

Expand Down
2 changes: 1 addition & 1 deletion automatic/git.portable/git.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git.portable</id>
<title>Git (Portable)</title>
<version>2.40.0</version>
<version>2.40.1</version>
<authors>The Git Development Community</authors>
<owners>chocolatey-community</owners>
<summary>Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/git.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer has been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/PortableGit-2.40.0-32-bit.7z.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/PortableGit-2.40.0-64-bit.7z.exe>
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.40.1.windows.1/PortableGit-2.40.1-32-bit.7z.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.40.1.windows.1/PortableGit-2.40.1-64-bit.7z.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type:
checksum32: DC4B824412EE814FB310511921F3748631F3E6CD64C44866E38B3811E8E6DD01
checksum64: 9031C171FCCBF30113B8A9B93B9580B4ACA8502DCF2B22C5CD3205212E895B13
checksum32: E1360E94CB292862FB023018578A1029022A09278B160F7264C6DC444F65C9CA
checksum64: 9E1D819AEF3284420ADF6D923B0D4865254BD403641D915975E49DDEA1E7CDF9

File 'LICENSE.txt' is obtained from <https://github.com/git-for-windows/git/blob/703601d6780c32d33dadf19b2b367f2f79e1e34c/COPYING>
4 changes: 2 additions & 2 deletions automatic/git/git.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git</id>
<title>Git</title>
<version>2.40.0</version>
<version>2.40.1</version>
<authors>The Git Development Community</authors>
<owners>chocolatey-community</owners>
<summary>Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows</summary>
Expand Down Expand Up @@ -39,7 +39,7 @@ Example for passing in package parameters:
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@10a8d98b2f320b565fa5349a4352e79666db71ff/icons/git.svg</iconUrl>
<dependencies>
<dependency id="git.install" version="[2.40.0]" />
<dependency id="git.install" version="[2.40.1]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/skype/skype.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>skype</id>
<title>Skype</title>
<version>8.97.0.203</version>
<version>8.97.0.204</version>
<authors>Microsoft</authors>
<owners>chocolatey-community,Rob Reynolds</owners>
<summary>Skype - VOIP</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/skype/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Skype*'
fileType = 'msi'
url = 'https://download.skype.com/s4l/download/win/Skype-8.97.0.203.msi'
checksum = '923f947b4583dfc09f8ff07d4964d134d45e659024f1f0ea11e8c121fbc940cb'
url = 'https://download.skype.com/s4l/download/win/Skype-8.97.0.204.msi'
checksum = '67f867f98b14a68819a8ca00983eac2517832f7b7c786e665d09cdacde8f8832'
checksumType = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 21ab08b

Please sign in to comment.