Skip to content

Commit

Permalink
AU: 2 updated - brave-nightly frink
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Sep 28, 2024
1 parent 6c5c00e commit c609129
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/brave-nightly/brave-nightly.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>brave-nightly</id>
<version>1.72.43-nightly</version>
<version>1.72.45-nightly</version>
<title>Brave Browser (Nightly)</title>
<authors>Brave Software Inc.</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/brave-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/frink/frink.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>frink</id>
<version>2024.9.9</version>
<version>2024.09.27</version>
<title>Frink (Portable)</title>
<authors>Alan Eliasen</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/frink/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c609129

Please sign in to comment.