Skip to content

Commit

Permalink
AU: 1 updated - zecwallet-lite
Browse files Browse the repository at this point in the history
  • Loading branch information
Le_Bleu committed Mar 30, 2021
1 parent 83c9875 commit 0daeb0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions automatic/zecwallet-lite/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/adityapk00/zecwallet-lite/releases/download/v1.4.3/Zecwallet.Lite.1.4.3.msi'
url64bit = 'https://github.com/adityapk00/zecwallet-lite/releases/download/v1.4.5/Zecwallet.Lite.1.4.5.msi'

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

checksum64 = 'e485510854ecc2f3e637ce7e0bb6b57cc9f867667f2e98c544e1bef6444b4367'
checksum64 = '60b137a5b1c61ca8d421485f8954c2931804452f8892cf56f73eb05555abfb7e'
checksumType64= 'sha256' #default is checksumType

# MSI
Expand Down
2 changes: 1 addition & 1 deletion automatic/zecwallet-lite/zecwallet-lite.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-lite</id>
<version>1.4.3</version>
<version>1.4.5</version>
<packageSourceUrl>https://github.com/fabricemrchl/chocolatey-packages</packageSourceUrl>
<owners>Le_Bleu</owners>
<title>Zecwallet Lite</title>
Expand Down

0 comments on commit 0daeb0f

Please sign in to comment.