Skip to content

Commit 6145bd4

Browse files
committed
1 parent e29b292 commit 6145bd4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

automatic/brave-nightly/brave-nightly.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>brave-nightly</id>
6-
<version>1.88.84-nightly</version>
6+
<version>1.88.85-nightly</version>
77
<title>Brave Browser (Nightly)</title>
88
<authors>Brave Software Inc.</authors>
99
<owners>tunisiano</owners>

automatic/brave-nightly/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
33
. $toolsPath\helpers.ps1
44

55
$packageName = $env:ChocolateyPackageName
6-
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.88.84/BraveBrowserStandaloneSilentNightlySetup.exe'
7-
$checksum32 = 'a751b422fb33e43ee1f2170e9dc537da065d642b84ef168064b69bf3324ea94d'
6+
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.88.85/BraveBrowserStandaloneSilentNightlySetup.exe'
7+
$checksum32 = 'c044952dadad972b20ea2f1f63145ef27c7dc2e19948d860f64f9ddaa93e56f0'
88
$checksumType32 = 'sha256'
99

1010
$packageArgs = @{

automatic/frink/frink.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>frink</id>
5-
<version>2026.01.30</version>
5+
<version>2026.02.01</version>
66
<title>Frink (Portable)</title>
77
<authors>Alan Eliasen</authors>
88
<owners>tunisiano</owners>

automatic/frink/tools/chocolateyinstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$packageName = 'frink'
33
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
44
$url = 'https://frinklang.org/frinkjar/frink.jar'
5-
$checksum = 'B803A2C53B69E4E6E6EA7B6151B5A74336C2B1EA5E2227DD1D81A2656E742D80'
5+
$checksum = '1E5F7EA2A6C63237A9C6101FF8DD6F89C323DDC241F2FCBEAB518883D0249A43'
66
$checksumType = 'sha256'
77
$ExeFile = 'frink.jar'
88
$ShortcutName = 'Frink.lnk'

0 commit comments

Comments
 (0)