Skip to content

Commit

Permalink
AU: 3 updated - brave-nightly freac freac.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jun 28, 2021
1 parent bd65b43 commit 3f4577b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.28.30-nightly</version>
<version>1.28.33-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.28.30/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'b60f0e875a55556e5e0e9c970bc44d950addb9e0a9e7a910b5f3da2c31f2a45e'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.28.33/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'c34c41ad3dff62956640b804c2b804e3e3556e3c3b640569602d71fcf8764878'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/freac.portable/freac.portable.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>freac.portable</id>
<version>1.1.4</version>
<version>1.1.5</version>
<title>fre:ac - free audio converter (Portable)</title>
<authors>Robert Kausch</authors>
<owners>tunisiano</owners>
Expand Down
8 changes: 4 additions & 4 deletions automatic/freac.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$ErrorActionPreference = 'Stop';
$packageName = $env:ChocolateyPackageName
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/enzo1982/freac/releases/download/v1.1.4/freac-1.1.4-windows.zip'
$checksum = '778521d78873193f484cf4a7e8c2c714bad0828759392f0b3cb755d0ee161e4a'
$url = 'https://github.com/enzo1982/freac/releases/download/v1.1.5/freac-1.1.5-windows.zip'
$checksum = '22aa7ee6e2de1cc61001d63f5472250dc3c6b5026130e7e330b7ba658129d9bc'
$ChecksumType = 'sha256'
$url64 = 'https://github.com/enzo1982/freac/releases/download/v1.1.4/freac-1.1.4-windows-x64.zip'
$checksum64 = '24a396daf1fc8115af95ba8ba7bfd71285cf6ab3ce35d26b95699b18665e6996'
$url64 = 'https://github.com/enzo1982/freac/releases/download/v1.1.5/freac-1.1.5-windows-x64.zip'
$checksum64 = '46fdc6b17035687d0335698017acf25fc9d8c2c9764763c62c82046a7fcef1aa'
$ChecksumType64 = 'sha256'

$packageArgs = @{
Expand Down
4 changes: 2 additions & 2 deletions automatic/freac/freac.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>freac</id>
<version>1.1.4</version>
<version>1.1.5</version>
<title>fre:ac - free audio converter</title>
<authors>Robert Kausch</authors>
<owners>tunisiano</owners>
Expand Down Expand Up @@ -36,7 +36,7 @@ Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunis
<docsUrl>https://www.freac.org/index.php/en/help-aamp-support-mainmenu-36</docsUrl>
<bugTrackerUrl>https://sourceforge.net/p/bonkenc/bugs</bugTrackerUrl>
<dependencies>
<dependency id="freac.portable" version="[1.1.4]" />
<dependency id="freac.portable" version="[1.1.5]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 3f4577b

Please sign in to comment.