Skip to content

Commit

Permalink
AU: 2 updated - Qemu reshade
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 28, 2024
1 parent 3d44a55 commit fbad85c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/qemu/Qemu.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>Qemu</id>
<version>2024.3.27</version>
<version>2024.3.28</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/qemu</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Qemu</title>
Expand Down
6 changes: 3 additions & 3 deletions automatic/qemu/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://qemu.weilnetz.de/w32/qemu-w32-setup-20221230.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20240327.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20240328.exe'
softwareName = 'QEMU'
checksum = 'e8380fc1f44264a25a6591cee881842220106c7ceee9087dd229dc56fed1415e79afebfdbf243c71853c4b2a946d2591707f06bed429eda21e31a4d9ed7b62ab'
checksumType = 'SHA512'
checksum64 = '74c21fb55713587daefa7d7163887efa9c5017993acb2816cbb5057a820ac1df973316fdde2e5795f0c1975d6b31093b4c72b60ae8a9415f07d27124dde8f1ea'
checksum64 = '695fc76f90e300122c1418ff1e402e08644820de7938ddb6e648b82626e2307efa75b5610968f92887a7f481f3134d8c8436ccc6de95978f886db7da9e66141c'
checksumType64 = 'SHA512'
silentArgs = '/S'
validExitCodes = @(0)
Expand All @@ -22,7 +22,7 @@ try {
# We will just continue, as there is nothing to do when previous command succeed
} catch {
$packageArgs['url'] = 'https://qemu.weilnetz.de/w32/2024/qemu-w32-setup-20221230.exe' # fallback32
$packageArgs['url64bit'] = 'https://qemu.weilnetz.de/w64/2024/qemu-w64-setup-20240327.exe' # fallback64
$packageArgs['url64bit'] = 'https://qemu.weilnetz.de/w64/2024/qemu-w64-setup-20240328.exe' # fallback64
}

Install-ChocolateyPackage @packageArgs
4 changes: 2 additions & 2 deletions automatic/reshade/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://reshade.me/>
and can be verified by doing the following:

1. Download the following <https://reshade.me//downloads/ReShade_Setup_6.0.1.exe> (requires the following referer header: https://reshade.me/)
1. Download the following <https://reshade.me//downloads/ReShade_Setup_6.1.0.exe> (requires the following referer header: https://reshade.me/)
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: 293B4E2A879EC1C2EEB8F7C948F49D7E4CC5C3C0A0637D476BD9097F7E91B52E
checksum: 2DB6E9347852A37B599458030D14859575F429B344083BE18F5C074D46B39BA3

The file 'LICENSE.txt' has been obtained from <https://github.com/crosire/reshade/blob/master/LICENSE.md>
2 changes: 1 addition & 1 deletion automatic/reshade/reshade.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>reshade</id>
<version>6.0.1</version>
<version>6.1.0</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/reshade</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>ReShade</title>
Expand Down

0 comments on commit fbad85c

Please sign in to comment.