Skip to content

Commit

Permalink
AU: 2 updated - asciidocfx.install moonlight-qt.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 10, 2022
1 parent 2b07c62 commit 25ac49e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/asciidocfx.install/asciidocfx.install.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>asciidocfx.install</id>
<version>1.7.4</version>
<version>1.7.8</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/asciidocfx.install</packageSourceUrl>
<owners>chtof</owners>
<title>AsciidocFX - Asciidoc Book Editor based on JavaFX 8 (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/moonlight-qt.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:

1. Download:

x32: https://github.com/moonlight-stream/moonlight-qt/releases/download/v4.1.0/MoonlightSetup-4.1.0.exe
x64: https://github.com/moonlight-stream/moonlight-qt/releases/download/v4.1.0/MoonlightSetup-4.1.0.exe
x32: https://github.com/moonlight-stream/moonlight-qt/releases/download/v4.2.0/MoonlightSetup-4.2.0.exe
x64: https://github.com/moonlight-stream/moonlight-qt/releases/download/v4.2.0/MoonlightSetup-4.2.0.exe

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: D919D031E4415DA78DD461E07C345287F7962998F300B0F3A8303A6FDEFE79C5
checksum64: D919D031E4415DA78DD461E07C345287F7962998F300B0F3A8303A6FDEFE79C5
checksum32: 9F2B829085B05A8DC65FD2BBCBD6A3FFF5833AB2AB87B27D1872E98AC77B3507
checksum64: 9F2B829085B05A8DC65FD2BBCBD6A3FFF5833AB2AB87B27D1872E98AC77B3507

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/moonlight-stream/moonlight-qt/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/moonlight-qt.install/moonlight-qt.install.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>moonlight-qt.install</id>
<version>4.1.0</version>
<version>4.2.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/moonlight-qt.install</packageSourceUrl>
<owners>chtof</owners>
<title>Moonlight PC (Install)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/moonlight-qt.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsDir\MoonlightSetup-4.1.0.exe"
file = "$toolsDir\MoonlightSetup-4.2.0.exe"
silentArgs = '/S'
}

Expand Down

0 comments on commit 25ac49e

Please sign in to comment.