diff --git a/dolt/dolt.nuspec b/dolt/dolt.nuspec index c15a451..9d233ba 100644 --- a/dolt/dolt.nuspec +++ b/dolt/dolt.nuspec @@ -3,7 +3,7 @@ dolt - 1.42.3 + 1.42.4 Dolt chocolatey DoltHub @@ -19,7 +19,7 @@ Dolt is the true Git for data experience in a SQL database, providing version control for schema and cell-wise for data, all optimized for collaboration. Git for Data - https://github.com/dolthub/dolt/releases/tag/v1.42.3 + https://github.com/dolthub/dolt/releases/tag/v1.42.4 dolt git sql database db version control https://community.chocolatey.org/packages/dolt diff --git a/dolt/tools/chocolateyInstall.ps1 b/dolt/tools/chocolateyInstall.ps1 index ca7cda3..749ba5f 100644 --- a/dolt/tools/chocolateyInstall.ps1 +++ b/dolt/tools/chocolateyInstall.ps1 @@ -5,9 +5,9 @@ $packageArgs = @{ fileType = 'MSI' softwareName = 'dolt' - checksum = '4a8a37124ce3bc3c5d80e16d5a633a05e3311e85cd6c19dd8c7062233d9ac2d1' + checksum = '23c42b9f2e7f2c81320ca91b60e6786b60e848932f9312569682c36b562476d3' checksumType = 'sha256' - url = 'https://github.com/dolthub/dolt/releases/download/v1.42.3/dolt-windows-amd64.msi' + url = 'https://github.com/dolthub/dolt/releases/download/v1.42.4/dolt-windows-amd64.msi' silentArgs = '/quiet' validExitCodes = @(0)