spotifyd 0.3.4

* spotifyd 0.3.4
* spotifyd: update test

Closes #118555.

Co-authored-by: Patrick Linnane <patrick@linnane.io>
Signed-off-by: Patrick Linnane <patrick@linnane.io>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Eric S. Londres 2022-12-19 21:45:23 -05:00 committed by BrewTestBot
parent 7900419e7a
commit 957d1bd094
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
class Spotifyd < Formula
desc "Spotify daemon"
homepage "https://github.com/Spotifyd/spotifyd"
url "https://github.com/Spotifyd/spotifyd/archive/v0.3.2.tar.gz"
sha256 "d1d5442e6639cde7fbd390a65335489611eec62a1cfcba99a4aba8e8977a9d9c"
url "https://github.com/Spotifyd/spotifyd/archive/v0.3.4.tar.gz"
sha256 "c14df2499fa192cae5b6ade16c5cea70d29a5e977928dab283fa1fc12a3184df"
license "GPL-3.0-only"
head "https://github.com/Spotifyd/spotifyd.git", branch: "master"
@ -42,6 +42,6 @@ class Spotifyd < Formula
test do
cmd = "#{bin}/spotifyd --username homebrew_fake_user_for_testing \
--password homebrew --no-daemon --backend portaudio"
assert_match "Authentication failed", shell_output(cmd, 101)
assert_match "Bad credentials", shell_output(cmd)
end
end