File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
class MediainfoGui < Formula
2
2
desc "Unified display of technical and tag data for audio/video"
3
3
homepage "https://mediaarea.net/"
4
- url "https://mediaarea.net/download/binary/mediainfo-gui/24.12/MediaInfo_GUI_24.12_GNU_FromSource .tar.xz"
5
- sha256 "d78b8541133036955efdb92dd5e7a538ebc4cb38e8dce913c9f96be9c40e35a1 "
4
+ url "https://mediaarea.net/download/binary/mediainfo-gui/25.03/MediaInfo_GUI_25.03_GNU_FromSource .tar.xz"
5
+ sha256 "9dccd83db539f8644208c79a70cb45b319c9d9da5886c2e96940a4e1523ce975 "
6
6
7
7
depends_on "pkg-config" => :build
8
8
# fails to build against Leopard's older libcurl
@@ -34,6 +34,6 @@ def install
34
34
end
35
35
36
36
test do
37
- assert_predicate `bin/mediainfo-gui` , :exist?
37
+ assert_path_exists `bin/mediainfo-gui`
38
38
end
39
39
end
You can’t perform that action at this time.
0 commit comments