Skip to content

Commit

Permalink
AU: 2 updated - nordlocker Qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 31, 2023
1 parent aaf42b4 commit 81c7d17
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/nordlocker/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
646f1e752deb448|4.8.0
647740c22e2dd70|4.9.0
2 changes: 1 addition & 1 deletion automatic/nordlocker/nordlocker.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- == PACKAGE SPECIFIC SECTION == -->
<!-- This section is about this package, although id and version have ties back to the software -->
<id>nordlocker</id>
<version>4.8.0</version>
<version>4.9.0</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/nordlocker</packageSourceUrl>
<owners>AdmiringWorm</owners>
<!-- ============================== -->
Expand Down
2 changes: 1 addition & 1 deletion automatic/nordlocker/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $packageArgs = @{

softwareName = 'NordLocker*'

checksum = '49E15187A04DF65EDC70092AB8D68967515CD570C530DF41E3BB03252AC19C4D6E9F718ABD63734A884A3C12BBC4FC3EA5EF9BD44EEFEA4DB13CBB13CD62468B'
checksum = 'DC03ECA32382B8550E3E855FFC9170BE531C57844364A74CA28FCF7719985E82151F9E48648E1CBC6D55CF4ECD9819010195E656D6F06F0F34FB966377A7572B'
checksumType = 'sha512'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /ALLUSERS /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName)\$($env:chocolateyPackageVersion)\install.log`""
Expand Down
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.5.30</version>
<version>2023.5.31</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-20230530.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20230531.exe'
softwareName = 'QEMU'
checksum = 'e8380fc1f44264a25a6591cee881842220106c7ceee9087dd229dc56fed1415e79afebfdbf243c71853c4b2a946d2591707f06bed429eda21e31a4d9ed7b62ab'
checksumType = 'SHA512'
checksum64 = 'aa4d75226188d5584bb345a399dcd36c4aee031b6526483766b82552f520e381bc2f3361189228110dbd0caacdd794949e323782a61dab52c4b0662652be959c'
checksum64 = '6a904588f7e5a9c0a9204cb6f628830105e3dcde336f59b294ceecdc784bf0439deaeba6fdda4ccea071e7f49acdcfbd58f0d11d1a05496b331263ffec1a84e4'
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/2023/qemu-w32-setup-20221230.exe' # fallback32
$packageArgs['url64bit'] = 'https://qemu.weilnetz.de/w64/2023/qemu-w64-setup-20230530.exe' # fallback64
$packageArgs['url64bit'] = 'https://qemu.weilnetz.de/w64/2023/qemu-w64-setup-20230531.exe' # fallback64
}

Install-ChocolateyPackage @packageArgs

0 comments on commit 81c7d17

Please sign in to comment.