Skip to content

Commit

Permalink
AU: 5 updated - git git.install git.portable Opera Waterfox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 20, 2022
1 parent 5592169 commit 737d28c
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 25 deletions.
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.35.3</version>
<version>2.36.0</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 have 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.35.3.windows.1/Git-2.35.3-32-bit.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.35.3.windows.1/Git-2.35.3-64-bit.exe>
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.36.0.windows.1/Git-2.36.0-32-bit.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.36.0.windows.1/Git-2.36.0-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: D6B2BB64F264B5EDF014F356EC4F1532128F43AB0C1ECBF43F0D19912D81D0B8
checksum64: 5862BD6F4F4619D3BFEB4F9C2CDFDF62FD45658650DEBD535C6AF10A8695E181
checksum32: 5DE71F60CA0012E5EFC6E991696095D3EB5A80D156FB404C3FBE8317BA690313
checksum64: 5196563BA07031257D972C0B3C2EBD3227D98A40587278E11930DBC2F78D4E69

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 @@ -7,8 +7,8 @@ $pp = Get-PackageParameters

Stop-GitSSHAgent

$fileName32 = 'Git-2.35.3-32-bit.exe'
$fileName64 = 'Git-2.35.3-64-bit.exe'
$fileName32 = 'Git-2.36.0-32-bit.exe'
$fileName64 = 'Git-2.36.0-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.35.3</version>
<version>2.36.0</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 have 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.35.3.windows.1/PortableGit-2.35.3-32-bit.7z.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.35.3.windows.1/PortableGit-2.35.3-64-bit.7z.exe>
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.36.0.windows.1/PortableGit-2.36.0-32-bit.7z.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.36.0.windows.1/PortableGit-2.36.0-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: BE28DEA2619F0D71872ADF3C3F0859838773B3785B7C36F520005E93E4FC1190
checksum64: 53091932DB9ED386A667A4B11B5760BB8EB2D44D556B67CB94FA2766DAA37182
checksum32: 27522261DE1666E99D2C9708351DE8E25638D6BC2F41E4D9A28BCEDE4C8EEC75
checksum64: 2257DF41991F07C33176E2AF8240181DAB44CC713AFE0FD95A0E12964FC46BDA

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.35.3</version>
<version>2.36.0</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 @@ -60,7 +60,7 @@ Example: `choco install git.install --params "/GitAndUnixToolsOnPath /NoGitLfs /
<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.35.3]" />
<dependency id="git.install" version="[2.36.0]" />
</dependencies>
</metadata>
<files>
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>85.0.4341.75</version>
<version>86.0.4363.23</version>
<title>Opera</title>
<owners>chocolatey-community</owners>
<authors>Opera</authors>
Expand All @@ -22,7 +22,7 @@ These parameters can be passed to the installer with the use of `--params`.
For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'`
]]></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-85/#b4341.75</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-86/#b4363.23</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/85.0.4341.75/win/Opera_85.0.4341.75_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/85.0.4341.75/win/Opera_85.0.4341.75_Setup_x64.exe'
checksum = '9050b60a98911a917de2fb94e5484706bcd62887ca2d8ba199832ecbac8fd9d9'
checksum64 = '4f3de0ea960ff824bbb55a7e1bc1992eaaac744e6443f951389b04e6e205220f'
url = 'https://get.geo.opera.com/pub/opera/desktop/86.0.4363.23/win/Opera_86.0.4363.23_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/86.0.4363.23/win/Opera_86.0.4363.23_Setup_x64.exe'
checksum = 'b760837344ec9e1bfe3bcb4cb55cea896d39499f75a434c1b5ea15f7d4afe6b8'
checksum64 = '40e20336d9dff2216693dcea387ffb9e3f7254e07c2d3a48c0c287ebe6fb3bbc'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '85.0.4341.75'
$version = '86.0.4363.23'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/waterfox/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official download link listed on <https://github.com/WaterfoxCo/Waterfox/releases/latest>
and can be verified like this:

1. Download <https://github.com/WaterfoxCo/Waterfox/releases/download/G4.1.1/Install.Waterfox.exe>
1. Download <https://github.com/WaterfoxCo/Waterfox/releases/download/G4.1.1.1/Install.Waterfox.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: 48993239F5754AF44716DAC086F95EF264C012E186D4605E675C350600899958
checksum: 31C5676BB7F0A1A5E27A354776475292A5A06A79D65256F53F693F0639555505

File 'LICENSE.md' is obtained from <https://github.com/MrAlex94/Waterfox/blob/1bc2fb60abf0fa173b69ca94f660115d76f09f4f/LICENSE>
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"current": "22044.1.1",
"current": "22044.1.1.1",
"classic": "2022.04"
}
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.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>Waterfox</id>
<version>22044.1.1</version>
<version>22044.1.1.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/waterfox</packageSourceUrl>
<owners>chocolatey-community,tonigellida,admiringworm</owners>
<title>Waterfox </title>
Expand Down

0 comments on commit 737d28c

Please sign in to comment.