@@ -3,17 +3,17 @@ class Mediamtx < Formula
3
3
homepage "https://github.com/bluenviron/mediamtx"
4
4
# need to use the tag to generate the version info
5
5
url "https://github.com/bluenviron/mediamtx.git" ,
6
- tag : "v1.11.3 " ,
7
- revision : "b66efd66da92ce475f3bf2a229efa56724f3fa64 "
6
+ tag : "v1.12.0 " ,
7
+ revision : "dd9a5caa7b723885e49da3281afdab2bb1a8dd88 "
8
8
license "MIT"
9
9
10
10
bottle do
11
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "f7aad648e383406142deb7063d3a22ee87db1fd138ba3d6d40b8cb7e956ba8df "
12
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "f7aad648e383406142deb7063d3a22ee87db1fd138ba3d6d40b8cb7e956ba8df "
13
- sha256 cellar : :any_skip_relocation , arm64_ventura : "f7aad648e383406142deb7063d3a22ee87db1fd138ba3d6d40b8cb7e956ba8df "
14
- sha256 cellar : :any_skip_relocation , sonoma : "1753f47c73732b88ef50bd99f094f0267f49b43b19da44df4068bd57f6b6bd0e "
15
- sha256 cellar : :any_skip_relocation , ventura : "1753f47c73732b88ef50bd99f094f0267f49b43b19da44df4068bd57f6b6bd0e "
16
- sha256 cellar : :any_skip_relocation , x86_64_linux : "f7630819cf0eea100d4c0e0a1a5db3e7ff550afd67420c320653f6123a1fa64e "
11
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "4e9148d7ccc672a289a4448840a9987ab799438f14b1a06612008e20e0e10d5e "
12
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "4e9148d7ccc672a289a4448840a9987ab799438f14b1a06612008e20e0e10d5e "
13
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "4e9148d7ccc672a289a4448840a9987ab799438f14b1a06612008e20e0e10d5e "
14
+ sha256 cellar : :any_skip_relocation , sonoma : "6e07b1ce98262af9bc201b05777b18ffeed2a1c80640853b971bae6179be22bf "
15
+ sha256 cellar : :any_skip_relocation , ventura : "6e07b1ce98262af9bc201b05777b18ffeed2a1c80640853b971bae6179be22bf "
16
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "4640be96c0d56eba2545bacc0ee4fdccaf87a516287b38134f2472f7cff37b38 "
17
17
end
18
18
19
19
depends_on "go" => :build
0 commit comments