Skip to content

Commit

Permalink
AU: 1 updated - zecwallet
Browse files Browse the repository at this point in the history
  • Loading branch information
Le_Bleu committed Feb 18, 2021
1 parent e8dcfcf commit 30c2603
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions automatic/zecwallet/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
fileType = 'msi' #only one of these: exe, msi, msu
url64bit = 'https://github.com/ZcashFoundation/zecwallet/releases/download/v0.9.24/Zecwallet.Fullnode.0.9.24.msi'
url64bit = 'https://github.com/ZcashFoundation/zecwallet/releases/download/v1.4.2/Zecwallet.Fullnode.1.4.2.msi'

softwareName = 'Zecwallet-Fullnode*' #part or all of the Display Name as you see it in Programs and Features. It should be enough to be unique

checksum64 = 'f50bdf75ff520e61328bb8abaf75775f1a1aaae5fab9f64b84a51ab2c7735490'
checksum64 = '50987e53c35bca83651818c94043b198b4b3e69a45b2f9efb57b4612143c8e4e'
checksumType64= 'sha256' #default is checksumType

# MSI
Expand Down
2 changes: 1 addition & 1 deletion automatic/zecwallet/zecwallet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>zecwallet</id>
<version>0.9.24</version>
<version>1.4.2</version>
<packageSourceUrl>https://github.com/fabricemrchl/chocolatey-packages</packageSourceUrl>
<owners>Le_Bleu</owners>
<title>Zecwallet FullNode</title>
Expand Down

0 comments on commit 30c2603

Please sign in to comment.