Skip to content

Commit

Permalink
AU: 3 updated - googlechromebeta palemoon texmaker
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 19, 2021
1 parent 50a8a0f commit e4b33bc
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>93.0.4577.42-beta</version>
<version>93.0.4577.51-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '93.0.4577.42-beta'
$version = '93.0.4577.51-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = '961ef4e0f8157e07b5f92c9ea8bf8f81c6e84d6388da69021b610f65375c7d47'
checksum64 = '5ee9f07658634dd02a110fd2d4f80980b64ad017aa8dbfb26e30e242a61eae99'
checksum = '28894e47f5032631750cae6e4abe937fb0081b85e418f2b008a6030df9e6d123'
checksum64 = '054b8196fa9a718e9623bee28c2a37dc31f1cbe8fb6f4c875572c5231544ecba'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/palemoon/palemoon.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>palemoon</id>
<title>Pale Moon browser</title>
<version>29.4.0</version>
<version>29.4.0.1</version>
<authors>Moonchild Productions</authors>
<owners>chocolatey-community,Redsandro</owners>
<summary>A Firefox-based web browser optimized for modern hardware.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/palemoon/tools/chocolateyInstall.ps1
Expand Up @@ -3,14 +3,14 @@
$packageArgs = @{
packageName = 'palemoon'
fileType = 'exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-29.4.0.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-29.4.0.win64.installer.exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-29.4.0.1.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-29.4.0.1.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = '2907fc5fb7a5f719d788014f5d950ab443cdff0b735602125f403aa6a5426a85'
checksum = '6311c2be97130c0a7916e356d66f406d83c3ffd65c47bbb668e33f3d90617b90'
checksumType = 'sha256'
checksum64 = '3494c709d0f41cfb78cfe5baf860a5efcf4c00cfb9c32bcc98f245f09d4354fa'
checksum64 = '75eac09220b7380186d222f2b5992394a3400141691a7dbc3a7a8ee16419ab91'
checksumType64= 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down
4 changes: 2 additions & 2 deletions automatic/texmaker/legal/VERIFICATION.txt
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.1.0_Win_x64.msi>
1. Download the following <http://www.xm1math.net/texmaker/assets/files/Texmaker_5.1.1_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: CB0A158431B2BF35CC084315CE805039523EB77B9926DE4A1550C33297A1D9B4
checksum: 8050FC87D26231E93D0AFFA3581B123D85B0CEC7FA107AA7D5292D529C873842

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
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>texmaker</id>
<version>5.1.0</version>
<version>5.1.1</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
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.1.0_Win_x64.msi"
file = "$toolsPath\Texmaker_5.1.1_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 e4b33bc

Please sign in to comment.