Skip to content

Commit

Permalink
AU: 1 updated - stremio
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 28, 2021
1 parent c75d96d commit 4bbf6c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/stremio/stremio.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>stremio</id>
<version>4.4.135</version>
<version>4.4.137</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/stremio</packageSourceUrl>
<owners>chtof</owners>
<title>Stremio</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/stremio/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://dl.strem.io/shell-win/v4.4.135/Stremio+4.4.135.exe'
checksum = 'addb3bd5aa0d1f2570d5b97b8c975abdef251bc569274a0c1ccdb7f3e91e0946'
url = 'https://dl.strem.io/shell-win/v4.4.137/Stremio+4.4.137.exe'
checksum = 'c719c426be76657f5a11c050728a79e0ca3f5e4e6deb9d836faeb2368fac0ed3'
checksumType = 'sha256'

silentArgs = '/S'
Expand Down

0 comments on commit 4bbf6c3

Please sign in to comment.