From 57379d8d34662ad517331c160346653228e70338 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Sun, 12 May 2024 14:02:53 +0000 Subject: [PATCH] AU: 1 updated - desktop-audio-streamer [skip ci] https://gist.github.com/C4illin/227088b329dc2be21dbf7352d31af92b/313fc7ef5d598c1a567ab81fed45ff48371bbebf --- desktop-audio-streamer/desktop-audio-streamer.nuspec | 2 +- desktop-audio-streamer/tools/chocolateyInstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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' }