Skip to content

Commit

Permalink
AU: 1 updated - poweriso
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 13, 2021
1 parent 7edb4fd commit 2e65432
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/poweriso/poweriso.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>poweriso</id>
<title>PowerISO</title>
<version>7.8</version>
<version>7.8.0.20210213</version>
<authors>Power Software Ltd</authors>
<owners>chocolatey-community,gep13</owners>
<summary>PowerISO is a powerful CD / DVD / BD image file processing tool.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/poweriso/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'poweriso'
fileType = 'exe'
url = 'http://www.poweriso.com/PowerISO6.exe'
url64bit = 'http://www.poweriso.com/PowerISO6-x64.exe'
checksum = '0b6fdb1ec4abad25251a4c66771a1775aa5a04e49174f64971123cbb2fda32c3'
checksum64 = '35daaf8499f3c702ff7040c246733b020a1270a0bc4ec243bb4b927b8281e92a'
url = 'https://www.poweriso.com/PowerISO6.exe'
url64bit = 'https://www.poweriso.com/PowerISO6-x64.exe'
checksum = 'c3343ae00cd02451840c5d86ac0f96d3e397e5598a07fb85f1696fad4d04eb73'
checksum64 = '3e5e2e52bc558e25ba00dd36856dd296d76b1ace82a5dbdd09957ce3c39aaf76'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/S'
Expand Down

0 comments on commit 2e65432

Please sign in to comment.