Skip to content

Commit

Permalink
AU: 1 updated - desktop-audio-streamer
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 12, 2024
1 parent f7d0517 commit 57379d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion desktop-audio-streamer/desktop-audio-streamer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<description>This tool captures the audio from your desktop (or microphone) and streams it to a ChromeCast Audio device.</description>
<summary>Captures audio and streams it to a ChromeCast Audio device</summary>
<id>desktop-audio-streamer</id>
<version>5.3</version>
<version>5.4</version>
<title>Desktop Audio Streamer</title> <!-- Good looking title -->
<packageSourceUrl>https://github.com/C4illin/Choco-Packages/tree/master/desktop-audio-streamer</packageSourceUrl>
<!-- Dont change below here -->
Expand Down
4 changes: 2 additions & 2 deletions desktop-audio-streamer/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down

0 comments on commit 57379d8

Please sign in to comment.