Skip to content

Commit a508ea2

Browse files
Merge pull request #111 from g-maxime/mediainfo-25.03
mediainfo-gui v25.03
2 parents 7231a24 + 365ce8e commit a508ea2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mediainfo-gui.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class MediainfoGui < Formula
22
desc "Unified display of technical and tag data for audio/video"
33
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"
66

77
depends_on "pkg-config" => :build
88
# fails to build against Leopard's older libcurl
@@ -34,6 +34,6 @@ def install
3434
end
3535

3636
test do
37-
assert_predicate `bin/mediainfo-gui`, :exist?
37+
assert_path_exists `bin/mediainfo-gui`
3838
end
3939
end

0 commit comments

Comments
 (0)