Skip to content

Commit

Permalink
mpdscribble: revision for libmpdclient
Browse files Browse the repository at this point in the history
also add token test that would have caught this breakage
on the CI

Closes #16652.

Signed-off-by: JCount <JCount42@gmail.com>
  • Loading branch information
JCount committed Aug 11, 2017
1 parent a898b1d commit 3d815b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Formula/mpdscribble.rb
Expand Up @@ -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
Expand Down Expand Up @@ -50,4 +51,8 @@ def plist; <<-EOS.undent
</plist>
EOS
end

test do
system "#{bin}/mpdscribble", "--version"
end
end

0 comments on commit 3d815b5

Please sign in to comment.