Skip to content

Commit

Permalink
AU: 2 updated - Qemu ubisoft-connect
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 27, 2024
1 parent d93c02b commit 5f1593b
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>2023.12.24</version>
<version>2024.3.27</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 @@ -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-20231224.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20240327.exe'
softwareName = 'QEMU'
checksum = 'e8380fc1f44264a25a6591cee881842220106c7ceee9087dd229dc56fed1415e79afebfdbf243c71853c4b2a946d2591707f06bed429eda21e31a4d9ed7b62ab'
checksumType = 'SHA512'
checksum64 = 'a54fe995a712f47f1ffeacb2be302d61684633958a8ccc1dc686773ff910658ad7e52d15d6122ac6b7887ef42b1b63697719082d2f37204bf0965fb7f67820fd'
checksum64 = '74c21fb55713587daefa7d7163887efa9c5017993acb2816cbb5057a820ac1df973316fdde2e5795f0c1975d6b31093b4c72b60ae8a9415f07d27124dde8f1ea'
checksumType64 = 'SHA512'
silentArgs = '/S'
validExitCodes = @(0)
Expand All @@ -21,8 +21,8 @@ try {

# We will just continue, as there is nothing to do when previous command succeed
} catch {
$packageArgs['url'] = 'https://qemu.weilnetz.de/w32/2023/qemu-w32-setup-20221230.exe' # fallback32
$packageArgs['url64bit'] = 'https://qemu.weilnetz.de/w64/2023/qemu-w64-setup-20231224.exe' # fallback64
$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
}

Install-ChocolateyPackage @packageArgs
2 changes: 1 addition & 1 deletion automatic/ubisoft-connect/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"ce25bb0-6148d35364ebe"|151.0.0.11045
"ce0a930-614a2704dd203"|151.1.0.11048
2 changes: 1 addition & 1 deletion automatic/ubisoft-connect/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
fileType = 'exe'
url = 'https://static3.cdn.ubi.com/orbit/launcher_installer/UbisoftConnectInstaller.exe'
softwareName = 'Ubisoft Connect'
checksum = 'A3956E2DD550C62A33F2B0C4D4B233F5F4B8EFD42C4625B8F9FB928C7D25D5DB754369F28E8E18F1AA5D2BCCD346F828526A8549D987DFF8661965C9BBECEC64'
checksum = '9C0556722DE3F7818818C5AC756EA3D7CAE1DB2A379CC03E818F6EFFB93BDD68E282C2A12605C7727730A86712F09ECA5E6AFF32598A44AB09A2150A94490172'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/ubisoft-connect/ubisoft-connect.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>ubisoft-connect</id>
<version>151.0.0.11045</version>
<version>151.1.0.11048</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/ubisoft-connect</packageSourceUrl>
<owners>AdmiringWorm, Marek</owners>
<title>Ubisoft Connect</title>
Expand Down

0 comments on commit 5f1593b

Please sign in to comment.