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 Dec 24, 2019
1 parent 4878578 commit 66abeea
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.2.1</version>
<version>4.2.2</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.2.1-ia32.exe'
url64bit = 'https://desktop-auto-upgrade.molotov.tv/win/x64/MolotovSetup-4.2.1.exe'
checksum = 'b8a4270277c26174dc95162f224502acc1a7bb980a76347c1424a8a467507ea3'
checksum64 = 'f08bb3cff076e310cedd4549e368e1b03ac38fc7976c2d194cd3d87d715f5851'
url = 'https://desktop-auto-upgrade.molotov.tv/win/ia32/MolotovSetup-4.2.2-ia32.exe'
url64bit = 'https://desktop-auto-upgrade.molotov.tv/win/x64/MolotovSetup-4.2.2.exe'
checksum = '265becf14dd99152c12193b221a709aab0e5235be375c4efafd482673604b94c'
checksum64 = '51e402a55a986acfeaaf27f5eb63e6cb94be801c82509bef5dd9f594806c8fc1'
checksumType = 'sha256'
silentArgs = '/s'
}
Expand Down

0 comments on commit 66abeea

Please sign in to comment.