Skip to content

Commit

Permalink
AU: 4 updated - chromium juju vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 23, 2021
1 parent eeeba76 commit 21ab249
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 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": "91.0.4456.0-snapshots",
"snapshots": "91.0.4457.0-snapshots",
"stable": "89.0.4389.90"
}
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>91.0.4456.0-snapshots</version>
<version>91.0.4457.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/865029/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/865029/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/865505/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/865509/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: 536AC7FFC96959DC44DEA65D2944ACFD92414026DA205B74A2745FABDC046989
checksum64: FC5BDE52791B2511B865D460CD455B58854B35AD0AA38C987A4DEE34CE1BB5D3
checksum32: D2DC4402C9BF55832408657F54E5EA1E5F141FDDF853F5292672E059012AC6DA
checksum64: F3CD344F126B9A46E9B82A9961D063ABA2B5F362A5AFBEB78BC8D22B1770B65C

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 = "91.0.4456.0-snapshots"
$version = "91.0.4457.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/juju/juju.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"2.6": "2.6.10",
"2.7": "2.7.8",
"2.8": "2.8.9",
"2.9": "2.9-rc6"
"2.9": "2.9-rc7"
}
2 changes: 1 addition & 1 deletion automatic/juju/juju.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>juju</id>
<version>2.9-rc6</version>
<version>2.9-rc7</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/juju</packageSourceUrl>
<owners>chocolatey-community,AdmiringWorm</owners>
<title>Juju</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/juju/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The installer have been downloaded from their launchpad page <https://launchpad.
The same download links are also located in their docs <https://jujucharms.com/docs/stable/reference-releases>
and can be verified like this:

1. Go to <https://launchpad.net/juju/2.9/2.9-rc6/+download/juju-setup-2.9-rc6.exe>
1. Go to <https://launchpad.net/juju/2.9/2.9-rc7/+download/juju-setup-2.9-rc7.exe>
to download the installer
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: 6BFA119388ECCDD94594B266A3AA29FC5D9322DC4FCDA696623B285BD95B984F
checksum: D3FFF95C38C8018ADEE173B2548F0EC470AAD3CBBB7429280BA15ECDEBD0F2BC

File 'LICENSE.txt' is obtained from <https://github.com/juju/juju/blob/0b9d2d867111e1476ace5483c9868960cfe22ba1/LICENCE>
2 changes: 1 addition & 1 deletion automatic/juju/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = 'juju'
fileType = 'exe'
softwareName = 'Juju'
file = "$toolsDir\juju-setup-2.9-rc6.exe"
file = "$toolsDir\juju-setup-2.9-rc7.exe"
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"${env:TEMP}\${env:chocolateyPackageName}.${env:chocolateyPackageVersion}.Install.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/469e4f6e2755b220dae3eccb04d1ddc587b84a5a/VSCodeSetup-ia32-1.55.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/469e4f6e2755b220dae3eccb04d1ddc587b84a5a/VSCodeSetup-x64-1.55.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/a6f6b4aa8e3a688d9a5cbcd5df14af511ce2bd8e/VSCodeSetup-ia32-1.55.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/a6f6b4aa8e3a688d9a5cbcd5df14af511ce2bd8e/VSCodeSetup-x64-1.55.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'c969010c18b1015fbb8ab8ca2d6590be0748de134abfb7074a28a2dbe224261c5790ce9677f386f3eadda28219f1b7e3cc8d339391e76fc4ec079d1e40f54ed9'
checksum = 'ce0a8432caf2151243a5706cb9c61e27017fc24092e94099a0de68732c88e20acc26780e71046c0cae9ef9f30d6779ee30c5a70fd0edce110f0a01166405578a'
checksumType = 'sha512'
checksum64 = '66cbea2de7df220211c8e6333c9c9765417fc3e32954d9dc1d16572a974858c1a80a911b4fa581e335223bd2ce26935a5952ec53d4eb92a600ca8017a3f6b5a9'
checksum64 = 'd2be196ec7e48411fc71032e42335a415452c8ed749363b4edbf988539e67baca847060f672d4c816c65d3c304129d15b6aa48509f51df0b687e3c51e1254edb'
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.55.0.20210322</version>
<version>1.55.0.20210323</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.55.0.20210322</version>
<version>1.55.0.20210323</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.55.0.20210322]" />
<dependency id="vscode-insiders.install" version="[1.55.0.20210323]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 21ab249

Please sign in to comment.