Skip to content

Commit

Permalink
AU: 5 updated - autohotkey.portable brave chromium vscode-insiders vs…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 16, 2021
1 parent 31abfcd commit a8de72c
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/autohotkey.portable.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"1.1": "1.1.33.02",
"2.0": "2.0-a123"
"2.0": "2.0-a124"
}
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/autohotkey.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/2010/07/nuspec.xsd">
<metadata>
<id>autohotkey.portable</id>
<version>2.0-a123</version>
<version>2.0-a124</version>
<title>AutoHotkey (Portable)</title>
<owners>chocolatey-community</owners>
<authors>Lexikos</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/autohotkey.portable/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Go to

x32: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a123-e5801ee8.zip
x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a123-e5801ee8.zip
x32: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a124-b53c1e78.zip
x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a124-b53c1e78.zip

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: E28583001305C5E7169A3DBA51E0E942DD1D8C323D0F09712F1C8BE3F10DA853
checksum64: E28583001305C5E7169A3DBA51E0E942DD1D8C323D0F09712F1C8BE3F10DA853
checksum32: 28297D3BAEFF2769EA9AC09BE249C2ADBE0CE7D21DC8DCBA65197A5A8279D6DD
checksum64: 28297D3BAEFF2769EA9AC09BE249C2ADBE0CE7D21DC8DCBA65197A5A8279D6DD

Using AU:

Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0-a123-e5801ee8.zip
Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0-a124-b53c1e78.zip

File 'license.txt' is obtained from:
https://github.com/AutoHotkey/AutoHotkey/blob/26daaddf714135a6fcc730fe250bd1d41a9d3c53/license.txt
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$fileName = 'AutoHotkey_2.0-a123-e5801ee8.zip'
$fileName = 'AutoHotkey_2.0-a124-b53c1e78.zip'
$toolsPath = Split-Path -Parent $MyInvocation.MyCommand.Definition
$zip_path = "$toolsPath\$fileName"
Remove-Item $toolsPath\* -Recurse -Force -Exclude $fileName
Expand Down
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.20.103",
"beta": "1.21.51-beta"
"beta": "1.21.55-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.21.51-beta</version>
<version>1.21.55-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.21.51/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.21.51/BraveBrowserSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.21.55/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.21.55/BraveBrowserSilentBetaSetup.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: BB476649D76C88157C765065568B23965B70C25635D830AC7370B882A4E9696F
checksum64: 4DC52874AA9A07ACDD1D2C51FEAF383B71E25F05AD0730A48F47F31C7C1759DB
checksum32: 7A6DBFE59B40D1B089150BB0564ACA3A8FDCCD4244529655E75646E98FD1DE68
checksum64: C9D682AC7B9F9790026BBFB4867E4898D174CE7A432DA869EE05F53118C1DCF8

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\BraveBrowserSilentBetaSetup.exe"
}

[version]$softwareVersion = '1.21.51'
[version]$softwareVersion = '1.21.55'

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": "90.0.4420.0-snapshots",
"snapshots": "90.0.4421.0-snapshots",
"stable": "88.0.4324.150"
}
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>90.0.4420.0-snapshots</version>
<version>90.0.4421.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/853974/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/853976/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/854192/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/854200/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: 4AA62AA240A97C29FD71CCCAC76DE7A3B413F7A003A41396FC0BAB5A97641451
checksum64: 04D9C470084B42045EC3CCFD0173C8872D8F9DF0D007B71EB83EA40F351F4813
checksum32: 94688ECBA7D7EC41CD8B0E90B7EC757A7C42DE37D533524C8FA79A4211FFB020
checksum64: 9764214BC138EE359430ECB033C08715C914495B5F008DC2FB95E5E40E1F31DF

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 = "90.0.4420.0-snapshots"
$version = "90.0.4421.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/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/a699ffaee62010c4634d301da2bbdb7646b8d1da/VSCodeSetup-ia32-1.54.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/a699ffaee62010c4634d301da2bbdb7646b8d1da/VSCodeSetup-x64-1.54.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/5e74ad5430203eadf89fd8e99695f4ebdb0e62ad/VSCodeSetup-ia32-1.54.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/5e74ad5430203eadf89fd8e99695f4ebdb0e62ad/VSCodeSetup-x64-1.54.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '3128097c841d06f3f282b1f699359220b9975877429857c47c2113066e6fcc029f01446f2fa0d7238edd6641ef1c93416eec76c56036f48264f82d1e0acffacd'
checksum = 'ca5cfa40e56ae9d602a7166f016c0599aeeb878c4c04c45b2c7a0928b26fc0033ee2f838e37d9fff9f8c14cc4c1614ffbf1323795a3894c02963266069cb5378'
checksumType = 'sha512'
checksum64 = 'f27916aa6a5200879cfe8258309e6e405f29786bcaac03e83850aae5ca17e3794b4d72bb52520c01bf08e8e9ad1230c51ae40b3e2a2a748e49ab97471dde7e04'
checksum64 = 'd06969c6185378a27a0065ac3c9c78ad8bd869dfcd27a1dd44852d5888a6387225cf6f1ffc35019b9e0a969d585b7a99bba9b4237b4c9073765540d3789dbd92'
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.54.0.20210215</version>
<version>1.54.0.20210216</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.54.0.20210215</version>
<version>1.54.0.20210216</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.54.0.20210215]" />
<dependency id="vscode-insiders.install" version="[1.54.0.20210216]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit a8de72c

Please sign in to comment.