Skip to content

Commit

Permalink
AU: 2 updated - Qemu RssGuard
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 8, 2023
1 parent 572cb21 commit ec8c009
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.7</version>
<version>2023.12.8</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-20231207.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20231208.exe'
softwareName = 'QEMU'
checksum = 'e8380fc1f44264a25a6591cee881842220106c7ceee9087dd229dc56fed1415e79afebfdbf243c71853c4b2a946d2591707f06bed429eda21e31a4d9ed7b62ab'
checksumType = 'SHA512'
checksum64 = '83013fcb697de8e48a05aa60c1afc38e291bb675b74377d0a609e5c3d0cf7cc2c3435e06a513fd70141535bf8164f1b7c7e358c2df150d869c152c25606ef451'
checksum64 = '31d6ecaed9c057013d4ad7870a7177939631232ab83867c7bfa5d9e4a1eff9a0e6232fae30d60f5b7b2dcf18ae294d4c6e90a451df96a33489931f7c48015081'
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-20231207.exe' # fallback64
$packageArgs['url64bit'] = 'https://qemu.weilnetz.de/w64/2023/qemu-w64-setup-20231208.exe' # fallback64
}

Install-ChocolateyPackage @packageArgs
6 changes: 3 additions & 3 deletions automatic/rssguard/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/martinrotter/rssguard/releases/tag/4.6.0>
location on <https://github.com/martinrotter/rssguard/releases/tag/4.6.2>
and can be verified by doing the following:

1. Download the following <https://github.com/martinrotter/rssguard/releases/download/4.6.0/rssguard-4.6.0-64b739e85-lite-win7.7z>
1. Download the following <https://github.com/martinrotter/rssguard/releases/download/4.6.2/rssguard-4.6.2-c1ada2fb2-lite-win7.7z>
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: 22DC6E58A16F35882CF0658952164A14903250C8B92CCC8BCCD48658C25B1D7C
checksum: B4EC59F829542078ED98FDF34CBF71D06BC6B8AA4A69C964DE6DC50B845A64B0

The file 'LICENSE.txt' has been obtained from <https://github.com/martinrotter/rssguard/blob/4dd04d6db544a665b1d87a7f9478766cdf3c687e/LICENSE.md>
2 changes: 1 addition & 1 deletion automatic/rssguard/rssguard.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"4.3": "4.3.4",
"4.4": "4.4.0",
"4.5": "4.5.5",
"4.6": "4.6.0"
"4.6": "4.6.2"
}
4 changes: 2 additions & 2 deletions automatic/rssguard/rssguard.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>RssGuard</id>
<version>4.6.0</version>
<version>4.6.2</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/rssguard</packageSourceUrl>
<owners>AdmiringWorm, chantisnake</owners>
<title>Rss Guard</title>
Expand All @@ -20,7 +20,7 @@
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description><![CDATA[RSS Guard is simple, light and easy-to-use RSS/ATOM feed aggregator developed using Qt framework which supports online feed synchronization.
]]></description>
<releaseNotes>[Software Changelog](https://github.com/martinrotter/rssguard/releases/tag/4.6.0)
<releaseNotes>[Software Changelog](https://github.com/martinrotter/rssguard/releases/tag/4.6.2)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/rssguard/Changelog.md)</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/rssguard/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = ''
file64 = "$toolsPath\rssguard-4.6.0-64b739e85-lite-win7.7z"
file64 = "$toolsPath\rssguard-4.6.2-c1ada2fb2-lite-win7.7z"
destination = $toolsPath
}

Expand Down

0 comments on commit ec8c009

Please sign in to comment.