Skip to content

Commit

Permalink
AU: 3 updated - moonlight-qt moonlight-qt.install moonlight-qt.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 8, 2021
1 parent 8d88a84 commit 2ec10f6
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
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/v3.1.2/MoonlightSetup-3.1.2.exe
x64: https://github.com/moonlight-stream/moonlight-qt/releases/download/v3.1.2/MoonlightSetup-3.1.2.exe
x32: https://github.com/moonlight-stream/moonlight-qt/releases/download/v3.1.3/MoonlightSetup-3.1.3.exe
x64: https://github.com/moonlight-stream/moonlight-qt/releases/download/v3.1.3/MoonlightSetup-3.1.3.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: F4D0A64AE05E1F13108CCB77C386C5E2EAA0494C0BC362AE9F70CA87FD1E317A
checksum64: F4D0A64AE05E1F13108CCB77C386C5E2EAA0494C0BC362AE9F70CA87FD1E317A
checksum32: 0DE6D7DC8459D45E5D618DAFB9A379B4E5DFB1CE853F7C2153B0C508AD12F62B
checksum64: 0DE6D7DC8459D45E5D618DAFB9A379B4E5DFB1CE853F7C2153B0C508AD12F62B

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>3.1.2</version>
<version>3.1.3</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-3.1.2.exe"
file = "$toolsDir\MoonlightSetup-3.1.3.exe"
silentArgs = '/S'
}

Expand Down
8 changes: 4 additions & 4 deletions automatic/moonlight-qt.portable/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/v3.1.2/MoonlightPortable-x86-3.1.2.zip
x64: https://github.com/moonlight-stream/moonlight-qt/releases/download/v3.1.2/MoonlightPortable-x64-3.1.2.zip
x32: https://github.com/moonlight-stream/moonlight-qt/releases/download/v3.1.3/MoonlightPortable-x86-3.1.3.zip
x64: https://github.com/moonlight-stream/moonlight-qt/releases/download/v3.1.3/MoonlightPortable-x64-3.1.3.zip

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: C3B5ABED03CD5FA2B7507743E71EADA5FF59D225E902DDCD65DCED0E733A20DA
checksum64: CB1E39F2E2F0301473D0C5D5AAC26E0CAEE1F3A48F9AC98349178E89E20D057B
checksum32: 8F14F6EA57BE66B1477EC58C2733A0E564C6A57035946F7917B38C2F633BF29C
checksum64: 29FC0CAD3F5C312845E7688D902115A9730DE42CDAEDFB2381F7F054A0C333F1

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/moonlight-stream/moonlight-qt/master/LICENSE
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.portable</id>
<version>3.1.2</version>
<version>3.1.3</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/moonlight-qt.portable</packageSourceUrl>
<owners>chtof</owners>
<title>Moonlight PC (Portable)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/moonlight-qt.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
file = "$toolsDir\MoonlightPortable-x86-3.1.2.zip"
file64 = "$toolsDir\MoonlightPortable-x64-3.1.2.zip"
file = "$toolsDir\MoonlightPortable-x86-3.1.3.zip"
file64 = "$toolsDir\MoonlightPortable-x64-3.1.3.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down
4 changes: 2 additions & 2 deletions automatic/moonlight-qt/moonlight-qt.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</id>
<version>3.1.2</version>
<version>3.1.3</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/moonlight-qt</packageSourceUrl>
<owners>chtof</owners>
<title>Moonlight PC</title>
Expand Down Expand Up @@ -59,7 +59,7 @@ Moonlight developers are not accepting monetary donations at this time and curre
]]></description>
<releaseNotes>https://github.com/moonlight-stream/moonlight-qt/releases</releaseNotes>
<dependencies>
<dependency id="moonlight-qt.install" version="[3.1.2]" />
<dependency id="moonlight-qt.install" version="[3.1.3]" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit 2ec10f6

Please sign in to comment.