Skip to content

Commit 2b471e8

Browse files
committed
1 parent 5361cc5 commit 2b471e8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

automatic/sqlite-studio.portable/sqlite-studio.portable.nuspec

+2-2
Large diffs are not rendered by default.

automatic/sqlite-studio.portable/tools/chocolateyInstall.ps1

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ $toolsDir = Join-Path -Path (Get-ToolsLocation) -ChildPath 'sqlite-studio.port
55

66
$packageArgs = @{
77
packageName = $env:ChocolateyPackageName
8-
url = 'https://github.com/pawelsalawa/sqlitestudio/releases/download/3.4.13/sqlitestudio_i386-3.4.13.zip'
9-
url64 = 'https://github.com/pawelsalawa/sqlitestudio/releases/download/3.4.13/sqlitestudio_x64-3.4.13.zip'
10-
checksum = 'baf180a968ade04a404d410592e0039cbec50fe606f5e0fca51c22a9fab76073'
8+
url = 'https://github.com/pawelsalawa/sqlitestudio/releases/download/3.4.15/sqlitestudio-3.4.15-windows-x86.zip'
9+
url64 = 'https://github.com/pawelsalawa/sqlitestudio/releases/download/3.4.15/sqlitestudio-3.4.15-windows-x64.zip'
10+
checksum = '2f81ece0a0b3d6fd0d519220abd582699907138bd8d7c07e3ecb9fe1127b8e47'
1111
checksumType = 'SHA256'
12-
checksum64 = 'd11e8530fa15d0523675f437cdcd1b37e56b34e7a69dc7caa86875f3392d4309'
12+
checksum64 = 'b9bdb58a18b6ee4a4e400c69bbdb3a0b2b80c0c57cf1f6db73cc7a86d58a2e79'
1313
checksumType64 = 'SHA256'
1414

1515
unzipLocation = $toolsDir

0 commit comments

Comments
 (0)