From 3fa33166d6afc89117a45b0c44120a45bd080cc0 Mon Sep 17 00:00:00 2001 From: mikeee Date: Sat, 23 Nov 2024 02:04:13 +0000 Subject: [PATCH] AU: 1 updated - sqlite-studio.portable [skip ci] https://gist.github.com/mikeee/17b5a042cba1bd9da2bf21615aab4f0f/c54986e3ddeea19cd1bd8e67090667d932ae11d1 --- .../sqlite-studio.portable/sqlite-studio.portable.nuspec | 4 ++-- .../sqlite-studio.portable/tools/chocolateyInstall.ps1 | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/automatic/sqlite-studio.portable/sqlite-studio.portable.nuspec b/automatic/sqlite-studio.portable/sqlite-studio.portable.nuspec index 5ca6af1..50d107d 100644 --- a/automatic/sqlite-studio.portable/sqlite-studio.portable.nuspec +++ b/automatic/sqlite-studio.portable/sqlite-studio.portable.nuspec @@ -11,7 +11,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - + @@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 3.4.5 + 3.4.6 https://github.com/mikeee/ChocoPackages/tree/master/automatic/sqlite-studio.portable mikeee diff --git a/automatic/sqlite-studio.portable/tools/chocolateyInstall.ps1 b/automatic/sqlite-studio.portable/tools/chocolateyInstall.ps1 index 6810229..383b753 100644 --- a/automatic/sqlite-studio.portable/tools/chocolateyInstall.ps1 +++ b/automatic/sqlite-studio.portable/tools/chocolateyInstall.ps1 @@ -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.5/sqlitestudio_i386-3.4.5.zip' - url64 = 'https://github.com/pawelsalawa/sqlitestudio/releases/download/3.4.5/sqlitestudio_x64-3.4.5.zip' - checksum = '1954fe646b0f0efc4e4f7f2aae5714aebc55c3f7caea0cded70b0f930802a612' + url = 'https://github.com/pawelsalawa/sqlitestudio/releases/download/3.4.6/sqlitestudio_i386-3.4.6.zip' + url64 = 'https://github.com/pawelsalawa/sqlitestudio/releases/download/3.4.6/sqlitestudio_x64-3.4.6.zip' + checksum = 'b9f4fb4b28aaa6fbbfc90dab16e17d5260d401a671e5450b9206a1438bfbb2a6' checksumType = 'SHA256' - checksum64 = '0afaef536700a77416771a19b7616d1e195544b4fb6aec9f8d93250acc42a52d' + checksum64 = '1013ab360c9a40f39c79056bcfb7108e8b6b3d80a9c607bd38d649b7b6b1dac9' checksumType64 = 'SHA256' unzipLocation = $toolsDir