Skip to content

Commit

Permalink
AU: 2 updated - Qemu uplay
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 25, 2018
1 parent 78dc240 commit a63bafe
Show file tree
Hide file tree
Showing 5 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.07.18</version>
<version>2018.07.25</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-20180718.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20180718.exe'
url = 'https://qemu.weilnetz.de/w32/qemu-w32-setup-20180725.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20180725.exe'
softwareName = 'QEMU'
checksum = '5ab38b4aa8cbeabd07d0b1da3f5368277bbb7973a78ed307c6933034a7b5f90d'
checksum = '61e4ed6385c5dfdfa82318665fcb352533d05b1edb5652d5ffeee2d50d888fbf'
checksumType = 'sha256'
checksum64 = 'd99c797f9441f9e62f35f2496740e6e59825a390f5442ce2e55ce9eefc692f0b'
checksum64 = '4c89797688da1d3462a3de90142bffc843221b917fe9b9af2c2e836ac85c62a6'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/uplay/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"4724d20-57136b68988df"|64.0.5713.0
"4724b38-571cf1fd9e340"|65.0.5717.0
2 changes: 1 addition & 1 deletion automatic/uplay/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
fileType = 'exe'
url = 'http://ubi.li/4vxt9'
softwareName = 'Uplay'
checksum = 'CEFD6D7E23B1E597D36F9C8DCA619C107408FAD1E09E2AC674866671E2CBE725C2F8CE2631E7C6EB69475504241336FBD11A78B135B694AEE66AB6F5915F8F1D'
checksum = 'E02D8C38305649E288DB5F65A9A3C0C69388F5F38F638905FEFEF11150E9F6F4C18C056DC5DAC9D99C6E6ACDC496A34135A9682D6DB247F8D68B3FEDF55F93C0'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/uplay/uplay.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>uplay</id>
<version>64.0.5713.0</version>
<version>65.0.5717.0</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/uplay</packageSourceUrl>
<owners>AdmiringWorm, Marek</owners>
<title>Uplay</title>
Expand Down

0 comments on commit a63bafe

Please sign in to comment.