Skip to content

Commit

Permalink
AU: 1 updated - absolute-uninstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 28, 2022
1 parent 895568a commit 971ade5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automatic/absolute-uninstaller/absolute-uninstaller.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>absolute-uninstaller</id>
<title>Absolute Uninstaller</title>
<version>5.3.1.34</version>
<version>5.3.1.37</version>
<authors>GlarySoft</authors>
<owners>chocolatey-community,Redsandro</owners>
<summary>Absolute Uninstaller is a complete program uninstaller that helps you remove programs.</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/absolute-uninstaller/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
url = 'https://download.glarysoft.com/ausetup.exe'
fileType = 'exe'
softwareName = 'Absolute Uninstaller*'
checksum = 'd5910879afec90c27b61639ada5e6f8aacaada9083b6335dfd5e54d71832e425'
checksum = 'f67fab5f400ffa416f1d45ff4e47b33fe68dbcfdab49198eb3c06882a9a9e976'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 971ade5

Please sign in to comment.