Skip to content

Commit

Permalink
AU: 1 updated - sqlite-studio.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeee committed Dec 1, 2024
1 parent 04230f6 commit 37eae3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions automatic/sqlite-studio.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ $toolsDir = Join-Path -Path (Get-ToolsLocation) -ChildPath 'sqlite-studio.port

$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://github.com/pawelsalawa/sqlitestudio/releases/download/3.4.7/sqlitestudio_i386-3.4.7.zip'
url64 = 'https://github.com/pawelsalawa/sqlitestudio/releases/download/3.4.7/sqlitestudio_x64-3.4.7.zip'
checksum = 'ab5590ffce70ff1afb509fdce92f5e6c75db29408f18f2ecb24e54f195a8638e'
url = 'https://github.com/pawelsalawa/sqlitestudio/releases/download/3.4.8/sqlitestudio_i386-3.4.8.zip'
url64 = 'https://github.com/pawelsalawa/sqlitestudio/releases/download/3.4.8/sqlitestudio_x64-3.4.8.zip'
checksum = '823571c088b78300e58db85c1ca214ecb358d32f118cf37e7e4b49def82630f5'
checksumType = 'SHA256'
checksum64 = '68cacee1fcd44f7325940a9bf505f1af92e2b57fd00d8c07b3f5133a8b69f22d'
checksum64 = '1e9c085a9de087542d07d9b781635d1ebf0bb849dd8ef45dab3fb974b592c5ff'
checksumType64 = 'SHA256'

unzipLocation = $toolsDir
Expand Down

0 comments on commit 37eae3b

Please sign in to comment.