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 Aug 7, 2019
1 parent edae52b commit ed9cf7e
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>3.1.0</version>
<version>4.1.0</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-3.1.0-ia32.exe'
url64bit = 'https://desktop-auto-upgrade.molotov.tv/win/x64/MolotovSetup-3.1.0.exe'
checksum = '288ee4909b1794d98e3859b8f88075584338513e4fb577eea4cc1d971d4060ad'
checksum64 = 'f62945f2bcbac77ec1b81ab327cb96853586085f717e0e876b979795e639aeb1'
url = 'https://desktop-auto-upgrade.molotov.tv/win/ia32/MolotovSetup-4.1.0-ia32.exe'
url64bit = 'https://desktop-auto-upgrade.molotov.tv/win/x64/MolotovSetup-4.1.0.exe'
checksum = 'af79b17e7fa9a22edaccfd0077158eb6113665412b10521e41cbf1f34534b6cd'
checksum64 = '17d7153dbd22d19441db6770ed12ae99cdbf5c4f90100979547905e8ec4b9a1e'
checksumType = 'sha256'
silentArgs = '/s'
}
Expand Down

0 comments on commit ed9cf7e

Please sign in to comment.