Skip to content

Commit

Permalink
AU: 6 updated - 1password calibre gom-player vim vscode-insiders vsco…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 21, 2021
1 parent ac53af3 commit c2c3604
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion automatic/1password/1password.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"OPW": "7.6.802-BETA",
"OPW": "7.6.803-BETA",
"OPW4": "4.6.2.626"
}
2 changes: 1 addition & 1 deletion automatic/1password/1password.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>1password</id>
<version>7.6.802-BETA</version>
<version>7.6.803-BETA</version>
<title>1Password</title>
<authors>AgileBits</authors>
<owners>chocolatey-community, AgileBits</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/1password/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.6.802-BETA.exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.6.803-BETA.exe'
softwareName = '1Password*'
checksum = 'c89dd6d2dc93dd3ae3c26ad44a508d5baac1a2191cdea4da2bff9ecf808105eb'
checksum = '3ad1c1f348942c3e00d35dd73c0f08062c74d7061fb20d37acd99da632ed9bbb'
checksumType = 'sha256'
silentArgs = "--silent"
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/calibre/calibre.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>calibre</id>
<title>Calibre</title>
<version>5.17.0</version>
<version>5.18.0</version>
<authors>Kovid Goyal</authors>
<owners>chocolatey-community, gep13</owners>
<summary>calibre is the one stop solution to all your e-book needs.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/calibre/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ and can be verified by doing the following:

1. Download the following:
32-Bit software: NOT INCLUDED IN PACKAGE
64-Bit software: <https://download.calibre-ebook.com/5.17.0/calibre-64bit-5.17.0.msi>
64-Bit software: <https://download.calibre-ebook.com/5.18.0/calibre-64bit-5.18.0.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
checksum32: NOT INCLUDED IN PACKAGE
checksum64: AFADCFB0D101D6A320E8EB85DBE5087902D6ED04FD81F5AA8CE40DD4F72E5651
checksum64: 664551F1C860977AF4B10867EBA881DF122CF00C43714DD261F0EF68CB34C4CD

The file 'LICENSE.txt' has been obtained from <https://github.com/kovidgoyal/calibre/blob/89c271759db5c71202251895f6793e4c1ec65ee6/LICENSE>
6 changes: 3 additions & 3 deletions automatic/calibre/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'MSI'
url = 'https://download.calibre-ebook.com/5.17.0/calibre-5.17.0.msi'
checksum = 'A5AD09CDF744770AD59BF0F8BD73F1856FF05B37836DC68775CE39F689DBB873'
url = 'https://download.calibre-ebook.com/5.18.0/calibre-5.18.0.msi'
checksum = '5BF705DA995FCE724BF5FE636FB057BEFA1C77FCAAEC4B12B1DAE10154C06718'
checksumType = 'sha256'
file64 = "$toolsPath\calibre-64bit-5.17.0.msi"
file64 = "$toolsPath\calibre-64bit-5.18.0.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/gom-player/gom-player.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>gom-player</id>
<version>2.3.64.5328</version>
<version>2.3.65.5329</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/gom-player</packageSourceUrl>
<owners>chocolatey-community, AdmiringWorm</owners>
<title>GOM Player (Install)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/gom-player/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
fileType = 'exe'
url = 'https://cdn.gomlab.com/gretech/player/GOMPLAYERGLOBALSETUP_NEW.EXE'
softwareName = 'GOM Player'
checksum = 'b40d9ec72eed202d1ec13c572222bf115588ea23a0cd6dcb96354a45f113f955'
checksum = '51cac36094572fefe0bf82ec263463f050444f5bf4caa7762fb957e9f0b53b79'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2873/gvim_8.2.2873_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2873/gvim_8.2.2873_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2875/gvim_8.2.2875_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2875/gvim_8.2.2875_x64.zip>
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: 9E392157D1D8CBCDAAA30F3764E68F499372F1DDD8476A0E27D90EC27BD3718D
checksum64: 57F6E6849A0CE1D96B43AF381D17070C56A68E7FFBB737897064D4E32CF26E9E
checksum32: 639D335B49908755A44E0B08B244B6EDF2437BA9726064FB29C9742A4D8CB780
checksum64: C1856203257FE8576595DF533E33142AA56AF2AECFF8F7D9EF42A386370E4FD1
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.2873_x86.zip"
file64 = "$toolsDir\gvim_8.2.2873_x64.zip"
file = "$toolsDir\gvim_8.2.2875_x86.zip"
file64 = "$toolsDir\gvim_8.2.2875_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.2873</version>
<version>8.2.2875</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
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/29c61570a5b9a669f777bb28b5acd5c37d99edbe/VSCodeSetup-ia32-1.57.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/29c61570a5b9a669f777bb28b5acd5c37d99edbe/VSCodeSetup-x64-1.57.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/4fd4e10e99eff9eb77408b71c7f58b7ed7458ee5/VSCodeSetup-ia32-1.57.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/4fd4e10e99eff9eb77408b71c7f58b7ed7458ee5/VSCodeSetup-x64-1.57.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'cb3b4cc3d1caec7efd5fd7a9b12ecb033136195dc6695131fd5add1d45d71e63917b0b0e2f4569ce0e8e10da3d45145a926f7f08f508c41fdec29d41421f67f7'
checksum = '3448c3a617d14e54428bbf944a9ba98fc32c737cf25295d88ababfd443e3cd4c7beaedb22d7dc1197614fa3abad533adb706238ef08e5de9ea21ca641418d60f'
checksumType = 'sha512'
checksum64 = 'd3d8745132e2cc8a45301655f296471e0f0bb1660928291e0def454789f1349f40122f27d4634cc7f4079dba10a7bdcaf2e19b8464cf0534baff37da125d0c61'
checksum64 = '98451cb031c15db20d29a109f17bc6168b5bf5d546e7e9959e883b7b744c39ec7921d99584aa57246ef0cc16937476a034848b078774fe9ea32cd3fb46834b53'
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.57.0.20210520</version>
<version>1.57.0.20210521</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.57.0.20210520</version>
<version>1.57.0.20210521</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.57.0.20210520]" />
<dependency id="vscode-insiders.install" version="[1.57.0.20210521]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit c2c3604

Please sign in to comment.