Skip to content

Commit 189faed

Browse files
committed
1 parent 6164df3 commit 189faed

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

automatic/electron/electron.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<id>electron</id>
66
<title>Electron</title>
7-
<version>41.0.2</version>
7+
<version>41.0.3</version>
88
<authors>GitHub Inc</authors>
99
<owners>tunisiano</owners>
1010
<summary>Build cross platform desktop apps with web technologies</summary>

automatic/electron/tools/chocolateyInstall.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
$ErrorActionPreference = 'Stop'
22
$packageName = $env:ChocolateyPackageName
3-
$url = 'https://github.com/electron/electron/releases/download/v41.0.2/electron-v41.0.2-win32-ia32.zip'
4-
$checksum = 'aeb2d2358e1bf173a59e707a24d25093864807bd1dbad1a585ede6c5e6392472'
3+
$url = 'https://github.com/electron/electron/releases/download/v41.0.3/electron-v41.0.3-win32-ia32.zip'
4+
$checksum = 'c1c29f2d2b3b8fb209403d1186887c4a47aaa6d7c190cd642e3cdcbf30bce1ab'
55
$checksumType = 'sha256'
6-
$url64 = 'https://github.com/electron/electron/releases/download/v41.0.2/electron-v41.0.2-win32-x64.zip'
7-
$checksum64 = 'dcd36396a606a5ae2f5651b4ee6bb463a624dbf15f786eda57cee2cc361c138c'
6+
$url64 = 'https://github.com/electron/electron/releases/download/v41.0.3/electron-v41.0.3-win32-x64.zip'
7+
$checksum64 = '93346b31dfcd779c4c4cdfdfb2e3f9642e7a9888e388a8971ff3e95dbf948887'
88
$checksumType64 = 'sha256'
99
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
1010

automatic/ollama/ollama.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>ollama</id>
5-
<version>0.18.0</version>
5+
<version>0.18.1</version>
66
<title>Ollama Large Language Models</title>
77
<authors>Jeffrey Morgan</authors>
88
<owners>tunisiano</owners>

automatic/ollama/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$ErrorActionPreference = 'Stop';
2-
$url = 'https://github.com/ollama/ollama/releases/download/v0.18.0/OllamaSetup.exe'
3-
$checksum = '2aaf1eef38442a1d63a5f57a77330a9bfc25a43bde083e03edbb60cf9fe8b4fb'
2+
$url = 'https://github.com/ollama/ollama/releases/download/v0.18.1/OllamaSetup.exe'
3+
$checksum = '8d3c270a8397d0dea482e3163805aa030745b57e62eb211276b710d632db1984'
44
$checksumType = 'sha256'
55

66
$packageArgs = @{

0 commit comments

Comments
 (0)