Skip to content

Commit

Permalink
AU: 2 updated - brim gpt4all
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 24, 2024
1 parent 2a2a39d commit 68b88ae
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion brim/brim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>brim</id>
<title>Zui</title>
<version>1.17.0</version>
<version>1.18.0</version>
<authors>Brim Data</authors>
<owners>Jonas A. Wendorf</owners>
<summary>Zui is a powerful desktop application for exploring and working with data. The official front-end to the Zed lake.</summary>
Expand Down
4 changes: 2 additions & 2 deletions brim/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $packageName = $env:chocolateyPackageName
$packageArgs = @{
packageName = $packageName
fileType = 'exe'
url = 'https://github.com/brimdata/zui/releases/download/v1.17.0/Zui-Setup-1.17.0.exe'
checksum = '32681e748cbf77c267ab7898ece00a43aa020950300d7b91a565205fa073db25'
url = 'https://github.com/brimdata/zui/releases/download/v1.18.0/Zui-Setup-1.18.0.exe'
checksum = '4150273579dbe40c77c873b3269d733a13023e34868231b0e44c54a3925b8a4c'
checksumType = 'sha256'
silentArgs = '/S'
}
Expand Down
2 changes: 1 addition & 1 deletion gpt4all/gpt4all.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>gpt4all</id>
<title>GPT4All</title>
<version>3.2.1</version>
<version>3.3.0</version>
<authors>nomic-ai</authors>
<owners>Jonas A. Wendorf</owners>
<summary>Open-source large language models that run locally on your CPU and nearly any GPU</summary>
Expand Down
4 changes: 2 additions & 2 deletions gpt4all/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ if ($key.Count -ge 1)
$packageArgs = @{
packageName = $packageName
fileType = 'exe'
url64 = 'https://github.com/nomic-ai/gpt4all/releases/download/v3.2.1/gpt4all-installer-win64-v3.2.1.exe'
checksum64 = '55b4566f65a138807e97ff222fe6f5ed248dad5520e19149b9a04c78302cc086'
url64 = 'https://github.com/nomic-ai/gpt4all/releases/download/v3.3.0/gpt4all-installer-win64-v3.3.0.exe'
checksum64 = '42ee24184c74ee3d898488281eb495b1928351ef6b09e75dee5e0f28c5835265'
checksumType64 = 'sha256'
silentArgs = $installString + ' --accept-licenses --default-answer --confirm-command'
}
Expand Down

0 comments on commit 68b88ae

Please sign in to comment.