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 Jul 20, 2021
1 parent d2a6339 commit f4a4c3c
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.1.4</version>
<version>4.1.5</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.1.4/electrum-4.1.4-setup.exe
x86: https://download.electrum.org/4.1.5/electrum-4.1.5-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: 2871d063f9d1317446df92ad5333d36b9163d6f1388b7c0743f29339223f1f0e
checksum32: ac392f7a62e892af1174cfc63ab8bae7d8f6c0bd8ce1192eee3390640feadbf0

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.1.4/electrum-4.1.4-setup.exe'
$checksum = '2871d063f9d1317446df92ad5333d36b9163d6f1388b7c0743f29339223f1f0e'
$url = 'https://download.electrum.org/4.1.5/electrum-4.1.5-setup.exe'
$checksum = 'ac392f7a62e892af1174cfc63ab8bae7d8f6c0bd8ce1192eee3390640feadbf0'
$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.1.4</version>
<version>4.1.5</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.1.4'
$version = '4.1.5'
Write-Verbose $version

0 comments on commit f4a4c3c

Please sign in to comment.