Skip to content

Commit

Permalink
AU: 3 updated - SQLite vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Jan 21, 2021
1 parent 1542ef7 commit a86b86a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions automatic/sqlite/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ Package can be verified like this:

1. Go to

x32: https://sqlite.org/2020/sqlite-dll-win32-x86-3340000.zip
x64: https://sqlite.org/2020/sqlite-dll-win64-x64-3340000.zip
Toolsx32: https://sqlite.org/2020/sqlite-tools-win32-x86-3340000.zip
x32: https://sqlite.org/2021/sqlite-dll-win32-x86-3340100.zip
x64: https://sqlite.org/2021/sqlite-dll-win64-x64-3340100.zip
Toolsx32: https://sqlite.org/2021/sqlite-tools-win32-x86-3340100.zip

to download the files.

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: B736637C2542D3A866291DECAE85F9DD2165B4B548397DCB3856316E3230F252
checksum64: C262EA98880C83A762A783E641AA5B076C54151085BA7C3177AA095D42A881D0
checksumTools32: EF3E474D574CE85C57D84B00CB06223E10D1C965C07973E7ED262871B3D0DECF
checksum32: 72203FB69E3B6206445BA48E5806067394AF108E14DDC27BB5B16DEE2F79F9B0
checksum64: FC09503DCC2C7572D9C274C5318A8C260095A7CFF31AACD1060D0F5712E138F3
checksumTools32: 5717EFF13B3EE3A9491C4B886770B1EE62CFFAF55AEBA786AC8334C1323D5D15

File 'license.txt' is obtained from the following URL (and converted to markdown):
http://www.sqlite.org/copyright.html
2 changes: 1 addition & 1 deletion automatic/sqlite/sqlite.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>SQLite</id>
<version>3.34.0</version>
<version>3.34.1</version>
<title>SQLite</title>
<owners>chocolatey-community</owners>
<authors>D. Richard Hipp, SQLite contributors</authors>
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/a16beb1650908b830784be5564031fbfb5b71bd6/VSCodeSetup-ia32-1.53.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/a16beb1650908b830784be5564031fbfb5b71bd6/VSCodeSetup-x64-1.53.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/1a4b35c2023a41efae1af2661026d57cea90ef5c/VSCodeSetup-ia32-1.53.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/1a4b35c2023a41efae1af2661026d57cea90ef5c/VSCodeSetup-x64-1.53.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '8a796b26098efb0b882c488170e08bb503788d28dc8bac0c95479e657bb64d118734942ac3bac014f1db5e5e6a3f7e5aa491d4e295f7262e0c9172072939b4f7'
checksum = 'fda7afb0e20b242c82a1473c99c7a8748588ef5bcead09607399399e6c644ee8da2a5c0aee139e4edb5b30d36ef6eb7219cbadad4e71971da3f2f6270edb91d2'
checksumType = 'sha512'
checksum64 = '3e1e6aa952904637d6fbbab0362771189a3531da7c20152bbaa677f72c12f3085928d8a91fb6e9eb7a1025d012f34ec0a581ab4223e035a50530a490c42a5087'
checksum64 = 'bab18bf11e55df2d4b8d1fb419cff1f8a07399aeea7bbe9a1aa275b0a70932c53d6ba8b3d115240c557c0f74f787bbd967b8f5b176e73d6fe33cd714d1b21dd8'
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.53.0.20210120</version>
<version>1.53.0.20210121</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.53.0.20210120</version>
<version>1.53.0.20210121</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.53.0.20210120]" />
<dependency id="vscode-insiders.install" version="[1.53.0.20210121]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit a86b86a

Please sign in to comment.