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 May 20, 2018
1 parent e187308 commit f54b8d4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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>2018.04.30</version>
<version>2018.05.19</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/qemu</packageSourceUrl>
<owners>AdmiringWorm, </owners>
<title>Qemu</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/qemu/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://qemu.weilnetz.de/w32/qemu-w32-setup-20180430.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20180430.exe'
url = 'https://qemu.weilnetz.de/w32/qemu-w32-setup-20180519.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20180519.exe'
softwareName = 'QEMU'
checksum = '9e11a79e7a09db4293b6a9e8f27e4f347575d471222088b228c6b77814fab5bc'
checksum = 'e3bb1a66a25022709b7a5154f19617980df13713edfcf89e18743a05ca16dd4b'
checksumType = 'sha256'
checksum64 = 'c0fc75cb0bd6092e4cbde372870a38fc472597e24bf3c83261b25136d2d26e15'
checksum64 = '8ebc485a6eaccfd36e64fe972f73a6f67588f9636d66e8c8e058f8403e0fa7d9'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
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_3.3.1.exe> (requires the following referer header: https://reshade.me/)
1. Download the following <https://reshade.me//downloads/ReShade_Setup_3.3.2.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: A99322B70E60AF0179951DD130A3BB50AA7B2170B5ED4137A9C5F3DB237501B1
checksum: 8C985B9EDDAAE0952D7AA0B0978D89FB372012557707C2DDF60BEE9AD801000B

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>3.3.1</version>
<version>3.3.2</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 f54b8d4

Please sign in to comment.