Skip to content

Commit

Permalink
AU: 2 updated - brave-nightly monero
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Dec 9, 2020
1 parent 6251ab7 commit 22c9af0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.20.13-nightly</version>
<version>1.20.17-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/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://github.com/brave/brave-browser/releases/download/v1.20.13/BraveBrowserSilentNightlySetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.20.13/BraveBrowserSilentNightlySetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.20.17/BraveBrowserSilentNightlySetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.20.19/BraveBrowserSilentNightlySetup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
Expand Down
2 changes: 1 addition & 1 deletion automatic/brave-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
file = "$toolsPath\BraveBrowserSilentNightlySetup32.exe"
file64 = "$toolsPath\BraveBrowserSilentNightlySetup.exe"
}
$version = '1.20.13-nightly'
$version = '1.20.17-nightly'
$version = $version.Split('-')[0]

[version]$softwareVersion = $version
Expand Down
2 changes: 1 addition & 1 deletion automatic/monero/monero.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>monero</id>
<title>Monero Wallet</title>
<version>0.17.1.5</version>
<version>0.17.1.6</version>
<authors>Monero Project</authors>
<owners>tunisiano</owners>
<summary>Monero: the secure, private, untraceable cryptocurrency</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/monero/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'
$packageName = $env:ChocolateyPackageName
$url = 'https://downloads.getmonero.org/cli/monero-win-x86-v0.17.1.5.zip'
$checksum = '7dc0565a2880b38e73d85599153a31bbed85965963c6f74e1a5cf6dbd06f619e'
$url = 'https://downloads.getmonero.org/cli/monero-win-x86-v0.17.1.6.zip'
$checksum = 'a63a1ff1766d9f02f8cd4b8260260cec9cfdf8fa1371143cc68ff1ffee18efd1'
$checksumType = 'sha256'
$url64 = 'https://downloads.getmonero.org/cli/monero-win-x64-v0.17.1.5.zip'
$checksum64 = '4bb0fca53bc58c1167bc0a258f61dd69a54507fd83ad37edf4213b4f30df8c94'
$url64 = 'https://downloads.getmonero.org/cli/monero-win-x64-v0.17.1.6.zip'
$checksum64 = '40e07fdd8af9a8f5c34bddd826e26036c609bf5eacaf337b38e7ac3644647135'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down

0 comments on commit 22c9af0

Please sign in to comment.