Skip to content

Commit

Permalink
AU: 4 updated - chromium octave.portable thunderbird tor-browser
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 4, 2022
1 parent 4aa91c9 commit de75621
Show file tree
Hide file tree
Showing 12 changed files with 191 additions and 191 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "109.0.5399.0-snapshots",
"snapshots": "109.0.5400.0-snapshots",
"stable": "107.0.5304.88"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.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>chromium</id>
<version>109.0.5399.0-snapshots</version>
<version>109.0.5400.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
Original file line number Diff line number Diff line change
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/1066862/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1066867/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1067218/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1067239/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: FC38703868654932E5863BEA08D180787E3E952862B3BB4570C2EB73C814DB15
checksum64: 2F273926B6BBE27D2763BE9629F182822E1B3D1E26B38AE5EB42882C5E7C7390
checksum32: A21892488F30E2000068D7699C4E90F2B9590D572B11369F4810B3F4C9061849
checksum64: 129286BCD567816B485BB5C8127DC5A04D602301A371E5E15B47F2EAC9BB5213

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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "109.0.5399.0-snapshots"
$version = "109.0.5400.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
8 changes: 4 additions & 4 deletions automatic/octave.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ location on <https://www.gnu.org/software/octave/download.html>
and can be verified by doing the following:

1. Download the following:
32-bit software: <https://ftp.gnu.org/gnu/octave/windows/octave-7.2.0-w32.7z>
64-bit software: <https://ftp.gnu.org/gnu/octave/windows/octave-7.2.0-w64.7z>
32-bit software: <https://ftp.gnu.org/gnu/octave/windows/octave-7.3.0-w32.7z>
64-bit software: <https://ftp.gnu.org/gnu/octave/windows/octave-7.3.0-w64.7z>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -18,7 +18,7 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type: sha256
checksum32: 42bdc77cc1ac60b302e308f528f85da29026170a5b496928fbcb4799feee6b2a
checksum64: f07ba521eebcd0a3d61e547608fb4a45d7905d87e51c3ee0c145f23739ec709c
checksum32: 04bf192c3c059dea3e53c85cdb492b4dc67fdaec5e99f475d4eb282419dd7f98
checksum64: 800a76052f9f308b88288355f482f64d0832ebe2c08792d8649edef1d4be744f

File 'gpl-3.0.txt' is obtained from <https://www.gnu.org/software/octave/license.html>
4 changes: 2 additions & 2 deletions automatic/octave.portable/octave.portable.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>octave.portable</id>
<version>7.2.0</version>
<version>7.3.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/octave.portable</packageSourceUrl>
<owners>chocolatey-community,dgalbraith,Andrei Bejenaru</owners>
<title>GNU Octave (Portable)</title>
Expand Down Expand Up @@ -46,7 +46,7 @@ Example: `choco install octave.install --params "/DesktopIcon /StartMenu /LocalU
* The package makes Octave available through the `octave` (GUI) and `octave-cli` (CLI) shims following installation
]]></description>
<releaseNotes>https://www.gnu.org/news/release/2022/04/06/octave-7.1.0-released.html</releaseNotes>
<releaseNotes>https://www.gnu.org/news/release/2022/07/28/octave-7.2.0-released.html</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
10 changes: 5 additions & 5 deletions automatic/octave.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$version = '7.2.0'
$version = '7.3.0'

$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
$progDir = "$toolsDir\octave"
Expand All @@ -10,10 +10,10 @@ $osBitness = Get-OSArchitectureWidth
$packageArgs = @{
PackageName = 'octave.portable'
UnzipLocation = $toolsDir
Url = 'https://ftp.gnu.org/gnu/octave/windows/octave-7.2.0-w32.7z'
Url64 = 'https://ftp.gnu.org/gnu/octave/windows/octave-7.2.0-w64.7z'
Checksum = '42bdc77cc1ac60b302e308f528f85da29026170a5b496928fbcb4799feee6b2a'
Checksum64 = 'f07ba521eebcd0a3d61e547608fb4a45d7905d87e51c3ee0c145f23739ec709c'
Url = 'https://ftp.gnu.org/gnu/octave/windows/octave-7.3.0-w32.7z'
Url64 = 'https://ftp.gnu.org/gnu/octave/windows/octave-7.3.0-w64.7z'
Checksum = '04bf192c3c059dea3e53c85cdb492b4dc67fdaec5e99f475d4eb282419dd7f98'
Checksum64 = '800a76052f9f308b88288355f482f64d0832ebe2c08792d8649edef1d4be744f'
ChecksumType = 'sha256'
ChecksumType64 = 'sha256'
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/thunderbird/thunderbird.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>thunderbird</id>
<version>102.4.1</version>
<version>102.4.2</version>
<title>Mozilla Thunderbird</title>
<owners>chocolatey-community</owners>
<authors>Mozilla</authors>
Expand Down
Loading

0 comments on commit de75621

Please sign in to comment.