Skip to content

Commit

Permalink
AU: 3 updated - vscode-insiders vscode-insiders.install zotero
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 19, 2022
1 parent fa18ba1 commit 632e27f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
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/1ccfe2bbe804a20a7c657ca42368987fd1adac58/VSCodeSetup-ia32-1.70.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/1ccfe2bbe804a20a7c657ca42368987fd1adac58/VSCodeSetup-x64-1.70.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/a74adedba8fb56d14f01f7950340dab33cfeae57/VSCodeSetup-ia32-1.70.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/a74adedba8fb56d14f01f7950340dab33cfeae57/VSCodeSetup-x64-1.70.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '9aa32ace76c5d562dffdbe3ec89f3980fd2cc8a874d544aa33c6f7ce93f88b8b4193cd0953e5d0fc17a99cf431ede00678443790c4d4c75ca9b69e483977afcc'
checksum = '5f91709a92ac2e6583f4efd931126bcf92da90695d4149fbc6abf721122049312736ece1747ad300251a314a30e175b6d3ab513d8fd3a6a2b4ae0c67a2d2c0c8'
checksumType = 'sha512'
checksum64 = '63b551eb4237ab2b4b3d2bd3bd7a3101821267d7107b194a1ecfca2556c1eb723c1acfbbe94a8215b70c88a1d24221237e327977bb0cc454c5d66255ede2af2c'
checksum64 = 'adc54185ad4fbced3ffedd05a9ddfcde2271a544264f81e62d04046460817530095620334b45fde507ece63c08800ac8da816f15f328b4847bfc68d6c2cd2b0b'
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.70.0.20220718</version>
<version>1.70.0.20220719</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.70.0.20220718</version>
<version>1.70.0.20220719</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.70.0.20220718]" />
<dependency id="vscode-insiders.install" version="[1.70.0.20220719]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions automatic/zotero/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://www.zotero.org/download/> (The listed url gets redirected to another one)
and can be verified by doing the following:

1. Download the following <https://download.zotero.org/client/release/6.0.9/Zotero-6.0.9_setup.exe>
1. Download the following <https://download.zotero.org/client/release/6.0.10/Zotero-6.0.10_setup.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
checksum: 589347330C62EA0727E592AB774D3B3411E8CE7B92575D793CB27569A732A10B
checksum: 5C590CAB6FE9F1BB55AD2A5F2034CC104B1CCAC8DD862165652A3019EC5D0437

The file 'LICENSE.txt' has been obtained from <https://github.com/zotero/zotero/blob/929288f9811a5026053ae154ca08cc4a9da13c52/COPYING>
2 changes: 1 addition & 1 deletion automatic/zotero/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $packageArgs = @{
silentArgs = '/S'
validExitCodes = @(0)
softwareName = 'Zotero'
file = "$toolsPath\Zotero-6.0.9_setup.exe"
file = "$toolsPath\Zotero-6.0.10_setup.exe"
}

Install-ChocolateyInstallPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/zotero/zotero.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>zotero</id>
<title>Zotero</title>
<owners>chocolatey-community</owners>
<version>6.0.9</version>
<version>6.0.10</version>
<authors>Center for History and New Media, et. al.</authors>
<summary>Zotero [zoh-TAIR-oh] is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources. </summary>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@53607633ce049d5d75ac668f4408faaeced36bc3/icons/zotero.png</iconUrl>
Expand Down

0 comments on commit 632e27f

Please sign in to comment.