Skip to content

Commit

Permalink
AU: 2 updated - chromium libreoffice-still
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 2, 2023
1 parent fec9e58 commit 7a572d4
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "112.0.5574.0-snapshots",
"snapshots": "112.0.5575.0-snapshots",
"stable": "109.0.5414.120"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>112.0.5574.0-snapshots</version>
<version>112.0.5575.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1100061/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1100064/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1100306/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1100308/mini_installer.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 671C1CCF417EB2D12CE0B95BB8F871C44BE6774D182DF623B276B523131D5442
checksum64: D057AF1FCD2AD9FFC356D72FBB2A0C14DEDBCD7561FB9DEEDFD5D1C4BC373A19
checksum32: FBC6E793296428024CFBD2BD0C02A65F8F3EE4D6AF3AE6A2A2EF7326DE177884
checksum64: A980F4610F2813D6E0FD80F55EE8BEEF9CAAAE0EBB6EDB644E55B1C7F2ACCDD0

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "112.0.5574.0-snapshots"
$version = "112.0.5575.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
4 changes: 2 additions & 2 deletions automatic/libreoffice-streams/libreoffice-streams.json
@@ -1,4 +1,4 @@
{
"still": "7.4.4",
"fresh": "7.4.4"
"still": "7.4.5",
"fresh": "7.4.5"
}
2 changes: 1 addition & 1 deletion automatic/libreoffice-streams/libreoffice-streams.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>libreoffice-still</id>
<title>LibreOffice Still</title>
<version>7.4.0</version>
<version>7.4.5</version>
<authors>LibreOffice developers</authors>
<owners>chocolatey-community</owners>
<summary>LibreOffice is the free power-packed Open Source personal productivity suite for Windows, Macintosh and Linux, that gives you six feature-rich applications for all your document production and data processing needs.</summary>
Expand Down
10 changes: 5 additions & 5 deletions automatic/libreoffice-streams/tools/chocolateyInstall.ps1
Expand Up @@ -5,12 +5,12 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = 'libreoffice-still'
version = '7.4.0'
version = '7.4.5'
fileType = 'msi'
url = 'https://downloadarchive.documentfoundation.org/libreoffice/old/7.4.0.3/win/x86/LibreOffice_7.4.0.3_Win_x86.msi'
url64bit = 'https://downloadarchive.documentfoundation.org/libreoffice/old/7.4.0.3/win/x86_64/LibreOffice_7.4.0.3_Win_x64.msi'
checksum = 'a8c7579219c17165a38df9eafa7d6353897665bba2c3533459b6e729d816cd2a'
checksum64 = 'eba739e3b0c339625219c4a634062129f1e644821d524791fd0e52eca99c5354'
url = 'https://download.documentfoundation.org/libreoffice/stable/7.4.5/win/x86/LibreOffice_7.4.5_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/7.4.5/win/x86_64/LibreOffice_7.4.5_Win_x64.msi'
checksum = '0e3fa8d7d4aa090e9708f27099f0e0a1f2edde88735e00fad6a1c3b864ca7aa1'
checksum64 = 'aacdb6ec15cf1b76287cd089582e8d76fe769b218c1dbcbc7496cda5c3cd662b'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/qn /passive /norestart /l*v "{0}"' -f "$($env:TEMP)\$($env:ChocolateyPackageName).$($env:ChocolateyPackageVersion).MsiInstall.log"
Expand Down

0 comments on commit 7a572d4

Please sign in to comment.