Skip to content

Commit

Permalink
AU: 2 updated - chromium texmaker
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 14, 2021
1 parent 9a2cc0d commit 09e7017
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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": "95.0.4607.0-snapshots",
"snapshots": "95.0.4608.0-snapshots",
"stable": "92.0.4515.131"
}
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>95.0.4607.0-snapshots</version>
<version>95.0.4608.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/911683/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/911682/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/911986/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/911982/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: F0B77D3CCA527345B493B28A8CA960C076FB057CF5655E647D52217A0CF19F92
checksum64: CE9E0EB95D86A20F9CF9D0D0773E4EC3828DEA07E92BD737D40DAECD055DB297
checksum32: B83F4D30CF236C897DD7F6657CF59AE838A1A4C1E7BCA6EDB02062E529F4AF92
checksum64: EAE2C1EA812FA7536BF0D35B03C2F0ED3C913ADDC311D91F36BDF5651C07499F

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 = "95.0.4607.0-snapshots"
$version = "95.0.4608.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/texmaker/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download
location on <http://www.xm1math.net/texmaker/download.html>
and can be verified by doing the following:

1. Download the following <http://www.xm1math.net/texmaker/assets/files/Texmaker_5.0.4_Win_x64.msi>
1. Download the following <http://www.xm1math.net/texmaker/assets/files/Texmaker_5.1.0_Win_x64.msi>
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
checksum: 2A8BBCFC611957EA649B06E4736B4F6E200E77F87A29B8DDCC2ACDA8CBC70947
checksum: CB0A158431B2BF35CC084315CE805039523EB77B9926DE4A1550C33297A1D9B4

The file 'LICENSE.txt' has been obtained from <https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt>
This license was mentioned on their project page to be the correct license.
2 changes: 1 addition & 1 deletion automatic/texmaker/texmaker.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>texmaker</id>
<version>5.0.4</version>
<version>5.1.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/texmaker</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>Texmaker</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/texmaker/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if ((Get-OSArchitectureWidth 32) -or $env:chocolateyForceX86 -eq $true) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\Texmaker_5.0.4_Win_x64.msi"
file = "$toolsPath\Texmaker_5.1.0_Win_x64.msi"
softwareName = 'Texmaker*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 09e7017

Please sign in to comment.