mpdscribble: revision for libmpdclient
also add token test that would have caught this breakage on the CI Closes #16652. Signed-off-by: JCount <JCount42@gmail.com>
This commit is contained in:
parent
a898b1dc95
commit
3d815b52d6
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,7 @@ class Mpdscribble < Formula
|
|||
homepage "https://mpd.wikia.com/wiki/Client:Mpdscribble"
|
||||
url "https://www.musicpd.org/download/mpdscribble/0.22/mpdscribble-0.22.tar.gz"
|
||||
sha256 "ff882d02bd830bdcbccfe3c3c9b0d32f4f98d9becdb68dc3135f7480465f1e38"
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -50,4 +51,8 @@ class Mpdscribble < Formula
|
|||
</plist>
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/mpdscribble", "--version"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue