Skip to content

Commit

Permalink
AU: 2 updated - electrum electrum.install
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Dec 9, 2020
1 parent 138d598 commit b38110c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
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.6</version>
<version>4.0.7</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.6/electrum-4.0.6-setup.exe
x86: https://download.electrum.org/4.0.7/electrum-4.0.7-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: 2afe2e814381497eaa19855f12f9de9866bb47540128277de09ab144fc5f0bc8
checksum32: 37dd84a40d26720791a4adbc344bbda71e9162491cfd4a1a845f47e033134dcc

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.6/electrum-4.0.6-setup.exe'
$checksum = '2afe2e814381497eaa19855f12f9de9866bb47540128277de09ab144fc5f0bc8'
$url = 'https://download.electrum.org/4.0.7/electrum-4.0.7-setup.exe'
$checksum = '37dd84a40d26720791a4adbc344bbda71e9162491cfd4a1a845f47e033134dcc'
$checksumType = 'sha256'
$validExitCodes = @(0)

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.6</version>
<version>4.0.7</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.6'
$version = '4.0.7'
Write-Verbose $version

0 comments on commit b38110c

Please sign in to comment.