Skip to content

Commit

Permalink
AU: 2 updated - freeciv kubescape
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Mar 1, 2024
1 parent e2aa252 commit 8b9f39a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions automatic/freeciv/freeciv.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>freeciv</id>
<version>3.0.10</version>
<version>3.1.0</version>
<title>Freeciv</title>
<owners>chocolatey-community purity</owners>
<authors>Freeciv Contributors</authors>
Expand All @@ -23,7 +23,7 @@ You can play online against other players (multiplayer) or play by yourself agai
]]></description>
<summary>Freeciv is a Free and Open Source empire-building strategy game inspired by the history of human civilization.</summary>
<releaseNotes>https://www.freeciv.org/wiki/NEWS-3.0.10</releaseNotes>
<releaseNotes>https://www.freeciv.org/wiki/NEWS-3.1.0</releaseNotes>
<tags>freeciv game strategy civilization admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/freeciv</packageSourceUrl>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions automatic/freeciv/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ $packageArgs = @{
fileType = 'exe'
softwareName = 'Freeciv*'

checksum = '71d198cd50f42d7c81d2708fb6abc10328b7e6a83829ed531a3dc51a7c3fc373'
checksum = 'a769f312d38ba94d6cb17220de055b3131b1980ac4700725dbf4e29b3a2dff30'
checksumType = 'sha256'
url = 'https://files.freeciv.org/packages/windows/Freeciv-3.0.10-msys2-win64-gtk3.22-setup.exe'
url = 'https://files.freeciv.org/packages/windows/Freeciv-3.1.0-msys2-win64-10-gtk3.22-setup.exe'

silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/kubescape/kubescape.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>kubescape</id>
<version>3.0.3</version>
<version>3.0.4</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/kubescape</packageSourceUrl>
<owners>chocolatey-community,hollowman</owners>
<title>kubescape: Kubernetes Security Platform</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/kubescape/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ location on <https://github.com/kubescape/kubescape/releases>
and can be verified by doing the following:

1. Download the following:
64-bit software: <https://github.com/kubescape/kubescape/releases/download/v3.0.3/kubescape.exe>
64-bit software: <https://github.com/kubescape/kubescape/releases/download/v3.0.4/kubescape.exe>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -17,6 +17,6 @@ and can be verified by doing the following:

3. The checksums should match the following:
checksum type: sha256
checksum64: 8BEE67F8AC13D638DE02DE1951FB1A04EF0F49314AAA3863BB62B21879C4A605
checksum64: 0A91383F254297E60147D216EF17697D2F635B000327FA4D6EEAA6D7AFEFF06A

The file 'LICENSE.txt' has been obtained from <https://github.com/kubescape/kubescape/blob/92449bf564ca256263db0b185746553e7d0b3c96/LICENSE>

0 comments on commit 8b9f39a

Please sign in to comment.