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 30, 2024
1 parent 6246eef commit 6857eda
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.45-nightly</version>
<version>1.72.48-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.45/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '579e8ab02ee0979649c745ed1eb1d2b76f701489dd5466ad8280ce9115800bf6'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.72.48/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '2d5ce27efd0a2a279fccffb9ba72192cd2748ddbfcaec2fd490405487c0a7e5f'
$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.09.27</version>
<version>2024.09.29</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 = '37F06E464958DBC2E06F659A4CD27830F0345F130F0E2308498794821115E386'
$checksum = '9EBF645ACD56C0E1043D9E7C89DB6F7563CBC59C5F3418F659A5ED63CE94D673'
$checksumType = 'sha256'
$ExeFile = 'frink.jar'
$ShortcutName = 'Frink.lnk'
Expand Down

0 comments on commit 6857eda

Please sign in to comment.