diff --git a/desktop-audio-streamer/desktop-audio-streamer.nuspec b/desktop-audio-streamer/desktop-audio-streamer.nuspec index 4c54b6e..5e56253 100644 --- a/desktop-audio-streamer/desktop-audio-streamer.nuspec +++ b/desktop-audio-streamer/desktop-audio-streamer.nuspec @@ -15,7 +15,7 @@ This tool captures the audio from your desktop (or microphone) and streams it to a ChromeCast Audio device. Captures audio and streams it to a ChromeCast Audio device desktop-audio-streamer - 5.3 + 5.4 Desktop Audio Streamer https://github.com/C4illin/Choco-Packages/tree/master/desktop-audio-streamer diff --git a/desktop-audio-streamer/tools/chocolateyInstall.ps1 b/desktop-audio-streamer/tools/chocolateyInstall.ps1 index 4ed77e7..686decc 100644 --- a/desktop-audio-streamer/tools/chocolateyInstall.ps1 +++ b/desktop-audio-streamer/tools/chocolateyInstall.ps1 @@ -2,9 +2,9 @@ $packageArgs = @{ packageName = 'desktop-audio-streamer' - url = 'https://github.com/SamDel/ChromeCast-Desktop-Audio-Streamer/files/12327597/Setup.5.3.zip' # Dont touch until do + url = 'https://github.com/SamDel/ChromeCast-Desktop-Audio-Streamer/files/14811300/ChromecastDesktopAudioStreamer.5.4.zip' # Dont touch until do unzipLocation = $env:TEMP - checksum = '64e8f78280ac898fea2ddb656b3cc6c2f310c0a2476a8cbbd144e0ea0caa65b6' + checksum = '645d50accfd7e0a8c47fb2ac35e7ccae5fd8180835f85d4258df7cd965ef75c0' checksumType = 'sha256' }