Skip to content

Commit 24909e3

Browse files
committed
1 parent 54dcd06 commit 24909e3

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>39.2.2</version>
7+
<version>39.2.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/v39.2.2/electron-v39.2.2-win32-ia32.zip'
4-
$checksum = 'e648fc3ae3058ee184e79b9336cb4de896685f0f71681df5620dfa579cc4df6c'
3+
$url = 'https://github.com/electron/electron/releases/download/v39.2.3/electron-v39.2.3-win32-ia32.zip'
4+
$checksum = '6668fadbdd0283225f4bc60c711f8cd8ac316f43f486cd8a1f62a6a35f89cf7a'
55
$checksumType = 'sha256'
6-
$url64 = 'https://github.com/electron/electron/releases/download/v39.2.2/electron-v39.2.2-win32-x64.zip'
7-
$checksum64 = '76d884aa264b473eff192bc92040f95d8b3d995539e1e0d51c81fabd30419a3d'
6+
$url64 = 'https://github.com/electron/electron/releases/download/v39.2.3/electron-v39.2.3-win32-x64.zip'
7+
$checksum64 = 'd4365ad128bbdcb3df99dc4a0ad9de85c5e920903070a473b55377253b6c3fdd'
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.12.11</version>
5+
<version>0.13.0</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.12.11/OllamaSetup.exe'
3-
$checksum = '12d0aef30eb04fd4e3436b4f7c63462d03fc505c24151e461096b07462fdd432'
2+
$url = 'https://github.com/ollama/ollama/releases/download/v0.13.0/OllamaSetup.exe'
3+
$checksum = 'ac9c74b41a8303e5566c5ad3ed6ef0e0123d58aebc87d3109973f02a38d3ff61'
44
$checksumType = 'sha256'
55

66
$packageArgs = @{

0 commit comments

Comments
 (0)