Skip to content

Commit

Permalink
modified: automatic/ollama/ollama.nuspec
Browse files Browse the repository at this point in the history
	modified:   automatic/ollama/tools/chocolateyInstall.ps1

version
  • Loading branch information
tunisiano187 committed Nov 22, 2024
1 parent a0564ca commit d09f754
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions automatic/ollama/ollama.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ollama</id>
<version>0.3.13</version>
<version>0.4.3</version>
<title>Ollama Large Language Models</title>
<authors>Jeffrey Morgan</authors>
<owners>Spencer Churchill</owners>
Expand All @@ -18,12 +18,12 @@ Get up and running with large language models locally with Ollama.
To use choco:// protocol URLs, install [(unofficial) choco:// Protocol support ](https://chocolatey.org/packages/choco-protocol-support)
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Choco-packages/issues/new/choose)
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820)
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/choco-packages@f986b7f5de3afc021180256752805698d4efbc38/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820)
]]></description>
<summary>Effortlessly run large language models locally with Ollama.</summary>
<releaseNotes>https://github.com/ollama/ollama/releases/tag/v0.3.9</releaseNotes>
<releaseNotes>https://github.com/ollama/ollama/releases/tag/v0.4.3</releaseNotes>
<tags>ollama llm models local</tags>
<projectSourceUrl>https://github.com/ollama/ollama</projectSourceUrl>
<packageSourceUrl>https://github.com/tunisiano187/Choco-packages/tree/master/automatic/ollama</packageSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/ollama/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop';
$url = 'https://github.com/ollama/ollama/releases/download/v0.3.9/OllamaSetup.exe'
$checksum = 'eecce97ef53eb577dbf3e2cbfae2055acae5ebfb20df22ce7285d9eed7adcce8'
$url = 'https://github.com/ollama/ollama/releases/download/v0.4.3/OllamaSetup.exe'
$checksum = '4e0100af7ada3cabbf25aca87f6ed82cf2b01aa45c22a8236ccfafb43249f998'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit d09f754

Please sign in to comment.