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:
JCount 2017-08-10 23:51:53 -04:00
parent a898b1dc95
commit 3d815b52d6

View file

@ -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