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 Dec 2, 2020
1 parent d71c872 commit 5153378
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/v0.9.22/Zecwallet.Fullnode.0.9.22.msi'
url64bit = 'https://github.com/ZcashFoundation/zecwallet/releases/download/v0.9.23/Zecwallet.Fullnode.0.9.23.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 = '14a34043c35a233747837c62a6e5b5a1a34f523a29d0d35ea038cc1f193a9c57'
checksum64 = 'e388c0de1eac80116c7e9468d02204b3fc9b00fc4a5c17b212abd3f810fae2e5'
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>0.9.22</version>
<version>0.9.23</version>
<packageSourceUrl>https://github.com/fabricemrchl/chocolatey-packages</packageSourceUrl>
<owners>Le_Bleu</owners>
<title>Zecwallet FullNode</title>
Expand Down

0 comments on commit 5153378

Please sign in to comment.