From c6091290956d128ce94f50c5eba82879b3d52381 Mon Sep 17 00:00:00 2001 From: tunisiano187 Date: Sat, 28 Sep 2024 00:29:12 +0000 Subject: [PATCH] AU: 2 updated - brave-nightly frink [skip ci] https://gist.github.com/tunisiano187/7032dea203873812b435f152ee3794bf/be9d6621a232340a370fc8ee95a5b51e3dfafe28 --- automatic/brave-nightly/brave-nightly.nuspec | 2 +- automatic/brave-nightly/tools/chocolateyInstall.ps1 | 4 ++-- automatic/frink/frink.nuspec | 2 +- automatic/frink/tools/chocolateyinstall.ps1 | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/automatic/brave-nightly/brave-nightly.nuspec b/automatic/brave-nightly/brave-nightly.nuspec index 18f8625c5..fd9bd6e7e 100644 --- a/automatic/brave-nightly/brave-nightly.nuspec +++ b/automatic/brave-nightly/brave-nightly.nuspec @@ -3,7 +3,7 @@ brave-nightly - 1.72.43-nightly + 1.72.45-nightly Brave Browser (Nightly) Brave Software Inc. tunisiano diff --git a/automatic/brave-nightly/tools/chocolateyInstall.ps1 b/automatic/brave-nightly/tools/chocolateyInstall.ps1 index 1ee9d603f..afa066162 100644 --- a/automatic/brave-nightly/tools/chocolateyInstall.ps1 +++ b/automatic/brave-nightly/tools/chocolateyInstall.ps1 @@ -3,8 +3,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 $packageName = $env:ChocolateyPackageName -$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.72.43/BraveBrowserStandaloneSilentNightlySetup.exe' -$checksum32 = '11ecdb9b451e81020dfc2141632e7bcbf5807a98c7c71f82fc49d3b917bff5ca' +$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.72.45/BraveBrowserStandaloneSilentNightlySetup.exe' +$checksum32 = '579e8ab02ee0979649c745ed1eb1d2b76f701489dd5466ad8280ce9115800bf6' $checksumType32 = 'sha256' $packageArgs = @{ diff --git a/automatic/frink/frink.nuspec b/automatic/frink/frink.nuspec index 432c71f98..9185bb29c 100644 --- a/automatic/frink/frink.nuspec +++ b/automatic/frink/frink.nuspec @@ -2,7 +2,7 @@ frink - 2024.9.9 + 2024.09.27 Frink (Portable) Alan Eliasen tunisiano diff --git a/automatic/frink/tools/chocolateyinstall.ps1 b/automatic/frink/tools/chocolateyinstall.ps1 index a346906f4..190a4d385 100644 --- a/automatic/frink/tools/chocolateyinstall.ps1 +++ b/automatic/frink/tools/chocolateyinstall.ps1 @@ -2,7 +2,7 @@ $packageName = 'frink' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $url = 'https://frinklang.org/frinkjar/frink.jar' -$checksum = '97DBB609B3E536272EA914F5C2C3D304863F5599623FD4C85C65433C7E711565' +$checksum = '37F06E464958DBC2E06F659A4CD27830F0345F130F0E2308498794821115E386' $checksumType = 'sha256' $ExeFile = 'frink.jar' $ShortcutName = 'Frink.lnk'