Skip to content

Commit

Permalink
mpg123 1.25.0
Browse files Browse the repository at this point in the history
Closes #14073.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
ilovezfs committed May 30, 2017
1 parent 8787b25 commit b6964a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/mpg123.rb
@@ -1,9 +1,9 @@
class Mpg123 < Formula
desc "MP3 player for Linux and UNIX"
homepage "https://www.mpg123.de/"
url "https://www.mpg123.de/download/mpg123-1.23.8.tar.bz2"
mirror "https://mpg123.orgis.org/download/mpg123-1.23.8.tar.bz2"
sha256 "de2303c8ecb65593e39815c0a2f2f2d91f708c43b85a55fdd1934c82e677cf8e"
url "https://www.mpg123.de/download/mpg123-1.25.0.tar.bz2"
mirror "https://mpg123.orgis.org/download/mpg123-1.25.0.tar.bz2"
sha256 "552e3e1db045e00f474252917007795ac295863fc8b13891859b3382d2f24e48"

bottle do
cellar :any
Expand Down Expand Up @@ -32,6 +32,6 @@ def install
end

test do
system bin/"mpg123", test_fixtures("test.mp3")
system bin/"mpg123", "--test", test_fixtures("test.mp3")
end
end

0 comments on commit b6964a1

Please sign in to comment.