Skip to content

Commit

Permalink
Automatic version update
Browse files Browse the repository at this point in the history
  • Loading branch information
scowalt committed Apr 15, 2024
1 parent 4f981de commit 042b909
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Streamlink/streamlink.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>streamlink</id>
<version>6.7.1.1</version>
<version>6.7.3.1</version>
<packageSourceUrl>https://github.com/streamlink/streamlink-chocolatey</packageSourceUrl>
<owners>Scott Walters</owners>
<iconUrl>https://cdn.rawgit.com/streamlink/streamlink/master/icon.svg</iconUrl>
Expand Down
4 changes: 2 additions & 2 deletions Streamlink/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ If ([Environment]::OSVersion.version.major -lt '10') {

$packageName = 'Streamlink'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = "https://github.com/streamlink/windows-builds/releases/download/6.7.1-1/streamlink-6.7.1-1-py312-x86_64.exe"
$hash = "b0595326b628047bf64899cf0899abc03314ba94f88befe487894ac1e930ff09"
$url = "https://github.com/streamlink/windows-builds/releases/download/6.7.3-1/streamlink-6.7.3-1-py312-x86_64.exe"
$hash = "1c684e8a12479369a0b4c2ae1be3b496732fc00e72d14543d1aca4a37e1b8075"

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 042b909

Please sign in to comment.