mp3fs: add 0.91 bottle.

master
BrewTestBot 2017-04-19 14:11:58 +01:00 committed by Mike McQuaid
parent 8c825cefe3
commit 78d440fbf9
1 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,13 @@ class Mp3fs < Formula
url "https://github.com/khenriks/mp3fs/releases/download/v0.91/mp3fs-0.91.tar.gz"
sha256 "a47b5e351b7660e6f535a3c5b489c5a8191209957f8c0b8d066a5c221e8ecf92"
bottle do
cellar :any
sha256 "e711d5da3c4c5f838911938bf5a5e8b754ffacae41c8824caa1ea0576d194718" => :sierra
sha256 "ac57948842d987524def18895ffe171aaf036e4503315c64eb5152003f67027b" => :el_capitan
sha256 "a1f89f74c8de87c9559fe1dc2f26ec0af5ee5d9d60d1f8962f6eaa1af243f25b" => :yosemite
end
depends_on "pkg-config" => :build
depends_on "lame"
depends_on "libid3tag"