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 18, 2018
1 parent 316d1fc commit 52ddc3f
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.11</version>
<version>2018.07.18</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-20180711.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20180711.exe'
url = 'https://qemu.weilnetz.de/w32/qemu-w32-setup-20180718.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20180718.exe'
softwareName = 'QEMU'
checksum = 'ace7cb5495e1c5f6e0a07683d7f72a61b6b678a4de6939d27ec5b1398d018e48'
checksum = '5ab38b4aa8cbeabd07d0b1da3f5368277bbb7973a78ed307c6933034a7b5f90d'
checksumType = 'sha256'
checksum64 = '0f130c8dd507e2b6b2eb443c1488832cec36e970499e74a2dfcc1b3a110a44a4'
checksum64 = 'd99c797f9441f9e62f35f2496740e6e59825a390f5442ce2e55ce9eefc692f0b'
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 @@
"450b000-56faf3d584929"|63.0.5699.0
"4724d20-57136b68988df"|64.0.5713.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 = 'D28D0FC6ABFCD003FB01537DA97119A45CD48E9232D9FA313DAFBFDB591F3C3A70AE43D4C35F3B0DF544203014F6C52B5AFD64792598E4894DC8FA41AA520E93'
checksum = 'CEFD6D7E23B1E597D36F9C8DCA619C107408FAD1E09E2AC674866671E2CBE725C2F8CE2631E7C6EB69475504241336FBD11A78B135B694AEE66AB6F5915F8F1D'
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>63.0.5699.0</version>
<version>64.0.5713.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 52ddc3f

Please sign in to comment.