Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
AU: 2 updated - gpt4all w10privacy
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 20, 2024
1 parent 9b14d7f commit fb18c2a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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.5.3</version>
<version>3.6.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.5.3/gpt4all-installer-win64-v3.5.3.exe'
checksum64 = '6e4ed5fd53bfa36af10a291d6e8db06b51627462385e39c0b83e688608e2d1b3'
url64 = 'https://github.com/nomic-ai/gpt4all/releases/download/v3.6.0/gpt4all-installer-win64-v3.6.0.exe'
checksum64 = '1712f5a7796a0fbdf536464b4cec581603b25bffe2fcb1e14d04504f7a460453'
checksumType64 = 'sha256'
silentArgs = $installString + ' --accept-licenses --default-answer --confirm-command'
}
Expand Down
4 changes: 2 additions & 2 deletions w10privacy/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $download_dir = "$Env:TEMP\chocolatey\$packageName\$Env:ChocolateyPackageVersion
$packageArgs = @{
packageName = 'w10privacy'
unzipLocation = Split-Path $MyInvocation.MyCommand.Definition
url64Bit = 'https://sf91b3285d9193eec.jimcontent.com/download/version/1717508256/module/12302828636/name/W10Privacy.zip'
checksum64 = 'd0e48c859762b912e2d3fdc562da4a06ce878b7d9729eb8870d927805d03bb02'
url64Bit = 'https://sf91b3285d9193eec.jimcontent.com/download/version/1734596757/module/12302828636/name/W10Privacy.zip'
checksum64 = '1d5046df237b597a6dfddb7239e33f948313067893dbf5f067636d14029d8150'
checksumType64 = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion w10privacy/w10privacy.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>w10privacy</id>
<title>W10Privacy</title>
<version>5.1.0.1</version>
<version>5.1.0.2</version>
<authors>Bernd Schuster</authors>
<owners>Jonas A. Wendorf</owners>
<summary>W10Privacy – Privacy made easy</summary>
Expand Down

0 comments on commit fb18c2a

Please sign in to comment.