Skip to content

Commit

Permalink
AU: 2 updated - brave-nightly ultracopier
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jun 4, 2021
1 parent 27748ef commit b948d02
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.27.37-nightly</version>
<version>1.27.41-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.27.37/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'f906a34ae184cee8c942554c8a91db7aa025e57883336ef3e30af7187e12d128'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.27.41/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'e54613d1d15a027d0076a6388cfb33927ed82a1a2f4267b8eb6e0ef4a8c48811'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
8 changes: 4 additions & 4 deletions automatic/ultracopier/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop';

$packageName = $env:ChocolateyPackageName
$url32='https://cdn.confiared.com/files.first-world.info/ultracopier/2.2.4.10/ultracopier-windows-x86-2.2.4.10-setup.exe'
$url64='https://cdn.confiared.com/files.first-world.info/ultracopier/2.2.4.10/ultracopier-windows-x86_64-2.2.4.10-setup.exe'
$checksum32='88b1c93161ffbb5f824f948637017f1fe82d4912c2f91093ee51700c52c770ba'
$checksum64='0db948c724d2cdd2f5c32ee061f4969eb97a074a41b32192fd791cbb15866dd1'
$url32='https://cdn.confiared.com/files.first-world.info/ultracopier/2.2.4.11/ultracopier-windows-x86-2.2.4.11-setup.exe'
$url64='https://cdn.confiared.com/files.first-world.info/ultracopier/2.2.4.11/ultracopier-windows-x86_64-2.2.4.11-setup.exe'
$checksum32='e9494d3773bf1026c98b5afa67126ffe5eaf22474a7302dc0072db613523d3e5'
$checksum64='f4f73676fef6bb413e650c85e3ca3a9309dd6878b5c933cb73c54603e8e2dc91'

$packageArgs = @{
packageName = $packageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/ultracopier/ultracopier.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ultracopier</id>
<version>2.2.4.10</version>
<version>2.2.4.11</version>
<title>Ultracopier</title>
<authors>Ultracopier</authors>
<owners>tunisiano</owners>
Expand Down

0 comments on commit b948d02

Please sign in to comment.