Skip to content

Commit

Permalink
AU: 3 updated - electrum electrum.install electrum.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Mar 27, 2022
1 parent 0f35f12 commit 0feb266
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/electrum.install/electrum.install.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>electrum.install</id>
<title>Electrum (Install)</title>
<version>4.2.0</version>
<version>4.2.1</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
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.2.0/electrum-4.2.0-setup.exe
x86: https://download.electrum.org/4.2.1/electrum-4.2.1-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: 6d3fd16510ea73a46fefa14f7d597e0b50c312a36b79ab8a86deb9cd82513d3d
checksum32: 391aacb9869289943e5a712e711fe0ce99f77885fb379016bcf5d9247e8773c1

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
Expand Up @@ -2,8 +2,8 @@
$packageName = $env:ChocolateyPackageName
$installerType = 'exe'
$silentArgs = '/S'
$url = 'https://download.electrum.org/4.2.0/electrum-4.2.0-setup.exe'
$checksum = '6d3fd16510ea73a46fefa14f7d597e0b50c312a36b79ab8a86deb9cd82513d3d'
$url = 'https://download.electrum.org/4.2.1/electrum-4.2.1-setup.exe'
$checksum = '391aacb9869289943e5a712e711fe0ce99f77885fb379016bcf5d9247e8773c1'
$checksumType = 'sha256'
$validExitCodes = @(0)

Expand Down
2 changes: 1 addition & 1 deletion automatic/electrum.portable/electrum.portable.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>electrum.portable</id>
<title>Electrum (Portable)</title>
<version>4.2.0</version>
<version>4.2.1</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
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.2.0/electrum-4.2.0-portable.exe
x86: https://download.electrum.org/4.2.1/electrum-4.2.1-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: e52a494085de5dc007a208b5cb00d81d0d48bd7a7f9994bcea45008c39a1fa17
checksum32: 571460cf95edefb680cd5d60235f886079ffa3d3ada8e3b7c62511f4da2c3217

The included 'LICENSE.txt' file have been obtained from:
license: https://github.com/spesmilo/electrum/blob/master/LICENCE
4 changes: 2 additions & 2 deletions automatic/electrum.portable/tools/chocolateyInstall.ps1
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$packageName = '$env:ChocolateyPackageName'
$url = 'https://download.electrum.org/4.2.0/electrum-4.2.0-portable.exe'
$checksum = 'e52a494085de5dc007a208b5cb00d81d0d48bd7a7f9994bcea45008c39a1fa17'
$url = 'https://download.electrum.org/4.2.1/electrum-4.2.1-portable.exe'
$checksum = '571460cf95edefb680cd5d60235f886079ffa3d3ada8e3b7c62511f4da2c3217'
$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
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>electrum</id>
<title>Electrum</title>
<version>4.2.0</version>
<version>4.2.1</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
@@ -1,4 +1,4 @@
$ErrorActionPreference = 'Stop'
# MetaPackage for
$version = '4.2.0'
$version = '4.2.1'
Write-Verbose $version

0 comments on commit 0feb266

Please sign in to comment.