Skip to content

Commit

Permalink
AU: 4 updated - brave-nightly electrum electrum.install electrum.port…
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Dec 5, 2020
1 parent bd03b3c commit 4cfc4b2
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 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.7-nightly</version>
<version>1.20.11-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.7/BraveBrowserSilentNightlySetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.20.8/BraveBrowserSilentNightlySetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.20.11/BraveBrowserSilentNightlySetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.20.12/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.7-nightly'
$version = '1.20.11-nightly'
$version = $version.Split('-')[0]

[version]$softwareVersion = $version
Expand Down
2 changes: 1 addition & 1 deletion automatic/electrum.install/electrum.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>electrum.install</id>
<title>Electrum (Install)</title>
<version>4.0.5</version>
<version>4.0.6</version>
<authors>Electrum Developers</authors>
<owners>tunisiano</owners>
<summary>Lightweight Bitcoin client</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/electrum.install/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://download.electrum.org/4.0.5/electrum-4.0.5-setup.exe
x86: https://download.electrum.org/4.0.6/electrum-4.0.6-setup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksumtype: sha256
checksum32: b776f5ab01dbe5a53844eb3505da9e8fb10f38ef20fc7f10021cdbb65037c313
checksum32: 2afe2e814381497eaa19855f12f9de9866bb47540128277de09ab144fc5f0bc8

The included 'LICENSE.txt' file have been obtained from:
https://github.com/spesmilo/electrum/blob/master/LICENCE
4 changes: 2 additions & 2 deletions automatic/electrum.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
$packageName = $env:ChocolateyPackageName
$installerType = 'exe'
$silentArgs = '/S'
$url = 'https://download.electrum.org/4.0.5/electrum-4.0.5-setup.exe'
$checksum = 'b776f5ab01dbe5a53844eb3505da9e8fb10f38ef20fc7f10021cdbb65037c313'
$url = 'https://download.electrum.org/4.0.6/electrum-4.0.6-setup.exe'
$checksum = '2afe2e814381497eaa19855f12f9de9866bb47540128277de09ab144fc5f0bc8'
$checksumType = 'sha256'
$validExitCodes = @(0)

Expand Down
2 changes: 1 addition & 1 deletion automatic/electrum.portable/electrum.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>electrum.portable</id>
<title>Electrum (Portable)</title>
<version>4.0.5</version>
<version>4.0.6</version>
<authors>Electrum Developers</authors>
<owners>tunisiano</owners>
<summary>Lightweight Bitcoin client</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/electrum.portable/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://download.electrum.org/4.0.5/electrum-4.0.5-portable.exe
x86: https://download.electrum.org/4.0.6/electrum-4.0.6-portable.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksumtype: sha256
checksum32: 52daef382df9b0cbecf7c328765669a2dfff8ee522dc06d07a1977737969aadb
checksum32: 1f900a9e324d3e0e5da215941c96b850e1068204c4b95c13f38e18b2ac977dde

The included 'LICENSE.txt' file have been obtained from:
https://github.com/spesmilo/electrum/blob/master/LICENCE
4 changes: 2 additions & 2 deletions automatic/electrum.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$packageName = '$env:ChocolateyPackageName'
$url = 'https://download.electrum.org/4.0.5/electrum-4.0.5-portable.exe'
$checksum = '52daef382df9b0cbecf7c328765669a2dfff8ee522dc06d07a1977737969aadb'
$url = 'https://download.electrum.org/4.0.6/electrum-4.0.6-portable.exe'
$checksum = '1f900a9e324d3e0e5da215941c96b850e1068204c4b95c13f38e18b2ac977dde'
$checksumType = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$installFile = Join-Path $toolsDir "electrum.exe"
Expand Down
2 changes: 1 addition & 1 deletion automatic/electrum/electrum.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>electrum</id>
<title>Electrum</title>
<version>4.0.5</version>
<version>4.0.6</version>
<authors>Electrum Developers</authors>
<owners>tunisiano</owners>
<summary>Lightweight Bitcoin client</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/electrum/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$ErrorActionPreference = 'Stop'
# MetaPackage for
$version = '4.0.5'
$version = '4.0.6'
Write-Verbose $version

0 comments on commit 4cfc4b2

Please sign in to comment.