gst-validate 1.16.0
Closes #39546. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
d5a04a186e
commit
807e11aee2
1 changed files with 10 additions and 2 deletions
|
@ -1,8 +1,16 @@
|
|||
class GstValidate < Formula
|
||||
desc "Tools to validate GstElements from GStreamer"
|
||||
homepage "https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-validate/html/"
|
||||
url "https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.14.4.tar.xz"
|
||||
sha256 "18dccca94bdc0bab3cddb07817bd280df7ab4abbec9a83b92620367a22d955c7"
|
||||
|
||||
stable do
|
||||
url "https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.16.0.tar.xz"
|
||||
sha256 "9331ae48a173a048243539730cc7a88607777762dea4aebbc3ab55981e68d6c9"
|
||||
|
||||
patch :p2 do
|
||||
url "https://gitlab.freedesktop.org/gstreamer/gst-devtools/commit/751a6d756c0f7c3a721a235ced74fec17f038185.patch"
|
||||
sha256 "c34335e6647fa8ecf7e9406666cf817a4810619208282d27be7f213d95dd98f1"
|
||||
end
|
||||
end
|
||||
|
||||
bottle do
|
||||
sha256 "c5e1c414ecc0232431b21cb0696e5a47f74d7d34fc652c2f6170f431c39a7fe8" => :mojave
|
||||
|
|
Loading…
Reference in a new issue