diff --git a/dolt/dolt.nuspec b/dolt/dolt.nuspec index 16e5d15..662bcdf 100644 --- a/dolt/dolt.nuspec +++ b/dolt/dolt.nuspec @@ -3,7 +3,7 @@ dolt - 1.45.6 + 1.46.0 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.45.6 + https://github.com/dolthub/dolt/releases/tag/v1.46.0 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 7c36e79..8f9f026 100644 --- a/dolt/tools/chocolateyInstall.ps1 +++ b/dolt/tools/chocolateyInstall.ps1 @@ -5,9 +5,9 @@ $packageArgs = @{ fileType = 'MSI' softwareName = 'dolt' - checksum = '82871ecef7ba8c9019ee1a39f9a27e93010b7a76d834dbfba010dbe73d0b2dc9' + checksum = '97bb32d40458dd55dd924ecd6996738a20ff67bf7bbe35d8daea90b2d116d5bc' checksumType = 'sha256' - url = 'https://github.com/dolthub/dolt/releases/download/v1.45.6/dolt-windows-amd64.msi' + url = 'https://github.com/dolthub/dolt/releases/download/v1.46.0/dolt-windows-amd64.msi' silentArgs = '/quiet' validExitCodes = @(0)