Skip to content

Commit

Permalink
AU: 1 updated - easyuefi
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 2, 2024
1 parent 29332f8 commit 77dc010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automatic/easyuefi/easyuefi.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>easyuefi</id>
<version>5.0</version>
<version>5.2</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/easyuefi</packageSourceUrl>
<owners>chtof</owners>
<title>EasyUEFI (Free Trial)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/easyuefi/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://www.easyuefi.com/downloads/EasyUEFI_Trial.exe'
checksum = 'c723e3b33efd9aa579ac206f2cdab93956f8758ba3a2fcabd55c70631e3808e8'
checksum = 'fd411b382607374c8eeb54f27becf6b53b1ba8bad111ee322b8551a199c81c66'
checksumType = 'sha256'

silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
Expand Down

0 comments on commit 77dc010

Please sign in to comment.