mpv 0.19.0

Closes #3909.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
ilovezfs 2016-08-15 10:33:13 -07:00
parent b4175c0e8a
commit e118de74a3

View file

@ -1,9 +1,8 @@
class Mpv < Formula class Mpv < Formula
desc "Free, open source, and cross-platform media player" desc "Free, open source, and cross-platform media player"
homepage "https://mpv.io" homepage "https://mpv.io"
url "https://github.com/mpv-player/mpv/archive/v0.18.1.tar.gz" url "https://github.com/mpv-player/mpv/archive/v0.19.0.tar.gz"
sha256 "e413d57fec4ad43b9f9b848f38d13fb921313fc9a4a64bf1e906c8d0f7a46329" sha256 "3df5811942cd1d71f48eb4720092fdafec11885bf6dd6d1d3e6413f32e5d67e2"
revision 1
head "https://github.com/mpv-player/mpv.git" head "https://github.com/mpv-player/mpv.git"
bottle do bottle do
@ -38,8 +37,8 @@ class Mpv < Formula
depends_on :macos => :mountain_lion depends_on :macos => :mountain_lion
resource "waf" do resource "waf" do
url "https://waf.io/waf-1.9.1" url "https://waf.io/waf-1.9.2"
sha256 "8c71b0372a4bea1c02e2ff5e1aa52484ab9d2e81076538be2cda4e85498d7021" sha256 "7abb4fbe61d12b8ef6a3163653536da7ee31709299d8f17400d71a43247cea81"
end end
resource "docutils" do resource "docutils" do