Navigation Menu

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 Oct 1, 2021
1 parent 8479158 commit 8f00b6e
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
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/v1.7.4/Zecwallet.Fullnode.1.7.4.msi'
url64bit = 'https://github.com/ZcashFoundation/zecwallet/releases/download/v1.7.5/Zecwallet.Fullnode.1.7.5.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 = 'ad80494bb4db700642ff7f0c5c3d731b80eb49a0e1b8a1f9ad2a4301d366b1c4'
checksum64 = 'baccf85ac20439f79501bb9e7385142b6d39f8f6cf273e2d17b55d7f1503f508'
checksumType64= 'sha256' #default is checksumType

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

0 comments on commit 8f00b6e

Please sign in to comment.