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 Dec 21, 2022
1 parent 2ad9554 commit e1ec49f
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>4.0</version>
<version>5.0</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/8571154/Setup.4.0.zip' # Dont touch until do
url = 'https://github.com/SamDel/ChromeCast-Desktop-Audio-Streamer/files/10276816/Setup.5.0.zip' # Dont touch until do
unzipLocation = $env:TEMP
checksum = '66a8fe6fe37c661eb5dacb8be4157edfd10dbcde16003be31612bb18dd193668'
checksum = '7d382423efc79bdf33039c43ce8f45f376165e114eb1f187289dc3b77bc16089'
checksumType = 'sha256'
}

Expand Down

0 comments on commit e1ec49f

Please sign in to comment.