Skip to content

Commit

Permalink
Automatic version update
Browse files Browse the repository at this point in the history
  • Loading branch information
bastimeyer committed May 18, 2024
1 parent 8f0655a commit 42b11d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Streamlink Twitch GUI/streamlink-twitch-gui.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>streamlink-twitch-gui</id>
<title>Streamlink Twitch GUI</title>
<version>2.5.1</version>
<version>2.5.2</version>
<authors>Sebastian Meyer</authors>
<owners>Scott Walters</owners>
<summary>A multi platform Twitch.tv browser for Streamlink</summary>
Expand Down
8 changes: 4 additions & 4 deletions Streamlink Twitch GUI/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$packageName = 'streamlink-twitch-gui'
$toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition

$url = "https://github.com/streamlink/streamlink-twitch-gui/releases/download/v2.5.1/streamlink-twitch-gui-v2.5.1-win32-installer.exe"
$hash = "8a6abb6fd02db16e1215f33c7a0a0484a6fe164fa7ee049cc14e9f47784e696f"
$url64 = "https://github.com/streamlink/streamlink-twitch-gui/releases/download/v2.5.1/streamlink-twitch-gui-v2.5.1-win64-installer.exe"
$hash64 = "9ee4b3361011f6463aaef2144068e3a6d11d59b567f4b7efdf67da395b9d42dd"
$url = "https://github.com/streamlink/streamlink-twitch-gui/releases/download/v2.5.2/streamlink-twitch-gui-v2.5.2-win32-installer.exe"
$hash = "cffe6e5fbc7c615905b24d9dfd45b2a15dc58295000c90d68388af82fd11b995"
$url64 = "https://github.com/streamlink/streamlink-twitch-gui/releases/download/v2.5.2/streamlink-twitch-gui-v2.5.2-win64-installer.exe"
$hash64 = "05805fc009dd5532ff210256aa9190aa7b2c4da196dc3404dd083a8baf571643"

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 42b11d5

Please sign in to comment.