Skip to content

Commit

Permalink
AU: 1 updated - molotov
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 7, 2021
1 parent 48db552 commit fdf16f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/molotov/molotov.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>molotov</id>
<version>4.4.2</version>
<version>4.4.4</version>
<title>Molotov</title>
<authors>Molotov</authors>
<projectUrl>https://www.molotov.tv/download</projectUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/molotov/tools/chocolateyinstall.ps1
Expand Up @@ -2,10 +2,10 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://desktop-auto-upgrade.molotov.tv/win/ia32/MolotovSetup-4.4.2-ia32.exe'
url64bit = 'https://desktop-auto-upgrade.molotov.tv/win/x64/MolotovSetup-4.4.2.exe'
checksum = '5cd7b5b54c583b293516c6648bd407b555804fcb89bff61bd79b79ee0d74f877'
checksum64 = '2e26599e998fad9fe25c89ed2f402aab92fe39a8442ca25c707644c962ee1ea5'
url = 'https://desktop-auto-upgrade.molotov.tv/win/ia32/MolotovSetup-4.4.4-ia32.exe'
url64bit = 'https://desktop-auto-upgrade.molotov.tv/win/x64/MolotovSetup-4.4.4.exe'
checksum = 'b8ea8a9b0012b0b3c62c8ce04a8d985433e449a92d3e97afdb510c2f631ed79c'
checksum64 = 'bae9f8bfbdc53f32b220e071d874eaa805ceb00ab71efa8811e37c16f01b65f9'
checksumType = 'sha256'
silentArgs = '/s'
}
Expand Down

0 comments on commit fdf16f4

Please sign in to comment.