Skip to content

Commit

Permalink
AU: 6 updated - brave chromium PartitionMasterFree skype vscode-insid…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 24, 2022
1 parent e282132 commit 2d65090
Show file tree
Hide file tree
Showing 17 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.35.99",
"beta": "1.36.101-beta"
"beta": "1.37.72-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.36.101-beta</version>
<version>1.37.72-beta</version>
<title>Brave Browser (Beta)</title>
<description><![CDATA[Brave is a free and open-source web browser developed by Brave Software Inc. based on the Chromium web browser. Brave supports Windows, macOS, Linux and Android.
Expand Down
8 changes: 4 additions & 4 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://github.com/brave/brave-browser/releases/download/v1.36.101/BraveBrowserStandaloneSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.36.101/BraveBrowserStandaloneSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.37.72/BraveBrowserStandaloneSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.37.72/BraveBrowserStandaloneSilentBetaSetup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: C9F5418E121421A52F704ECB1A02265A620C2F995ACDD49691F89CEEC022F689
checksum64: 8E872C734BAF66EF5DAD4A0736D7F32D595CBC6F7F67D114CFA93B824CD72A8C
checksum32: 39EF69C6BE51B7076605A33E28FB41A6F3A59F501F1BADA65F20938578BB7F35
checksum64: B88F3119D59BA9792793D47DEB0EDFE0137ADC26FDFD2AAAA069F1FAA43A5015

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/brave/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe"
}

[version]$softwareVersion = '1.36.101'
[version]$softwareVersion = '1.37.72'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
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": "101.0.4907.0-snapshots",
"snapshots": "101.0.4908.0-snapshots",
"stable": "98.0.4758.102"
}
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>101.0.4907.0-snapshots</version>
<version>101.0.4908.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/974308/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/974327/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/974537/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/974551/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: 150052DF54E362813F60044EB9A379FDA3C35A84BDEEC9B6C9061FDCD9A77857
checksum64: A5FF768B204BAEC23BD1BBA6AECB0AC49F5EC1C0F1070828C91A67A2FA3254E4
checksum32: 224C05906BC94BAE4D61E494A7F6D9AE3CBDB9BA72D01548F35B9CF116781962
checksum64: 0D33F7D95E10CF7AF96F30555A45689C99BB6471A90744E3FD21873683AEF482

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 = "101.0.4907.0-snapshots"
$version = "101.0.4908.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
6 changes: 3 additions & 3 deletions automatic/partitionmasterfree/PartitionMasterFree.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>PartitionMasterFree</id>
<title>EaseUS Partition Master (Free)</title>
<version>16.0</version>
<version>16.6</version>
<authors>CHENGDU Yiwo Tech Development Co., Ltd</authors>
<owners>chocolatey-community,Redsandro</owners>
<summary>EaseUS Partition Master Free Edition is a partition solution and disk management utility</summary>
Expand Down Expand Up @@ -43,8 +43,8 @@
<copyright>2005-2013 CHENGDU Yiwo Tech Development Co., Ltd. All rights reserved.</copyright>
<licenseUrl>http://www.easeus.com/license.htm</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@1698c7d42b18ac8be736b6afa75a96321c426cd0/icons/partitionmasterfree.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/partitionmasterfree</packageSourceUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@1698c7d42b18ac8be736b6afa75a96321c426cd0/icons/partitionmasterfree.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/partitionmasterfree</packageSourceUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/partitionmasterfree/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@1698c7d42b18ac8be736b6afa75a96321c426cd0/icons/partitionmasterfree.png" width="48" height="48"/> [partitionmasterfree](https://chocolatey.org/packages/partitionmasterfree)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@1698c7d42b18ac8be736b6afa75a96321c426cd0/icons/partitionmasterfree.png" width="48" height="48"/> [partitionmasterfree](https://chocolatey.org/packages/partitionmasterfree)

EaseUS Partition Master Free Edition is a partition solution and disk management utility. It allows you to extend partition, especially for system drive, settle low disk space problem, manage disk space easily on MBR and GUID partition table (GPT) disk under 32 bit and 64 bit Windows 2000/XP/Vista/Windows 7 SP1/Windows 8. The most popular hard disk management functions are brought together with powerful data protection including: Partition Manager, Disk and Partition Copy Wizard and Partition Recovery Wizard.

Expand Down
2 changes: 1 addition & 1 deletion automatic/partitionmasterfree/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Package can be verified like this:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: c1c2af90a1f3d2a939e6d3b3e72a9e5e802d309396d6d9450392e5f0de706b01
checksum32: 3b74a805ae7b55682f66e19d80d7f0f5006143f93a8a357e4a788222c9b00b9b

File 'license.txt' is obtained from:
https://www.easeus.com/license.htm
2 changes: 1 addition & 1 deletion automatic/partitionmasterfree/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $Env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\epm_free_easeus.exe"
file = "$toolsPath\epm_suite_freeA21.exe"
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
validExitCodes = @(0, 3010)
softwareName = 'EaseUS Partition Master*'
Expand Down
2 changes: 1 addition & 1 deletion automatic/skype/skype.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>skype</id>
<title>Skype</title>
<version>8.80.0.195</version>
<version>8.81.0.268</version>
<authors>Microsoft</authors>
<owners>chocolatey-community,Rob Reynolds</owners>
<summary>Skype - VOIP</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/skype/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Skype*'
fileType = 'msi'
url = 'https://download.skype.com/s4l/download/win/Skype-8.80.0.195.msi'
checksum = '36684efdd8dd75ba109b880506dbf7c9968b66bb5202ad69e0f76f2da965d5a9'
url = 'https://download.skype.com/s4l/download/win/Skype-8.81.0.268.msi'
checksum = '80651e30340aab09023c17fe696f6836e53abecf9822129d5330eef7f05e8b93'
checksumType = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/32456dc9e7d3194a94dd3ee0322ccf47e461d09c/VSCodeSetup-ia32-1.65.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/32456dc9e7d3194a94dd3ee0322ccf47e461d09c/VSCodeSetup-x64-1.65.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/3112460dc48ce7e557ea9feeaae04b912164b48b/VSCodeSetup-ia32-1.65.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/3112460dc48ce7e557ea9feeaae04b912164b48b/VSCodeSetup-x64-1.65.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '882aa5e510c6c1304c3aa0dff92aef0a26615db59447544ae1f119b0af38cdad0725d4ce7f93d253514fe6367e9fd11d949b6cf492efaa33c6f9a8a13fd9307a'
checksum = '6cc7f0f6c9a554a8c174693ef12980a139312b5fa1533d572a85a58595eace3df65e0842a1283f8054a5824c15ea0fe1a61b45e8e7e716308b63ec912606adb4'
checksumType = 'sha512'
checksum64 = '174eff498e2190a56a3d554db875c1da358dc7136dd4f548050f259e6470507d3ff3fdf14cd6e235de4320605d2db2a1ffd752973cb356d2f6d7027b865bab1b'
checksum64 = '340d7a92a76767642ec1f5cdd46400301ad9401082f391acffd0702ff8c9f745c4c072c130f837de6120fb408d09eb3892fefb00f0bca6805674396ae9b4fe28'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.65.0.20220223</version>
<version>1.65.0.20220224</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.65.0.20220223</version>
<version>1.65.0.20220224</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -47,7 +47,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.65.0.20220223]" />
<dependency id="vscode-insiders.install" version="[1.65.0.20220224]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 2d65090

Please sign in to comment.