Skip to content

Commit

Permalink
AU: 2 updated - skype SQLite
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 17, 2019
1 parent 010d0eb commit e2a1c5f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/skype/skype.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>skype</id>
<title>Skype</title>
<version>8.42.0.60</version>
<version>8.43.0.56</version>
<authors>Microsoft</authors>
<owners>chocolatey,Rob Reynolds</owners>
<summary>Skype - VOIP</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/skype/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Skype*'
url = 'https://download.skype.com/s4l/download/win/Skype-8.42.0.60.exe'
checksum = 'd6f8bd04db44a958dbea6809a12351c8edef9c873c2705c3de64ba96bbf4bd20'
url = 'https://download.skype.com/s4l/download/win/Skype-8.43.0.56.exe'
checksum = '32650153123c5850c3aed7dc56fceaef9d8859810bd406d670188a6572413cb4'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
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/2019/sqlite-dll-win32-x86-3270000.zip
x64: https://sqlite.org/2019/sqlite-dll-win64-x64-3270000.zip
Toolsx32: https://sqlite.org/2019/sqlite-tools-win32-x86-3270000.zip
x32: https://sqlite.org/2019/sqlite-dll-win32-x86-3280000.zip
x64: https://sqlite.org/2019/sqlite-dll-win64-x64-3280000.zip
Toolsx32: https://sqlite.org/2019/sqlite-tools-win32-x86-3280000.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: 81F30FFED254F6660EDA1845240DA62F1A73E94DBAE6DDB564F982825C7E99FE
checksum64: FC0ABF8E2CF11AB949E014A3527D27EE1EC64DD4468C3DACE02A6CB48669A7E1
checksumTools32: D02751F8F0F8D8A54E916E036D939930F9CEA91D71432FB49CBFEEE0D7AB952B
checksum32: E1090BD71E36C943AF572D13D23ADCB824A38D01D8EC110BB63F29B5C9A26031
checksum64: CBFFBD496C975102D8B5DAE44E101FF8534B2533FC8A8F716F707A4220409453
checksumTools32: FD82249D8CD6BFDC77BB0F443F7F6A8974C138BD03E549FB1DE5DCEB644DF273

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.27.0</version>
<version>3.28.0</version>
<title>SQLite</title>
<owners>chocolatey</owners>
<authors>D. Richard Hipp, SQLite contributors</authors>
Expand Down

0 comments on commit e2a1c5f

Please sign in to comment.